Skip to content

Commit e533fc4

Browse files
fund push account command fix for e2e
1 parent ed7937d commit e533fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ wait-for-services:
414414
# Fund acc1 on push-chain
415415
fund-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

445445
e2e-solana-chain-config:
446446
echo "Adding Solana config to push-chain"

0 commit comments

Comments
 (0)