How to Use Tron with SHKeeper Public Fullnode?
In order to use Tron with SHKeeper public fullnode you should add next lines to the shkeeper-values.yaml file:
#
# Tron
#
tron_fullnode:
enabled: false
url: http://fullnode.tron.shkeeper.io
trx:
enabled: true
usdt:
enabled: true
usdc:
enabled: true
After saving the file, apply the changes using the following command:
helm upgrade -f values.yaml shkeeper vsys-host/shkeeper