Interface ChainOptions

Represents chain parameters that are used when attempting to add a chain to a web3 provider

Hierarchy

  • ChainOptions

Properties

blockExplorerUrls: string[]
chainName: string
iconUrls: string
nativeCurrency: {
    decimals: number;
    name: string;
    symbol: string;
}

Type declaration

  • decimals: number
  • name: string
  • symbol: string
rpcUrls: string[]