Skip to content

Commit

Permalink
docs: fix readme instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao authored Oct 17, 2024
1 parent 69597f2 commit 8c96483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To test a contract upgrade against the current token code on Base mainnet:
3. Run `yarn deploy baseFork --upgrade-start`
* To run an [upgrade initialization](https://gemforge.xyz/development/initialization/#initialization-during-an-upgrade) use: `yarn deploy baseFork --upgrade-start --upgrade-init-contract <contract name> --upgrade-init-method <method name>`
* Note down the upgrade ID for use in the following command...
4. Run `yarn approve-upgrade --id <upgrade ID> --contract 0x314d7f9e2f55B430ef656FBB98A7635D43a2261E#balances`
4. Run `yarn approve-upgrade --id <upgrade ID> --contract 0x314d7f9e2f55B430ef656FBB98A7635D43a2261E`
5. Run `yarn deploy baseFork --upgrade-finish`


Expand Down

0 comments on commit 8c96483

Please sign in to comment.