Skip to content

Commit

Permalink
add: network base (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBasically authored Aug 30, 2023
1 parent fa23234 commit 5cdb0f0
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 @@ -59,6 +59,7 @@ class Network(IntEnum):
FantomTestnet = 4002
Canto = 7700
Klaytn = 8217
Base = 8453
EvmosTestnet = 9000
Evmos = 9001
Arbitrum = 42161
Expand Down Expand Up @@ -165,6 +166,7 @@ class Network(IntEnum):
Network.Sepolia: '0xcA11bde05977b3631167028862bE2a173976CA11',
Network.Aurora: '0xcA11bde05977b3631167028862bE2a173976CA11',
Network.Harmony: '0xcA11bde05977b3631167028862bE2a173976CA11',
Network.Base: '0xcA11bde05977b3631167028862bE2a173976CA11',
}

# With default AsyncBaseProvider settings, some dense calls will fail
Expand Down

0 comments on commit 5cdb0f0

Please sign in to comment.