Skip to content

Commit

Permalink
Include Canto in Multicall3 (#61)
Browse files Browse the repository at this point in the history
Canto was included in mds1/multicall#61
  • Loading branch information
DefiDebauchery authored Mar 14, 2023
1 parent 7c9934b commit fae20da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions multicall/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class Network(IntEnum):
Milkomeda = 2001
Kava = 2222
FantomTestnet = 4002
Canto = 7700
Klaytn = 8217
EvmosTestnet = 9000
Evmos = 9001
Expand Down Expand Up @@ -146,6 +147,7 @@ class Network(IntEnum):
Network.MoonbaseAlphaTestnet: '0xcA11bde05977b3631167028862bE2a173976CA11',
Network.Milkomeda: '0xcA11bde05977b3631167028862bE2a173976CA11',
Network.FantomTestnet: '0xcA11bde05977b3631167028862bE2a173976CA11',
Network.Canto: '0xcA11bde05977b3631167028862bE2a173976CA11',
Network.Klaytn: '0xcA11bde05977b3631167028862bE2a173976CA11',
Network.EvmosTestnet: '0xcA11bde05977b3631167028862bE2a173976CA11',
Network.Evmos: '0xcA11bde05977b3631167028862bE2a173976CA11',
Expand Down

0 comments on commit fae20da

Please sign in to comment.