Skip to content

Commit 13648a7

Browse files
authored
Update README.md
1 parent 0c81eef commit 13648a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,12 @@ To upgrade your Swan UUPS contract via a Gnosis multisig, follow these steps:
208208
Once you have the new implementation address, generate the calldata for the Gnosis multisig:
209209

210210
```sh
211-
cast calldata "upgradeTo(address)" 0xNewImplementationAddress
211+
cast calldata "upgradeToAndCall(address,bytes)" 0xNewImplementationAddress 0x
212212
```
213213

214214
This will output something like:
215215
```
216-
0x3659cfe6000000000000000000000000a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0
216+
0x4f1ef28600000000000000000000000017b6d1eddcd5f9ca19bb2ffed2f3deb6bd74bd2000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000
217217
```
218218

219219
3. **Submit transaction to Gnosis Safe**

0 commit comments

Comments
 (0)