Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
fix SIGNERS when creating deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo committed Feb 23, 2022
1 parent 5d5a59a commit 4ccdeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundrydeploy/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def deployer_from_context(context: dict, contracts: list):
elif "ganache" == signer:
signer = TEST_SIGNER
else:
signer = signers[signer]
signer = SIGNERS[signer]

network = context[SECTION_DEPLOYER_NETWORK]
if network.startswith("http"):
Expand Down

0 comments on commit 4ccdeab

Please sign in to comment.