UNPKG

bitcore-wallet-service

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