Skip to content

Commit

Permalink
feat(api): add mantle.mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Sep 4, 2023
1 parent b550dc5 commit d5cfd0b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -1425,6 +1425,46 @@
"minSecsBetweenUpdates": 900
}
}
},
"mantle.mainnet": {
"mainnet": true,
"address": "0x0d13c6058DDE86da77565ED6038C065Af71e9208",
"blockExplorer": "https://explorer.mantle.xyz/address/{address}",
"color": "#ff6600",
"name": "Mantle Mainnet",
"pollingPeriod": 90000,
"feeds": {
"Price-BTC/USD-6": {
"label": "$",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-ETH/USD-6": {
"label": "$",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-MNT/USDT-6": {
"label": "",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-USDC/USD-6": {
"label": "$",
"deviationPercentage": 0.1,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-USDT/USD-6": {
"label": "$",
"deviationPercentage": 0.1,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
}
}
}
}
},
Expand Down

0 comments on commit d5cfd0b

Please sign in to comment.