Compare commits

...

2 Commits

Author SHA1 Message Date
vvzvlad
8183934d09 add commands to bashhistory 2024-09-21 20:05:18 +03:00
vvzvlad
1558f60810 change settings 2024-09-21 20:05:07 +03:00
2 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,10 @@
create: true create: true
block: | block: |
docker logs infernet-node -f docker logs infernet-node -f
cd ~/ritual; project=hello-world make deploy-container
cd ~/ritual; project=hello-world make deploy-contracts
cd ~/ritual; contract_address=$(jq -r '.transactions[0].contractAddress' projects/hello-world/contracts/broadcast/Deploy.s.sol/8453/run-latest.json); checksum_address=$(python3 toChecksumAddress.py $contract_address); sed -i "s/SaysGM(.*/SaysGM($checksum_address);/" projects/hello-world/contracts/script/CallContract.s.sol
cd ~/ritual; project=hello-world make call-contract
marker: "" marker: ""
mode: '0644' mode: '0644'

View File

@ -24,8 +24,8 @@
}, },
"forward_stats": true, "forward_stats": true,
"snapshot_sync": { "snapshot_sync": {
"sleep": 2, "sleep": 3,
"batch_size": 10000, "batch_size": 1800,
"starting_sub_id": 100000 "starting_sub_id": 100000
}, },
"containers": [ "containers": [