How to Use Ethereum with SHKeeper Public Fullnode?
In order to use Ethereum with SHKeeper public fullnode you should add next linex to the shkeeper-values.yaml file:
#
# Ethereum
#
ethereum_shkeeper:
extraEnv:
LAST_BLOCK_LOCKED: "FALSE"
eth_fullnode:
enabled: false
mainnet: true
url: https://fullnode.ethereum.shkeeper.io:8645
eth:
enabled: true
eth_usdt:
enabled: true
eth_usdc:
enabled: true
After saving the file you should upgrade your installation using following command:
helm upgrade -f shkeeper-values.yaml my-shkeeper vsys-host/shkeeper