diff --git a/public/files/json/feeds-aptos-testnet.json b/public/files/json/feeds-aptos-testnet.json index 3e3c70690cd..5d4251300c0 100644 --- a/public/files/json/feeds-aptos-testnet.json +++ b/public/files/json/feeds-aptos-testnet.json @@ -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 } ] diff --git a/src/features/data/chains.ts b/src/features/data/chains.ts index d926b5b270d..38d53879776 100644 --- a/src/features/data/chains.ts +++ b/src/features/data/chains.ts @@ -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", }, ],