Skip to content

Commit

Permalink
fix: updated multicall contract to multicallv2 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
H3xept committed May 12, 2022
1 parent a8ae8a6 commit 2cd2dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/multicall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const multicallAddresses: { [ChainId: number]: string } = {
[ChainId.AVA]: '0xdDCbf776dF3dE60163066A5ddDF2277cB445E0F3',
[ChainId.ARB]: '0x80C7DD17B01855a6D2347444a0FCC36136a314de',
[ChainId.HEC]: '0xdDCbf776dF3dE60163066A5ddDF2277cB445E0F3',
[ChainId.OPT]: '0x142e2feac30d7fc3b61f9ee85fccad8e560154cc',
[ChainId.OPT]: '0x2DC0E2aa608532Da689e89e237dF582B783E552C',
[ChainId.ONE]: '0xdDCbf776dF3dE60163066A5ddDF2277cB445E0F3',
[ChainId.FSN]: '0x0769fd68dFb93167989C6f7254cd0D766Fb2841F',
[ChainId.MOR]: '0x270f2F35bED92B7A59eA5F08F6B3fd34c8D9D9b5',
Expand All @@ -29,7 +29,7 @@ export const multicallAddresses: { [ChainId: number]: string } = {
[ChainId.CRO]: '0x5e954f5972EC6BFc7dECd75779F10d848230345F',
// [ChainId.BOB]: '0xfb91c019D9F12A0f9c23B4762fa64A34F8daDb4A',
// [ChainId.SHI]: '', // TODO
// [ChainId.GL1]: '', // TODO
// [ChainId.GL1]: '', // TODOth
// [ChainId.RSK]: '', // TODO
// [ChainId.TBW]: '', // TODO
// [ChainId.VEL]: '', // TODO
Expand Down

0 comments on commit 2cd2dc0

Please sign in to comment.