Skip to content

Commit

Permalink
chore(api): remove gold data feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Sep 9, 2021
1 parent dd6865e commit 087372f
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions packages/api/src/dataFeeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@
"color": "#BEA241de",
"blockExplorer": "https://rinkeby.etherscan.io/address/{address}"
},
{
"feedFullName": "ethereum-rinkeby_xau-usdt_3",
"abi": "./src/abi/PriceFeed.json",
"address": "0x407f149da8eC06215E5c483F5461B2Cb6E8fF7Fe",
"network": "ethereum-rinkeby",
"name": "xau/eur",
"label": "$",
"pollingPeriod": 1500000,
"color": "#BEA241de",
"blockExplorer": "https://rinkeby.etherscan.io/address/{address}"
},
{
"feedFullName": "ethereum-goerli_btc-usd_3",
"abi": "./src/abi/PriceFeed.json",
Expand Down Expand Up @@ -76,28 +65,6 @@
"color": "#4182bede",
"blockExplorer": "https://goerli.etherscan.io/address/{address}"
},
{
"feedFullName": "ethereum-goerli_xau-eur_3",
"abi": "./src/abi/PriceFeed.json",
"address": "0x2fE6398803B30d3A3a29e733487Eb6Ef4Ccc4a3E",
"network": "ethereum-goerli",
"name": "xau/eur",
"label": "$",
"pollingPeriod": 1500000,
"color": "#4182bede",
"blockExplorer": "https://goerli.etherscan.io/address/{address}"
},
{
"feedFullName": "conflux-testnet_xau-eur_3",
"abi": "./src/abi/PriceFeed.json",
"address": "0x8D8f26d4632A8d985618Ae60569C93f3a57009Da",
"network": "conflux-testnet",
"name": "btc/usd",
"label": "$",
"pollingPeriod": 15000,
"color": "#be4141de",
"blockExplorer": "https://testnet.confluxscan.io/address/{address}"
},
{
"feedFullName": "conflux-testnet_eth-usd_3",
"abi": "./src/abi/PriceFeed.json",
Expand All @@ -119,16 +86,5 @@
"pollingPeriod": 15000,
"color": "#be4141de",
"blockExplorer": "https://testnet.confluxscan.io/address/{address}"
},
{
"feedFullName": "conflux-testnet_xau-eur_3",
"abi": "./src/abi/PriceFeed.json",
"address": "0x8487201D265e2ab9d866AB24d9698DACC4c0af1A",
"network": "conflux-testnet",
"name": "xau/eur",
"label": "$",
"pollingPeriod": 15000,
"color": "#be4141de",
"blockExplorer": "https://testnet.confluxscan.io/address/{address}"
}
]

0 comments on commit 087372f

Please sign in to comment.