Skip to content

Commit

Permalink
refactor: add address of new deployed and verified OffsetHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
Lena Hierzi committed Oct 16, 2023
1 parent 2cfbbd7 commit 9116b1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,31 @@ const addresses: INetworkAddresses = {
celo: {
bct: "0x0CcB0071e8B8B716A2a5998aB4d97b83790873Fe",
nct: "0x02De4766C272abc10Bc88c220D214A26960a7e92",
offsetHelper: "0xBf91931336f89E5DBdBd60dA757bDf9D2D14dd6B",
offsetHelper: "0x5251c3f783e0373aa7a5768F384B6369b3c5B9D3",
weth: "0x122013fd7dF1C6F636a5bb8f03108E876548b455",
swapper: "0x7B99c68012F78f9D15BA9EA4121aB3e09914Be70",
toucanContractRegistry: "0xa30589F50b9641dacCB98AA2B4A8F24739c5B007",
},
alfajores: {
bct: "0x4c5f90C50Ca9F849bb75D93a393A4e1B6E68Accb",
nct: "0xfb60a08855389F3c0A66b29aB9eFa911ed5cbCB5",
offsetHelper: "0x065C0f397ecb9D904aB65242F41B9484AA9cD9Bf",
offsetHelper: "0x5251c3f783e0373aa7a5768F384B6369b3c5B9D3",
weth: "",
swapper: "0xa12A728656Fbc82dC25515b548b328E63B556572",
toucanContractRegistry: "0x48E04110aa4691ec3E9493187e6e9A3dB613e6e4",
},
polygon: {
bct: "0x2f800db0fdb5223b3c3f354886d907a671414a7f",
nct: "0xd838290e877e0188a4a44700463419ed96c16107",
offsetHelper: "0x2647768D46Fe7c9A1b4606b3607a13C72a0cc086",
offsetHelper: "0x5251c3f783e0373aa7a5768F384B6369b3c5B9D3",
swapper: "0xfca57EE8B62d8e4b9792bd68095c2520723c306d",
weth: "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
toucanContractRegistry: "0x263fa1c180889b3a3f46330f32a4a23287e99fc9",
},
mumbai: {
bct: "0xf2438a14f668b1bba53408346288f3d7c71c10a1",
nct: "0x7becba11618ca63ead5605de235f6dd3b25c530e",
offsetHelper: "0x9032d9D5Bc552427a698cDb021E6d1DfbbEd3e30",
offsetHelper: "0x5251c3f783e0373aa7a5768F384B6369b3c5B9D3",
swapper: "0x68DF99A11BD292cB91d3Fb07272062eF339d6dc1",
weth: "0xa6fa4fb5f76172d178d61b04b0ecd319c5d1c0aa",
toucanContractRegistry: "0x6739d490670b2710dc7e79bb12e455de33ee1cb6",
Expand Down

0 comments on commit 9116b1c

Please sign in to comment.