UNPKG

bitcore-wallet-service

Version:
12 lines 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseChain = void 0; const eth_1 = require("../eth"); class BaseChain extends eth_1.EthChain { constructor() { super(); this.chain = 'BASE'; } } exports.BaseChain = BaseChain; //# sourceMappingURL=index.js.map