Skip to content

Commit

Permalink
fix(evm): consistent params to reuse cache on deployment (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen authored Sep 2, 2023
2 parents 17e9d8b + 0fedb8f commit 73294aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evm/evm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
deploy = { rpc-url, private-key, path, name, args ? "" }: ''
echo "Deploying ${name}..."
${pkgs.lib.toUpper name}=$(forge create \
--revert-strings debug \
--json \
--rpc-url ${rpc-url} \
--private-key ${private-key} \
Expand Down

0 comments on commit 73294aa

Please sign in to comment.