Compare commits
No commits in common. "8183934d0977e00f6b51a820cbebb45b382a7c14" and "138fcfc32150c810ede09653709be03c14da9128" have entirely different histories.
8183934d09
...
138fcfc321
@ -20,10 +20,6 @@
|
||||
create: true
|
||||
block: |
|
||||
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: ""
|
||||
mode: '0644'
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
},
|
||||
"forward_stats": true,
|
||||
"snapshot_sync": {
|
||||
"sleep": 3,
|
||||
"batch_size": 1800,
|
||||
"sleep": 2,
|
||||
"batch_size": 10000,
|
||||
"starting_sub_id": 100000
|
||||
},
|
||||
"containers": [
|
||||
|
Loading…
Reference in New Issue
Block a user