Skip to content

Commit

Permalink
chore: remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-llimos committed May 30, 2024
1 parent 5d28ef2 commit 54d74b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/insert_aggkey_sc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from brownie import accounts, KeyManager, network

AUTONOMY_SEED = os.environ["SEED"]
DEPLOY_ARTEFACT_ID = os.environ.get("DEPLOY_ARTEFACT_ID")
cf_accs = accounts.from_mnemonic(AUTONOMY_SEED, count=10)
DEPLOYER_ACCOUNT_INDEX = int(os.environ.get("DEPLOYER_ACCOUNT_INDEX") or 0)

Expand Down

0 comments on commit 54d74b0

Please sign in to comment.