UNPKG

bitcore-wallet-service

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