Type alias NodeRpcUrls

NodeRpcUrls: Record<string, string>

Type representing RPC node URLs for different blockchain chains.
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

Property

The symbol of the chain representing one of the supported blockchain networks (e.g., "ETH" for Ethereum). For more details, see: ChainSymbol.

Property

The RPC node URL for the specified chain.

Generated using TypeDoc