bitcore-wallet-service
Version:
A service for Mutisig HD Bitcoin Wallets
12 lines • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MaticChain = void 0;
const eth_1 = require("../eth");
class MaticChain extends eth_1.EthChain {
constructor() {
super();
this.chain = 'MATIC';
}
}
exports.MaticChain = MaticChain;
//# sourceMappingURL=index.js.map