From 537703b6a9072531d49a45e149f3dd82f6d3b032 Mon Sep 17 00:00:00 2001 From: onahprosperity Date: Thu, 4 Jul 2024 08:37:49 +0100 Subject: [PATCH] chore: update readme to support multiple upgrade --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e7e37b3..f5a8c78 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,15 @@ tronbox migrate -f 1 --to 1 --network ```bash npx hardhat run scripts/upgrade.ts --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 ```