Interface AddEthereumChainParameter

Defined by EIP-3085.

Hierarchy

  • AddEthereumChainParameter

Properties

chainId: string
chainName: string
nativeCurrency: {
    name: string;
    symbol: string;
    decimals: 18;
}

Type declaration

  • name: string
  • symbol: string
  • decimals: 18
blockExplorerUrls: [string]
rpcUrls: string[]

Generated using TypeDoc