UNPKG

chaingate

Version:

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

12 lines 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FantomUtils = void 0; const CurrencyInfo_1 = require("../../CurrencyInfo"); const EvmCurrencyUtils_1 = require("../abstract/EvmCurrencyUtils"); class FantomUtils extends EvmCurrencyUtils_1.EvmCurrencyUtils { constructor(client, markets) { super(client, CurrencyInfo_1.FantomInfo, markets, 'fantom'); } } exports.FantomUtils = FantomUtils; //# sourceMappingURL=FantomUtils.js.map