Skip to content

Commit 425b240

Browse files
committed
chore: add hardhat to message
1 parent 4827dd2 commit 425b240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/contracts_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Also, insert the adequate values that you want to decode/broadcast.
1616
# Finally, you can add `.call` to simulate the transaction without broadcasting it. Remove it to broadcast the transaction.
1717

18-
# Run with `brownie run contracts_utils <function_name> --network mainnet/arbitrum-main`
18+
# Run with `brownie run contracts_utils <function_name> --network hardhat/mainnet/arbitrum-main`
1919

2020
AUTONOMY_SEED = os.environ["SEED"]
2121
cf_accs = accounts.from_mnemonic(AUTONOMY_SEED, count=10)

0 commit comments

Comments
 (0)