We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa7946 commit e5da173Copy full SHA for e5da173
Makefile
@@ -418,7 +418,10 @@ fund-acc1:
418
docker exec push-chain-node pchaind tx bank send push1j0v5urpud7kwsk9zgz2tc0v9d95ct6t5qxv38h \
419
push1w7xnyp3hf79vyetj3cvw8l32u6unun8yr6zn60 \
420
1000000000000000000upc \
421
- --gas-prices 100000000000upc -y
+ --gas-prices 100000000000upc \
422
+ --node http://push-chain-node:26657 \
423
+ -y
424
+
425
426
# Deploy the interop contract and capture address
427
deploy-interop:
0 commit comments