NetworkEthereum: {
    address?: string;
    chainId: number;
    decimals: number;
    type: "ethereum";
}

Type declaration

  • Optionaladdress?: string

    address of the asset contract

  • chainId: number

    chain id of the network

  • decimals: number

    number of decimals of the asset

  • type: "ethereum"

    type of network