Chain
Defined in: packages/iso-filecoin/dist/src/types.d.ts:108
Properties
blockExplorers?
optional blockExplorers: {[key: string]: ChainBlockExplorer; default: ChainBlockExplorer;};
Defined in: packages/iso-filecoin/dist/src/types.d.ts:121
Index Signature
[key: string]: ChainBlockExplorer
default
default: ChainBlockExplorer;
caipId
caipId: `${string}:${string}`;
Defined in: packages/iso-filecoin/dist/src/types.d.ts:131
CAIP-2 chain ID
chainId
chainId: string;
Defined in: packages/iso-filecoin/dist/src/types.d.ts:135
Chain ID 0x prefixed hex string
contracts?
optional contracts: {[key: string]: ChainContract;};
Defined in: packages/iso-filecoin/dist/src/types.d.ts:125
Index Signature
[key: string]: ChainContract
iconUrls?
optional iconUrls: string[];
Defined in: packages/iso-filecoin/dist/src/types.d.ts:136
id
id: number;
Defined in: packages/iso-filecoin/dist/src/types.d.ts:109
name
name: string;
Defined in: packages/iso-filecoin/dist/src/types.d.ts:110
nativeCurrency
nativeCurrency: { decimals: number; name: string; symbol: string;};
Defined in: packages/iso-filecoin/dist/src/types.d.ts:112
decimals
decimals: number;
name
name: string;
symbol
symbol: string;
rpcUrls
rpcUrls: {[key: string]: ChainRpcUrls; default: ChainRpcUrls;};
Defined in: packages/iso-filecoin/dist/src/types.d.ts:117
Index Signature
[key: string]: ChainRpcUrls
default
default: ChainRpcUrls;
testnet?
optional testnet: boolean;
Defined in: packages/iso-filecoin/dist/src/types.d.ts:111