UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

5 lines (4 loc) 122 B
import { CurrencyInfo } from '../../CurrencyInfo'; export type EvmCurrencyInfo = CurrencyInfo & { chainId: number; };