Skip to content

Commit

Permalink
chore(api): add moonbeam.mainnet pfs
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Apr 18, 2022
1 parent 8e951a9 commit 9c48b46
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,39 @@
"moonbeam": {
"name": "Moonbeam",
"networks": {
"moonbeam.mainnet": {
"address": "0xD39D4d972C7E166856c4eb29E54D3548B4597F53",
"blockExplorer": "https://moonbeam.moonscan.io/address/{address}#readContract",
"color": "#ff6600",
"name": "Moonbeam (Mainnet)",
"pollingPeriod": 45000,
"feeds": {
"Price-BTC/USD-6": {
"label": "$",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-ETH/USD-6": {
"label": "$",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 300
},
"Price-GLMR/USDT-6": {
"label": "",
"deviationPercentage": 1.0,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-USDT/USD-6": {
"label": "$",
"deviationPercentage": 0.1,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
}
}
},
"moonbeam.moonbase": {
"address": "0x56834Ff8D4b27db647Da97CA3bd8540f7fA0e89D",
"blockExplorer": "https://moonbase.moonscan.io/address/{address}#readContract",
Expand Down

0 comments on commit 9c48b46

Please sign in to comment.