UNPKG

bitcore-wallet-service

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