UNPKG

chaingate

Version:

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

8 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArbitrumWallet = void 0; const EvmWallet_1 = require("./EvmWallet/EvmWallet"); class ArbitrumWallet extends EvmWallet_1.EvmWallet { } exports.ArbitrumWallet = ArbitrumWallet; //# sourceMappingURL=ArbitrumWallet.js.map