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

Commit

Permalink
chore: adapt ConstAddressDeployer path to hardhat dir structure (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan authored and atanmarko committed Sep 7, 2023
1 parent 7d9a26c commit c58b6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/local-topos/polygon-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ case "$1" in
CONST_ADDRESS_DEPLOYER_ADDRESS=0x0000000000000000000000000000000000001110
"$POLYGON_EDGE_BIN" genesis predeploy \
--chain "$GENESIS_PATH" \
--artifacts-path "$CONTRACTS_PATH"/ConstAddressDeployer.json \
--artifacts-path "$CONTRACTS_PATH"/topos-core/ConstAddressDeployer.sol/ConstAddressDeployer.json \
--predeploy-address "$CONST_ADDRESS_DEPLOYER_ADDRESS" \
2>&1 >/dev/null && echo "ConstAddressDeployer has been successfully predeployed!" \
|| echo "Predeployment of ConstAddressDeployer failed with error code $?"
Expand Down

0 comments on commit c58b6c9

Please sign in to comment.