Run azimuth watcher in active mode

This commit is contained in:
2023-11-22 19:35:33 +05:30
parent b27dbbc1ca
commit a01b188ad4
3 changed files with 19 additions and 7 deletions
+4 -4
View File
@@ -1,3 +1,4 @@
#!/bin/sh
set -e
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
set -x
@@ -19,8 +20,7 @@ echo "$WATCHER_CONFIG" > environments/watcher-config.toml
# Merge SO watcher config with existing config file
node merge-toml.js
yarn watch:contract --address $CONTRACT_ADDRESS --kind $CONTRACT_NAME --checkpoint true --starting-block $STARTING_BLOCK
echo 'yarn job-runner'
yarn watch:contract --address 0x223c067F8CF28ae173EE5CafEa60cA44C335fecB --kind Azimuth --checkpoint true --starting-block 6784880
yarn yarn job-runner
yarn job-runner
@@ -12,4 +12,3 @@
[upstream.ethServer]
gqlApiEndpoint = "REPLACE_WITH_CERC_IPLD_ETH_GQL"
rpcProviderEndpoint = "REPLACE_WITH_CERC_IPLD_ETH_RPC"
rpcClient = true