Skip to content

Commit

Permalink
refactor: metis.rinkeby -> metis.goerli
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed May 12, 2023
1 parent 1d05be1 commit 6bd18d4
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -1265,30 +1265,40 @@
"metis": {
"name": "Metis",
"networks": {
"metis.rinkeby": {
"address": "0x5134EAF08bcf8cE1922991150AAad1774e93751f",
"blockExplorer": "https://stardust-explorer.metis.io/address/{address}",
"metis.goerli": {
"address": "0xBfFA2ec6225390C517A1bEB83b27a171C6734294",
"blockExplorer": "https://goerli.explorer.metisdevops.link/address/{address}",
"color": "#ff6600",
"name": "Metis Rinkeby",
"name": "Metis Goerli",
"pollingPeriod": 120000,
"feeds": {
"Price-METIS/USDT-6": {
"label": "",
"Price-BTC/USD-6": {
"label": "$",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-BTC/USD-6": {
"Price-ETH/USD-6": {
"label": "$",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-ETH/USD-6": {
"label": "$",
"Price-METIS/USD-6": {
"isRouted": true,
"label": "$"
},
"Price-METIS/USDT-6": {
"label": "",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-USDT/USD-6": {
"label": "$",
"deviationPercentage": 0.1,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
}
}
}
Expand Down

0 comments on commit 6bd18d4

Please sign in to comment.