chaingate
Version:
A complete TypeScript library for connecting to and making transactions on different blockchains
12 lines • 477 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EthereumUtils = void 0;
const CurrencyInfo_1 = require("../../CurrencyInfo");
const EvmCurrencyUtils_1 = require("../abstract/EvmCurrencyUtils");
class EthereumUtils extends EvmCurrencyUtils_1.EvmCurrencyUtils {
constructor(context) {
super(context, CurrencyInfo_1.EthereumInfo, 'ethereum');
}
}
exports.EthereumUtils = EthereumUtils;
//# sourceMappingURL=EthereumUtils.js.map