We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b45a18 commit 77454f8Copy full SHA for 77454f8
IceCreamSwapWeb3/Multicall.py
@@ -31,6 +31,7 @@ class MultiCall:
31
CALLER_ADDRESS = "0x0000000000000000000000000000000000000123"
32
33
MULTICALL_DEPLOYMENTS: dict[int, str] = {
34
+ 56: "0xce8D8D579Da261bBbb5A583bE2E5d49Ee1C70462",
35
1116: "0x2cd05AcF9aBe54D57eb1E6B12f2129880fA4cF65",
36
}
37
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = '0.1.2'
+VERSION = '0.1.3'
4
DESCRIPTION = 'IceCreamSwap Web3.py wrapper'
5
LONG_DESCRIPTION = 'IceCreamSwap Web3.py wrapper with automatic retries, multicall and other advanced functionality'
6
0 commit comments