Skip to content

Commit

Permalink
add base chain multicallv3
Browse files Browse the repository at this point in the history
  • Loading branch information
amfet42 committed Dec 31, 2023
1 parent 40908ed commit 9af4366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "web3mc"
version = "0.1.5"
version = "0.1.6"
description = "Multicall library for aggregating web3py contract calls"
authors = ["amfet42"]
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions web3mc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ class Network(IntEnum):
FantomTestnet = 4002
Canto = 7700
Klaytn = 8217
Base = 8453
EvmosTestnet = 9000
Evmos = 9001
Arbitrum = 42161
Expand Down Expand Up @@ -254,6 +255,7 @@ class Network(IntEnum):
Network.FantomTestnet: "0xcA11bde05977b3631167028862bE2a173976CA11",
Network.Canto: "0xcA11bde05977b3631167028862bE2a173976CA11",
Network.Klaytn: "0xcA11bde05977b3631167028862bE2a173976CA11",
Network.Base: "0xcA11bde05977b3631167028862bE2a173976CA11",
Network.EvmosTestnet: "0xcA11bde05977b3631167028862bE2a173976CA11",
Network.Evmos: "0xcA11bde05977b3631167028862bE2a173976CA11",
Network.Arbitrum: "0xcA11bde05977b3631167028862bE2a173976CA11",
Expand Down

0 comments on commit 9af4366

Please sign in to comment.