Chain
Defined in: packages/iso-filecoin/src/types.ts:144
Properties
blockExplorers?
optional blockExplorers: {[key: string]: ChainBlockExplorer; default: ChainBlockExplorer;};
Defined in: packages/iso-filecoin/src/types.ts:157
Index Signature
[key: string]: ChainBlockExplorer
default
default: ChainBlockExplorer;
caipId
caipId: `${string}:${string}`;
Defined in: packages/iso-filecoin/src/types.ts:167
CAIP-2 chain ID
chainId
chainId: string;
Defined in: packages/iso-filecoin/src/types.ts:171
Chain ID 0x prefixed hex string
contracts?
optional contracts: {[key: string]: ChainContract;};
Defined in: packages/iso-filecoin/src/types.ts:161
Index Signature
[key: string]: ChainContract
iconUrls?
optional iconUrls: string[];
Defined in: packages/iso-filecoin/src/types.ts:172
id
id: number;
Defined in: packages/iso-filecoin/src/types.ts:145
name
name: string;
Defined in: packages/iso-filecoin/src/types.ts:146
nativeCurrency
nativeCurrency: { decimals: number; name: string; symbol: string;};
Defined in: packages/iso-filecoin/src/types.ts:148
decimals
decimals: number;
name
name: string;
symbol
symbol: string;
rpcUrls
rpcUrls: {[key: string]: ChainRpcUrls; default: ChainRpcUrls;};
Defined in: packages/iso-filecoin/src/types.ts:153
Index Signature
[key: string]: ChainRpcUrls
default
default: ChainRpcUrls;
testnet?
optional testnet: boolean;
Defined in: packages/iso-filecoin/src/types.ts:147