UNPKG

chaingate

Version:

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

12 lines 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArbitrumUtils = void 0; const CurrencyInfo_1 = require("../../CurrencyInfo"); const EvmCurrencyUtils_1 = require("../abstract/EvmCurrencyUtils"); class ArbitrumUtils extends EvmCurrencyUtils_1.EvmCurrencyUtils { constructor(context) { super(context, CurrencyInfo_1.ArbitrumInfo, 'arbitrum'); } } exports.ArbitrumUtils = ArbitrumUtils; //# sourceMappingURL=ArbitrumUtils.js.map