UNPKG

chaingate

Version:

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

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