4c72acea96
* Add a sushiswap stack with contract deployments * Add watcher services * Add a service for the info app * Add instructions to run smoke tests * Use sushi-info-watcher in demo mode * Turn off block prefetching * Fix sushiswap demo instructions * Use release version and add healthcheck in Lotus stack * Wait for Lotus node to start before sushiswap watchers --------- Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
7 lines
235 B
Bash
7 lines
235 B
Bash
# Lotus node config
|
|
ETH_RPC_ENDPOINT="http://lotus-node-1:1234/rpc/v1"
|
|
CHAIN_ID=31415926
|
|
|
|
# From app/data/config/fixturenet-lotus/fund-account.sh
|
|
ACCOUNT_PRIVATE_KEY="0xc05fd3613bcd62a4f25e5eba1f464d0b76d74c3f771a7c2f13e26ad6439444b3"
|