UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

8 lines 296 B
import { ArbitrumInfo } from '../../CurrencyInfo'; import { EvmCurrencyUtils } from '../abstract/EvmCurrencyUtils'; export class ArbitrumUtils extends EvmCurrencyUtils { constructor(context) { super(context, ArbitrumInfo, 'arbitrum'); } } //# sourceMappingURL=ArbitrumUtils.js.map