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 63e8521 commit 2ffdd99Copy full SHA for 2ffdd99
IceCreamSwapWeb3/Multicall.py
@@ -30,10 +30,11 @@ class MultiCall:
30
CALLER_ADDRESS = "0x0000000000000000000000000000000000000123"
31
32
MULTICALL_DEPLOYMENTS: dict[int, str] = {
33
- 56: "0x06EF84EE8E60fA7d95277E8232Dd3aEEb1377e17",
34
1116: "0x66BF74f6Afe41fd10a5343B39Dae017EF9CceF1b",
35
- 40: "0x84C2fb5A4F7219688AF475e74b2ac189966Cc9ba",
36
245022934: "0x8179Cb0771B8CAA1ef412266e9faCe0C8d05E4Db",
+ 40: "0x84C2fb5A4F7219688AF475e74b2ac189966Cc9ba",
+ 56: "0x06EF84EE8E60fA7d95277E8232Dd3aEEb1377e17",
37
+ 8453: "0x7B6DE73ebdCc77b340Fc3c7c578882a6B89C1D88",
38
}
39
40
@classmethod
0 commit comments