UNPKG

bitcore-wallet-service

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