Chain
Defined in: packages/iso-filecoin/src/types.ts:139
Properties
blockExplorers?
optional blockExplorers: {[key: string]: ChainBlockExplorer; default: ChainBlockExplorer;};
Defined in: packages/iso-filecoin/src/types.ts:152
Index Signature
[key: string]: ChainBlockExplorer
default
default: ChainBlockExplorer;
caipId
caipId: `${string}:${string}`;
Defined in: packages/iso-filecoin/src/types.ts:162
CAIP-2 chain ID
chainId
chainId: string;
Defined in: packages/iso-filecoin/src/types.ts:166
Chain ID 0x prefixed hex string
contracts?
optional contracts: {};
Defined in: packages/iso-filecoin/src/types.ts:156
Index Signature
[key: string]: ChainContract
iconUrls?
optional iconUrls: string[];
Defined in: packages/iso-filecoin/src/types.ts:167
id
id: number;
Defined in: packages/iso-filecoin/src/types.ts:140
name
name: string;
Defined in: packages/iso-filecoin/src/types.ts:141
nativeCurrency
nativeCurrency: { decimals: number; name: string; symbol: string;};
Defined in: packages/iso-filecoin/src/types.ts:143
decimals
decimals: number;
name
name: string;
symbol
symbol: string;
rpcUrls
rpcUrls: {[key: string]: ChainRpcUrls; default: ChainRpcUrls;};
Defined in: packages/iso-filecoin/src/types.ts:148
Index Signature
[key: string]: ChainRpcUrls
default
default: ChainRpcUrls;
testnet?
optional testnet: boolean;
Defined in: packages/iso-filecoin/src/types.ts:142