Skip to content

Commit

Permalink
feat(api): add dogechain testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Oct 18, 2022
1 parent 5a17a70 commit 87fa0fb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,26 @@
}
}
},
"dogechain": {
"name": "Dogechain",
"networks": {
"dogechain.testnet": {
"address": "0x9E943Ab1FD0D35B3BaDe31AA78D60C485EA1a604",
"blockExplorer": "https://explorer-testnet.dogechain.dog/address/{address}",
"color": "#f6006f",
"name": "Dogechain Testnet",
"pollingPeriod": 45000,
"feeds": {
"Price-DOGE/USD-6": {
"label": "$",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
}
}
}
}
},
"ethereum": {
"name": "Ethereum",
"networks": {
Expand Down

0 comments on commit 87fa0fb

Please sign in to comment.