File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ wait-for-services:
414414# Fund acc1 on push-chain
415415fund-acc1 :
416416 @echo " Funding acc1 on push-chain..."
417- pchaind tx bank send push1j0v5urpud7kwsk9zgz2tc0v9d95ct6t5qxv38h \
417+ docker exec -it push-chain-node pchaind tx bank send push1j0v5urpud7kwsk9zgz2tc0v9d95ct6t5qxv38h \
418418 push1w7xnyp3hf79vyetj3cvw8l32u6unun8yr6zn60 \
419419 1000000000000000000upc \
420420 --gas-prices 100000000000upc -y
@@ -440,7 +440,7 @@ deploy-core:
440440 --private-key 0x0dfb3d814afd8d0bf7a6010e8dd2b6ac835cabe4da9e2c1e80c6a14df3994dd4 \
441441 --slow
442442
443- cd $(CONTRACTS_DIR)/push-chain-core-contracts && forge script scripts/deployMock.s.sol --broadcast --rpc-url http://localhost :8545 --private-key 0x0dfb3d814afd8d0bf7a6010e8dd2b6ac835cabe4da9e2c1e80c6a14df3994dd4 --slow
443+ cd $(CONTRACTS_DIR)/push-chain-core-contracts && forge script scripts/deployMock.s.sol --broadcast --rpc-url http://push-chain-node :8545 --private-key 0x0dfb3d814afd8d0bf7a6010e8dd2b6ac835cabe4da9e2c1e80c6a14df3994dd4 --slow
444444
445445e2e-solana-chain-config :
446446 echo " Adding Solana config to push-chain"
You can’t perform that action at this time.
0 commit comments