How to Use Polygon with SHKeeper Public Fullnode?
In order to use Polygon with public fullnode you should add next lines to the shkeeper-values.yaml file:
#
# Polygon
#
polygon_shkeeper:
extraEnv:
LAST_BLOCK_LOCKED: "FALSE"
polygon_fullnode:
enabled: false
url: https://polygon-rpc.com
matic:
enabled: true
polygon_usdt:
enabled: true
polygon_usdc:
enabled: true
After saving the file you should upgrade your installation using following command:
helm upgrade -f values.yaml shkeeper vsys-host/shkeeper