UNPKG

bitcore-wallet-service

Version:
9 lines (7 loc) 141 B
import { EthChain } from '../eth'; export class MaticChain extends EthChain { constructor() { super(); this.chain = 'MATIC' } }