UNPKG

chaingate

Version:

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

12 lines 463 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(context) { super(context, CurrencyInfo_1.FantomInfo, 'fantom'); } } exports.FantomUtils = FantomUtils; //# sourceMappingURL=FantomUtils.js.map