Skip to content

Commit 77454f8

Browse files
committed
v0.1.3 release
BSC multicall deployment
1 parent 2b45a18 commit 77454f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

IceCreamSwapWeb3/Multicall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class MultiCall:
3131
CALLER_ADDRESS = "0x0000000000000000000000000000000000000123"
3232

3333
MULTICALL_DEPLOYMENTS: dict[int, str] = {
34+
56: "0xce8D8D579Da261bBbb5A583bE2E5d49Ee1C70462",
3435
1116: "0x2cd05AcF9aBe54D57eb1E6B12f2129880fA4cF65",
3536
}
3637

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '0.1.2'
3+
VERSION = '0.1.3'
44
DESCRIPTION = 'IceCreamSwap Web3.py wrapper'
55
LONG_DESCRIPTION = 'IceCreamSwap Web3.py wrapper with automatic retries, multicall and other advanced functionality'
66

0 commit comments

Comments
 (0)