Skip to content

Commit

Permalink
Update Gamma Adapter for Polygon zkEVM attempt #2 (#6216)
Browse files Browse the repository at this point in the history
* Update Gamma Adapter (BSC)

Updated Gamma adapter to include BSC and both Uniswap and Thena integrations.

* Update Gamma Adapter for Polygon zkEVM

* Update index.js
  • Loading branch information
StrategicReserve authored May 10, 2023
1 parent c4f62e9 commit 209f21c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/visor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const HYPE_REGISTRY = {
"0x0Ac4C7b794f3D7e7bF1093A4f179bA792CF15055", // Uniswap
"0xAeC731F69Fa39aD84c7749E913e3bC227427Adfd", // Quickswap
],
polygon_zkevm: ["0xD08B593eb3460B7aa5Ce76fFB0A3c5c938fd89b8", // Quickswap
],
optimism: ["0xF5BFA20F4A77933fEE0C7bB7F39E7642A070d599"],
arbitrum: [
"0x66CD859053c458688044d816117D5Bdf42A56813", // Uniswap
Expand Down Expand Up @@ -123,6 +125,9 @@ module.exports = {
polygon: {
tvl: tvlWrapper,
},
polygon_zkevm: {
tvl: tvlWrapper,
},
optimism: {
tvl: tvlWrapper,
},
Expand Down

0 comments on commit 209f21c

Please sign in to comment.