Skip to content

Commit

Permalink
feat(api): add mantle testnet chain and pfs
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Aug 30, 2023
1 parent 8d4f22b commit b550dc5
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,50 @@
}
}
},
"mantle": {
"name": "Mantle",
"networks": {
"mantle.testnet": {
"address": "0x9f9bAB64229680E170835BC9cC1c96F2C63f7d16",
"blockExplorer": "https://explorer.testnet.mantle.xyz/address/{address}",
"color": "#ff6600",
"name": "Mantle Testnet",
"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
}
}
}
}
},
"metis": {
"name": "Metis",
"networks": {
Expand Down

0 comments on commit b550dc5

Please sign in to comment.