UNPKG

chaingate

Version:

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

8 lines 302 B
import { FantomInfo } from '../../CurrencyInfo'; import { EvmCurrencyUtils } from '../abstract/EvmCurrencyUtils'; export class FantomUtils extends EvmCurrencyUtils { constructor(client, markets) { super(client, FantomInfo, markets, 'fantom'); } } //# sourceMappingURL=FantomUtils.js.map