LITEVMChain: LITChainRequiredProps & {
    chainId: number;
    contractAddress: string | null;
    type: string | null;
}

Property

The address of the token contract for the optional predeployed ERC1155 contract. Only present on EVM chains.

Property

The chain ID of the chain that this token contract is deployed on. Used for EVM chains.

Property

The human readable name of the chain

Generated using TypeDoc