UNPKG

@lifi/types

Version:
10 lines 382 B
import type { _Chain } from './Chain.js'; import type { ChainId } from './base.js'; import type { AddEthereumChainParameter } from './EVMChain.js'; export type SVMChainId = ChainId.SOL | ChainId.FOG; export interface SVMChain extends _Chain { tokenlistUrl?: string; metamask: AddEthereumChainParameter; multicallAddress?: string; } //# sourceMappingURL=SVMChain.d.ts.map