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 Jun 4, 2024
1 parent 2e27aba commit ff58988
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/migrating_V1_to_V2.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ export ADMIN_ADDRESS=<admin_address>
export MAX_MINT_ALLOWANCE=<amount_in_wei>
forge script script/configureToken.s.sol --rpc-url $RPC_URL --broadcast
```
4. Configure the `V2` token with a minting allowance
3. Transfer ownership of the `V1` token and `Controller` to the dev key

5. Configure the `V2` token with a minting allowance

Use the `admin safe` to set the mint allowance.

Expand Down

0 comments on commit ff58988

Please sign in to comment.