forked from cerc-io/stack-orchestrator
14 lines
404 B
Bash
14 lines
404 B
Bash
|
# ipld-eth-server endpoints
|
||
|
DEFAULT_CERC_IPLD_ETH_RPC="http://ipld-eth-server:8082"
|
||
|
DEFAULT_CERC_IPLD_ETH_GQL="http://ipld-eth-server:8083/graphql"
|
||
|
|
||
|
# Gelato start block
|
||
|
DEFAULT_CERC_GELATO_START_BLOCK=11361987
|
||
|
|
||
|
# Whether to use a state snapshot to initialize the watcher
|
||
|
DEFAULT_CERC_USE_STATE_SNAPSHOT=false
|
||
|
|
||
|
# State snapshot params
|
||
|
DEFAULT_CERC_SNAPSHOT_GQL_ENDPOINT=
|
||
|
DEFAULT_CERC_SNAPSHOT_BLOCKHASH=
|