How to Use Solana with SHKeeper (External RPC Node)?

To use Solana with SHKeeper, you need to configure an external RPC node.

Due to the high block production rate in the Solana network, public or low-capacity nodes may not handle the required number of requests. For stable operation, it is recommended to use a paid RPC provider with higher request limits.

Add the following configuration to your shkeeper-values.yaml file:


#
# Solana
#

solana_fullnode:
  enabled: false
  url: https://your_solana_rpc_node_url.example
  mainnet: true

solana_shkeeper:
  extraEnv:
    LAST_BLOCK_LOCKED: "FALSE"

sol:
  enabled: true
solana_usdt:
  enabled: true
solana_usdc:
  enabled: true
solana_pyusd:
  enabled: true

    

After saving the file, apply the changes using the following command:

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