Nabarun Gogoi
d39e2e959e
* Fix env variable overriding in sushiswap contract deployment containers * Add steps for generating sushiswap events * Remove pool swap event
12 lines
307 B
Bash
12 lines
307 B
Bash
# Chain config
|
|
|
|
CERC_DEFAULT_ETH_RPC_ENDPOINT="http://lotus-node-1:1234/rpc/v1"
|
|
CERC_DEFAULT_CHAIN_ID=31415926
|
|
|
|
# From app/data/config/fixturenet-lotus/fund-account.sh
|
|
CERC_DEFAULT_ACCOUNT_PRIVATE_KEY="0xc05fd3613bcd62a4f25e5eba1f464d0b76d74c3f771a7c2f13e26ad6439444b3"
|
|
|
|
# Options
|
|
|
|
CERC_DEFAULT_DEPLOY=true
|