Skip to content

Commit 5ec9565

Browse files
rellfypkieltyka
andauthored
fix sequence utils address (#310)
Co-authored-by: Peter Kieltyka <pkieltyka@users.noreply.github.com>
1 parent a2385ea commit 5ec9565

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/multicall/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ the networks: Mainnet, Ropsten, Kovan, Rinkeby, Görli, and Matic (Mainnet).
132132
DEFAULT_CONF = {
133133
batchSize: 50,
134134
timeWindow: 50, // ms
135-
contract: "0xCa731e0f33Afbcfa9363d6F7449d1f5447d10C80"
135+
contract: "0xd130B43062D875a4B7aF3f8fc036Bc6e9D3E1B3E"
136136
}
137137
```
138138
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@@ -146,8 +146,7 @@ DEFAULT_CONF = {
146146

147147
### Supported networks
148148

149-
The utility contract is `0xCa731e0f33Afbcfa9363d6F7449d1f5447d10C80`, it has been deployed using
150-
an [Universal Deployer](https://gist.github.com/Agusx1211/de05dabf918d448d315aa018e2572031) and it uses the same address on all networks. It can be used on any of these chains without configuration changes.
149+
The utility contract is `0xd130B43062D875a4B7aF3f8fc036Bc6e9D3E1B3E`, it has been deployed using an [Universal Deployer](https://gist.github.com/Agusx1211/de05dabf918d448d315aa018e2572031) and it uses the same address on all networks. It can be used on any of these chains without configuration changes.
151150

152151
------------------------------------------------------------------------------------
153152
| Network | Address | Deployed |
@@ -167,3 +166,4 @@ an [Universal Deployer](https://gist.github.com/Agusx1211/de05dabf918d448d315aa0
167166
------------------------------------------------------------------------------------
168167

169168
It can be deployed on any network that supports the `CREATE2` opcode. See https://blockscan.com/address/0xd130B43062D875a4B7aF3f8fc036Bc6e9D3E1B3E for live list.
169+

0 commit comments

Comments
 (0)