UNPKG

crypto-wallet-core

Version:

A multi-currency support library for address derivation, private key creation, and transaction creation

13 lines (11 loc) 256 B
import { OPERC20TxProvider, OPTxProvider } from '../op'; export class BASETxProvider extends OPTxProvider { constructor() { super('BASE'); } } export class BASEERC20TxProvider extends OPERC20TxProvider { constructor() { super('BASE'); } }