Skip to content

Commit

Permalink
fix: updated matic new deployment addresses (#132)
Browse files Browse the repository at this point in the history
* fix: updated matic new deployment addresses

* fix: updated weth gateway
  • Loading branch information
sendra authored Mar 31, 2021
1 parent fe1e889 commit 2396e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tx-builder/config/v2/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const commonContractAddressBetweenMarketsV2: CommonConfigType = {
SYNTHETIX_PROXY_ADDRESS: '',
GOVERNANCE_PROTO_CONTRACT: '',
LEND_TO_AAVE_MIGRATOR: '',
WETH_GATEWAY: '0x8746445fF50469B406C5642763979280AFe3e426',
WETH_GATEWAY: '0x77b6b5fD560e64A5b5300651D833f35c6948A428',
FAUCET: '',
SWAP_COLLATERAL_ADAPTER: '',
REPAY_WITH_COLLATERAL_ADAPTER: '',
Expand All @@ -61,7 +61,7 @@ export const distinctContractAddressBetweenMarketsV2: LendingPoolConfigType = {
LENDINGPOOL_ADDRESS: '0x7d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9',
},
[Network.polygon]: {
LENDINGPOOL_ADDRESS: '0x3e9361d3f0ef9c8FA0da00a272BDdCf837829D4c',
LENDINGPOOL_ADDRESS: '0x8dFf5E27EA6b7AC08EbFdf9eB090F32ee9a30fcf',
},
},
[Market.AMM]: {
Expand Down

0 comments on commit 2396e27

Please sign in to comment.