UNPKG

@lifi/types

Version:
6 lines 230 B
import type { AddEthereumChainParameter } from './EVMChain.js'; import type { _Chain } from './Chain.js'; export interface STLChain extends _Chain { metamask: AddEthereumChainParameter; } //# sourceMappingURL=STLChain.d.ts.map