1 parent 07e0ce0 commit 422ea33Copy full SHA for 422ea33
1 file changed
examples/oft-evm-move-adapters/extract_upgrade_args.py
@@ -3,7 +3,7 @@
3
Script to extract upgrade arguments from Move build artifacts.
4
This converts the compiled bytecode and metadata to the format needed for the first two args in object_code_deployment::upgrade
5
6
-The third arg is 0x7e4fd97ef92302eea9b10f74be1d96fb1f1511cf7ed28867b0144ca89c6ebc3c (the object address never changes)
+On mainnet, the third arg is 0x7e4fd97ef92302eea9b10f74be1d96fb1f1511cf7ed28867b0144ca89c6ebc3c (the object address never changes)
7
First, in Move.toml change the [addresses] section to
8
9
[addresses]
0 commit comments