We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7618fd3 commit 8fc4189Copy full SHA for 8fc4189
src/content/data-feeds/svr-feeds/index.mdx
@@ -33,7 +33,10 @@ const data = await response.json()
33
const targetFeeds = [
34
"AAVE/USD-RefPrice-DF-Ethereum-001",
35
"BTC/USD-RefPrice-DF-Ethereum-001",
36
+ "ETH/USD-RefPrice-DF-Ethereum-001",
37
"LINK/USD-RefPrice-DF-Ethereum-001",
38
+ "USDC/USD-RefPrice-DF-Ethereum-001",
39
+ "USDT/USD-RefPrice-DF-Ethereum-001",
40
]
41
42
const svrFeeds = data.filter(
0 commit comments