How to Use BNB with SHKeeper Public Fullnode?

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


#
# BNB
#
bnb_shkeeper:
  extraEnv:
    LAST_BLOCK_LOCKED: "FALSE"

bnb_fullnode:
  enabled: false
  mainnet: true
  url: https://fullnode.bnb.shkeeper.io:8645
bnb:
  enabled: true
bnb_usdt:
  enabled: true
bnb_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