We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4827dd2 commit 425b240Copy full SHA for 425b240
scripts/contracts_utils.py
@@ -15,7 +15,7 @@
15
# Also, insert the adequate values that you want to decode/broadcast.
16
# Finally, you can add `.call` to simulate the transaction without broadcasting it. Remove it to broadcast the transaction.
17
18
-# Run with `brownie run contracts_utils <function_name> --network mainnet/arbitrum-main`
+# Run with `brownie run contracts_utils <function_name> --network hardhat/mainnet/arbitrum-main`
19
20
AUTONOMY_SEED = os.environ["SEED"]
21
cf_accs = accounts.from_mnemonic(AUTONOMY_SEED, count=10)
0 commit comments