@lifi/types
Version:
Types for the LI.FI stack
10 lines • 382 B
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;
}
//# sourceMappingURL=SVMChain.d.ts.map