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 2126017 commit f1ac6db
Showing 1 changed file with 34 additions and 9 deletions.
43 changes: 34 additions & 9 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
"arbitrum": {
"name": "Arbitrum",
"networks": {
"arbitrum.one": {
"address": "",
"blockExplorer": "https://arbiscan.io/address/{address}",
"color": "#E84142",
"name": "Arbitrum ONE",
"pollingPeriod": 120000,
"feeds": {
"Price-ETH/USD-6": {
"label": "$",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
}
}
},
"arbitrum.goerli": {
"address": "0xAafb2D27E2E0f83dcE501a2879aaD710ec377403",
"blockExplorer": "https://goerli.arbiscan.io/address/{address}",
Expand Down Expand Up @@ -1265,30 +1280,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 f1ac6db

Please sign in to comment.