Skip to content

Commit a1524b2

Browse files
test10
1 parent d460a38 commit a1524b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ deploy-core:
442442
cd $(CONTRACTS_DIR)/push-chain-core-contracts && forge install && forge build
443443
cd $(CONTRACTS_DIR)/push-chain-core-contracts && forge script scripts/deployFactory.s.sol \
444444
--broadcast \
445-
--rpc-url $(PUSH_EVM_URL) \
445+
--rpc-url http://localhost:8545 \
446446
--private-key 0x0dfb3d814afd8d0bf7a6010e8dd2b6ac835cabe4da9e2c1e80c6a14df3994dd4 \
447447
--slow
448448

0 commit comments

Comments
 (0)