5c7d445500
* Add a stack for Gelato watcher * Add option to create and use a state snapshot * Add commands to create and import a state checkpoint * Rename ipld-eth-server endpoint env variables * Fix default env variable Former-commit-id: 8b4b5deba88bc5008a623a3826a5d2c0d76aadb6
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=
|