Skip to content

Commit

Permalink
feat(api): add polygon.zkevm.mainnet pfs
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Sep 19, 2023
1 parent 27fe253 commit 1c91a46
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 @@ -1934,6 +1934,50 @@
"minSecsBetweenUpdates": 900
}
}
},
"polygon.zkevm.mainnet": {
"mainnet": true,
"address": "0xb99FA0430C73E7B82604Aa99d351d6aFdCe46A16",
"blockExplorer": "https://zkevm.polygonscan.com/address/{address}",
"color": "#66ff00",
"name": "Polygon zkEVM Mainnet",
"pollingPeriod": 120000,
"feeds": {
"Price-ETH/USD-6": {
"label": "$",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-QUICK/USD-6": {
"isRouted": true,
"label": "$"
},
"Price-QUICK/USDC-6": {
"label": "$",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-QUICK/WETH-9": {
"label": " ",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-QUICK/WMATIC-6": {
"label": " ",
"deviationPercentage": 3.5,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
},
"Price-USDC/USD-6": {
"label": "$",
"deviationPercentage": 0.1,
"maxSecsBetweenUpdates": 86400,
"minSecsBetweenUpdates": 900
}
}
}
}
},
Expand Down

0 comments on commit 1c91a46

Please sign in to comment.