Compare commits

..

No commits in common. "8183934d0977e00f6b51a820cbebb45b382a7c14" and "138fcfc32150c810ede09653709be03c14da9128" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -20,10 +20,6 @@
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": 3, "sleep": 2,
"batch_size": 1800, "batch_size": 10000,
"starting_sub_id": 100000 "starting_sub_id": 100000
}, },
"containers": [ "containers": [