Skip to content

Commit

Permalink
update Aptos testnet feeds (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni authored Dec 19, 2024
1 parent ca7d013 commit cedb61b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 107 deletions.
105 changes: 0 additions & 105 deletions public/files/json/feeds-aptos-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,110 +88,5 @@
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "BNB / USD",
"path": "bnb-usd",
"proxyAddress": "0x011d45b006000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "POL / USD",
"path": "pol-usd",
"proxyAddress": "0x01e5984da6000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "METIS / USD",
"path": "metis-usd",
"proxyAddress": "0x01e835288b000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "DAI / USD",
"path": "dai-usd",
"proxyAddress": "0x0112be0d78000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "AVAX / USD",
"path": "avax-usd",
"proxyAddress": "0x016d7a70e3000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "WEMIX / USD",
"path": "wemix-usd",
"proxyAddress": "0x01ef65a95a000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "CELO / USD",
"path": "celo-usd",
"proxyAddress": "0x0132427bcd000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
}
]
3 changes: 1 addition & 2 deletions src/features/data/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,7 @@ export const CHAINS: Chain[] = [
name: "Aptos Testnet",
explorerUrl: "",
networkType: "testnet",
rddUrl:
"https://gist.githubusercontent.com/khadni/0894bd57169f2aaa840b89e40440e21a/raw/2cc8db69ab04f370de3ec2cee2d94b46c1282480/feeds-aptos-testnet.json",
rddUrl: "https://docs.chain.link/files/json/feeds-aptos-testnet.json",
queryString: "aptos-testnet",
},
],
Expand Down

0 comments on commit cedb61b

Please sign in to comment.