Skip to content

Commit

Permalink
updated deployment script to allow for arbitrum network
Browse files Browse the repository at this point in the history
  • Loading branch information
ororopickpocket committed Mar 11, 2021
1 parent 95433e8 commit b52e6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployment/deploy_everything.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main():

if thisNetwork == "development":
acct = accounts[0]
elif thisNetwork == "testnet" or thisNetwork == "rsk-mainnet":
elif thisNetwork == "testnet" or thisNetwork == "rsk-mainnet" or thisNetwork == "arb-kovan":
acct = accounts.load("rskdeployer")
else:
raise Exception("network not supported")
Expand Down

0 comments on commit b52e6f4

Please sign in to comment.