Skip to content

Commit

Permalink
fix(evm): consistent params to reuse cache on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Sep 2, 2023
1 parent 17e9d8b commit 0fedb8f
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 0fedb8f

Please sign in to comment.