Skip to content

Commit

Permalink
Update migrating_V1_to_V2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KristenPire authored Apr 9, 2024
1 parent d2a5afd commit 0fed35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrating_V1_to_V2.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The process concludes with `totalSupply` check between `V2` and `V1`.

1. To create the migration script, execute the following command:
```sh
node script/generateBatchMint.js <RPC> <v1-address> <startBlock> <v2-address>
node script/generateBatchMint.js <RPC> <v2-address> <startBlock> <v1-address>
```
> Note: the generated script will be located in the `script` directory, named `BatchMint-{v1-address}.s.sol`.
Expand Down

0 comments on commit 0fed35a

Please sign in to comment.