@lifi/types
Version:
Types for the LI.FI stack
12 lines (9 loc) • 333 B
text/typescript
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
}