UNPKG

@lifi/types

Version:
9 lines (7 loc) 243 B
import type { _Chain } from './Chain.js' import type { AddEthereumChainParameter } from './EVMChain.js' export interface SolanaChain extends _Chain { tokenlistUrl?: string metamask: AddEthereumChainParameter multicallAddress?: string }