Skip to content

Commit

Permalink
chore: update readme to support multiple upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
OnahProsperity committed Jul 4, 2024
1 parent 07f7d44 commit 537703b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ tronbox migrate -f 1 --to 1 --network <network>
```bash
npx hardhat run scripts/upgrade.ts --network <network>

# upgrade accorss all EVM chains
npx hardhat run scripts/upgrade.ts --network
arbitrumOne && npx hardhat run scripts/upgrade.ts --network
base && npx hardhat run scripts/upgrade.ts --network
bsc && npx hardhat run scripts/upgrade.ts --network
polygon && npx hardhat run scripts/upgrade.ts --network
optimisticEthereum && npx hardhat run scripts/upgrade.ts --network
scroll

# for Tron network,
tronbox migrate -f 2 --to 2 --network <network>
```
Expand Down

0 comments on commit 537703b

Please sign in to comment.