How to Use Avalanche with SHKeeper Public Fullnode?

In order to use Avalanche with SHKeeper public fullnode you should add next lines to the shkeeper-values.yaml file:


#
# Avalanche
#

avalanche_shkeeper:
  extraEnv:
    LAST_BLOCK_LOCKED: "FALSE"

avalanche_fullnode:
  enabled: false
  url: https://fullnode.avalanche.shkeeper.io:9960/ext/bc/C/rpc

avax:
  enabled: true
avalanche_usdt:
  enabled: true
avalanche_usdc:
  enabled: true

    

After saving the file you should upgrade your installation using following command:

helm upgrade -f values.yaml shkeeper vsys-host/shkeeper