Skip to content

Commit 422ea33

Browse files
committed
add clarification that script addresses are for mainnet
1 parent 07e0ce0 commit 422ea33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/oft-evm-move-adapters/extract_upgrade_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Script to extract upgrade arguments from Move build artifacts.
44
This converts the compiled bytecode and metadata to the format needed for the first two args in object_code_deployment::upgrade
55
6-
The third arg is 0x7e4fd97ef92302eea9b10f74be1d96fb1f1511cf7ed28867b0144ca89c6ebc3c (the object address never changes)
6+
On mainnet, the third arg is 0x7e4fd97ef92302eea9b10f74be1d96fb1f1511cf7ed28867b0144ca89c6ebc3c (the object address never changes)
77
First, in Move.toml change the [addresses] section to
88
99
[addresses]

0 commit comments

Comments
 (0)