Type alias NodeRpcUrls

NodeRpcUrls: { [ key in ChainSymbol]?: string }

Provide node RPC URL for chain connection you intend to communicate with

  • required for SOL, TRX chains
  • optional for EVM chains -- you can interact by passing a Provider that will be used to communicate with the chain

Generated using TypeDoc