We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d460a38 commit a1524b2Copy full SHA for a1524b2
Makefile
@@ -442,7 +442,7 @@ deploy-core:
442
cd $(CONTRACTS_DIR)/push-chain-core-contracts && forge install && forge build
443
cd $(CONTRACTS_DIR)/push-chain-core-contracts && forge script scripts/deployFactory.s.sol \
444
--broadcast \
445
- --rpc-url $(PUSH_EVM_URL) \
+ --rpc-url http://localhost:8545 \
446
--private-key 0x0dfb3d814afd8d0bf7a6010e8dd2b6ac835cabe4da9e2c1e80c6a14df3994dd4 \
447
--slow
448
0 commit comments