viem 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/contract.js CHANGED
@@ -23,7 +23,7 @@
23
23
 
24
24
 
25
25
 
26
- var _chunkIGFTD4HWjs = require('./chunk-IGFTD4HW.js');
26
+ var _chunkE6JLGC6Wjs = require('./chunk-E6JLGC6W.js');
27
27
 
28
28
 
29
29
 
@@ -49,5 +49,5 @@ var _chunkIGFTD4HWjs = require('./chunk-IGFTD4HW.js');
49
49
 
50
50
 
51
51
 
52
- exports.createContractEventFilter = _chunkIGFTD4HWjs.createContractEventFilter; exports.decodeAbiParameters = _chunkIGFTD4HWjs.decodeAbiParameters; exports.decodeErrorResult = _chunkIGFTD4HWjs.decodeErrorResult; exports.decodeEventLog = _chunkIGFTD4HWjs.decodeEventLog; exports.decodeFunctionData = _chunkIGFTD4HWjs.decodeFunctionData; exports.decodeFunctionResult = _chunkIGFTD4HWjs.decodeFunctionResult; exports.deployContract = _chunkIGFTD4HWjs.deployContract; exports.encodeAbiParameters = _chunkIGFTD4HWjs.encodeAbiParameters; exports.encodeDeployData = _chunkIGFTD4HWjs.encodeDeployData; exports.encodeErrorResult = _chunkIGFTD4HWjs.encodeErrorResult; exports.encodeEventTopics = _chunkIGFTD4HWjs.encodeEventTopics; exports.encodeFunctionData = _chunkIGFTD4HWjs.encodeFunctionData; exports.encodeFunctionResult = _chunkIGFTD4HWjs.encodeFunctionResult; exports.estimateContractGas = _chunkIGFTD4HWjs.estimateContractGas; exports.formatAbiItem = _chunkIGFTD4HWjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkIGFTD4HWjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkIGFTD4HWjs.getAbiItem; exports.getBytecode = _chunkIGFTD4HWjs.getBytecode; exports.getStorageAt = _chunkIGFTD4HWjs.getStorageAt; exports.multicall = _chunkIGFTD4HWjs.multicall; exports.readContract = _chunkIGFTD4HWjs.readContract; exports.simulateContract = _chunkIGFTD4HWjs.simulateContract; exports.watchContractEvent = _chunkIGFTD4HWjs.watchContractEvent; exports.writeContract = _chunkIGFTD4HWjs.writeContract;
52
+ exports.createContractEventFilter = _chunkE6JLGC6Wjs.createContractEventFilter; exports.decodeAbiParameters = _chunkE6JLGC6Wjs.decodeAbiParameters; exports.decodeErrorResult = _chunkE6JLGC6Wjs.decodeErrorResult; exports.decodeEventLog = _chunkE6JLGC6Wjs.decodeEventLog; exports.decodeFunctionData = _chunkE6JLGC6Wjs.decodeFunctionData; exports.decodeFunctionResult = _chunkE6JLGC6Wjs.decodeFunctionResult; exports.deployContract = _chunkE6JLGC6Wjs.deployContract; exports.encodeAbiParameters = _chunkE6JLGC6Wjs.encodeAbiParameters; exports.encodeDeployData = _chunkE6JLGC6Wjs.encodeDeployData; exports.encodeErrorResult = _chunkE6JLGC6Wjs.encodeErrorResult; exports.encodeEventTopics = _chunkE6JLGC6Wjs.encodeEventTopics; exports.encodeFunctionData = _chunkE6JLGC6Wjs.encodeFunctionData; exports.encodeFunctionResult = _chunkE6JLGC6Wjs.encodeFunctionResult; exports.estimateContractGas = _chunkE6JLGC6Wjs.estimateContractGas; exports.formatAbiItem = _chunkE6JLGC6Wjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkE6JLGC6Wjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkE6JLGC6Wjs.getAbiItem; exports.getBytecode = _chunkE6JLGC6Wjs.getBytecode; exports.getStorageAt = _chunkE6JLGC6Wjs.getStorageAt; exports.multicall = _chunkE6JLGC6Wjs.multicall; exports.readContract = _chunkE6JLGC6Wjs.readContract; exports.simulateContract = _chunkE6JLGC6Wjs.simulateContract; exports.watchContractEvent = _chunkE6JLGC6Wjs.watchContractEvent; exports.writeContract = _chunkE6JLGC6Wjs.writeContract;
53
53
  //# sourceMappingURL=contract.js.map
package/dist/contract.mjs CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  simulateContract,
24
24
  watchContractEvent,
25
25
  writeContract
26
- } from "./chunk-GJGV3W5S.mjs";
26
+ } from "./chunk-ZM26BDGF.mjs";
27
27
  export {
28
28
  createContractEventFilter,
29
29
  decodeAbiParameters,
package/dist/ens.js CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- var _chunkIGFTD4HWjs = require('./chunk-IGFTD4HW.js');
9
+ var _chunkE6JLGC6Wjs = require('./chunk-E6JLGC6W.js');
10
10
 
11
11
  // src/utils/ens/normalize.ts
12
12
  var _idnauts46hx = require('idna-uts46-hx'); var _idnauts46hx2 = _interopRequireDefault(_idnauts46hx);
@@ -22,5 +22,5 @@ function normalize(name) {
22
22
 
23
23
 
24
24
 
25
- exports.getEnsAddress = _chunkIGFTD4HWjs.getEnsAddress; exports.getEnsAvatar = _chunkIGFTD4HWjs.getEnsAvatar; exports.getEnsName = _chunkIGFTD4HWjs.getEnsName; exports.getEnsResolver = _chunkIGFTD4HWjs.getEnsResolver; exports.getEnsText = _chunkIGFTD4HWjs.getEnsText; exports.labelhash = _chunkIGFTD4HWjs.labelhash; exports.namehash = _chunkIGFTD4HWjs.namehash; exports.normalize = normalize;
25
+ exports.getEnsAddress = _chunkE6JLGC6Wjs.getEnsAddress; exports.getEnsAvatar = _chunkE6JLGC6Wjs.getEnsAvatar; exports.getEnsName = _chunkE6JLGC6Wjs.getEnsName; exports.getEnsResolver = _chunkE6JLGC6Wjs.getEnsResolver; exports.getEnsText = _chunkE6JLGC6Wjs.getEnsText; exports.labelhash = _chunkE6JLGC6Wjs.labelhash; exports.namehash = _chunkE6JLGC6Wjs.namehash; exports.normalize = normalize;
26
26
  //# sourceMappingURL=ens.js.map
package/dist/ens.mjs CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  getEnsText,
7
7
  labelhash,
8
8
  namehash
9
- } from "./chunk-GJGV3W5S.mjs";
9
+ } from "./chunk-ZM26BDGF.mjs";
10
10
 
11
11
  // src/utils/ens/normalize.ts
12
12
  import uts46 from "idna-uts46-hx";
package/dist/ethers.js CHANGED
@@ -1,15 +1,15 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
- var _chunkEP6BQLGRjs = require('./chunk-EP6BQLGR.js');
3
+ var _chunkTXGT3ARSjs = require('./chunk-TXGT3ARS.js');
4
4
 
5
5
 
6
- var _chunkIGFTD4HWjs = require('./chunk-IGFTD4HW.js');
6
+ var _chunkE6JLGC6Wjs = require('./chunk-E6JLGC6W.js');
7
7
 
8
8
  // src/adapters/ethers.ts
9
- var ethersWalletToAccount = (wallet) => _chunkEP6BQLGRjs.toAccount.call(void 0, {
9
+ var ethersWalletToAccount = (wallet) => _chunkTXGT3ARSjs.toAccount.call(void 0, {
10
10
  address: wallet.address,
11
11
  async signMessage({ message }) {
12
- return await wallet.signMessage(_chunkIGFTD4HWjs.toBytes.call(void 0, message));
12
+ return await wallet.signMessage(_chunkE6JLGC6Wjs.toBytes.call(void 0, message));
13
13
  },
14
14
  async signTransaction(txn) {
15
15
  return await wallet.signTransaction({
package/dist/ethers.mjs CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  toAccount
3
- } from "./chunk-ZXUGY7ZA.mjs";
3
+ } from "./chunk-FYMFYRJQ.mjs";
4
4
  import {
5
5
  toBytes
6
- } from "./chunk-GJGV3W5S.mjs";
6
+ } from "./chunk-ZM26BDGF.mjs";
7
7
 
8
8
  // src/adapters/ethers.ts
9
9
  var ethersWalletToAccount = (wallet) => toAccount({
package/dist/index.js CHANGED
@@ -265,7 +265,7 @@
265
265
 
266
266
 
267
267
 
268
- var _chunkIGFTD4HWjs = require('./chunk-IGFTD4HW.js');
268
+ var _chunkE6JLGC6Wjs = require('./chunk-E6JLGC6W.js');
269
269
 
270
270
  // src/clients/transports/createTransport.ts
271
271
  function createTransport({
@@ -279,7 +279,7 @@ function createTransport({
279
279
  }, value) {
280
280
  return {
281
281
  config: { key, name, request, retryCount, retryDelay, timeout, type },
282
- request: _chunkIGFTD4HWjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
282
+ request: _chunkE6JLGC6Wjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
283
283
  value
284
284
  };
285
285
  }
@@ -321,7 +321,7 @@ function fallback(transports_, config = {}) {
321
321
  params
322
322
  });
323
323
  } catch (err) {
324
- if (_chunkIGFTD4HWjs.isDeterministicError.call(void 0, err))
324
+ if (_chunkE6JLGC6Wjs.isDeterministicError.call(void 0, err))
325
325
  throw err;
326
326
  if (i === transports.length - 1)
327
327
  throw err;
@@ -407,7 +407,7 @@ function rankTransports({
407
407
  ];
408
408
  }).sort((a, b) => b[0] - a[0]);
409
409
  onTransports(scores.map(([, i]) => transports[i]));
410
- await _chunkIGFTD4HWjs.wait.call(void 0, interval);
410
+ await _chunkE6JLGC6Wjs.wait.call(void 0, interval);
411
411
  rankTransports_();
412
412
  };
413
413
  rankTransports_();
@@ -426,13 +426,13 @@ function http(url, config = {}) {
426
426
  const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
427
427
  const url_ = url || _optionalChain([chain, 'optionalAccess', _2 => _2.rpcUrls, 'access', _3 => _3.default, 'access', _4 => _4.http, 'access', _5 => _5[0]]);
428
428
  if (!url_)
429
- throw new (0, _chunkIGFTD4HWjs.UrlRequiredError)();
429
+ throw new (0, _chunkE6JLGC6Wjs.UrlRequiredError)();
430
430
  return createTransport(
431
431
  {
432
432
  key,
433
433
  name,
434
434
  async request({ method, params }) {
435
- const { result } = await _chunkIGFTD4HWjs.rpc.http(url_, {
435
+ const { result } = await _chunkE6JLGC6Wjs.rpc.http(url_, {
436
436
  body: {
437
437
  method,
438
438
  params
@@ -462,14 +462,14 @@ function webSocket(url, config = {}) {
462
462
  const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
463
463
  const url_ = url || _optionalChain([chain, 'optionalAccess', _6 => _6.rpcUrls, 'access', _7 => _7.default, 'access', _8 => _8.webSocket, 'optionalAccess', _9 => _9[0]]);
464
464
  if (!url_)
465
- throw new (0, _chunkIGFTD4HWjs.UrlRequiredError)();
465
+ throw new (0, _chunkE6JLGC6Wjs.UrlRequiredError)();
466
466
  return createTransport(
467
467
  {
468
468
  key,
469
469
  name,
470
470
  async request({ method, params }) {
471
- const socket = await _chunkIGFTD4HWjs.getSocket.call(void 0, url_);
472
- const { result } = await _chunkIGFTD4HWjs.rpc.webSocketAsync(socket, {
471
+ const socket = await _chunkE6JLGC6Wjs.getSocket.call(void 0, url_);
472
+ const { result } = await _chunkE6JLGC6Wjs.rpc.webSocketAsync(socket, {
473
473
  body: { method, params },
474
474
  timeout
475
475
  });
@@ -482,12 +482,12 @@ function webSocket(url, config = {}) {
482
482
  },
483
483
  {
484
484
  getSocket() {
485
- return _chunkIGFTD4HWjs.getSocket.call(void 0, url_);
485
+ return _chunkE6JLGC6Wjs.getSocket.call(void 0, url_);
486
486
  },
487
487
  async subscribe({ params, onData, onError }) {
488
- const socket = await _chunkIGFTD4HWjs.getSocket.call(void 0, url_);
488
+ const socket = await _chunkE6JLGC6Wjs.getSocket.call(void 0, url_);
489
489
  const { result: subscriptionId } = await new Promise(
490
- (resolve, reject) => _chunkIGFTD4HWjs.rpc.webSocket(socket, {
490
+ (resolve, reject) => _chunkE6JLGC6Wjs.rpc.webSocket(socket, {
491
491
  body: {
492
492
  method: "eth_subscribe",
493
493
  params
@@ -511,7 +511,7 @@ function webSocket(url, config = {}) {
511
511
  subscriptionId,
512
512
  async unsubscribe() {
513
513
  return new Promise(
514
- (resolve, reject) => _chunkIGFTD4HWjs.rpc.webSocket(socket, {
514
+ (resolve, reject) => _chunkE6JLGC6Wjs.rpc.webSocket(socket, {
515
515
  body: {
516
516
  method: "eth_unsubscribe",
517
517
  params: [subscriptionId]
@@ -567,95 +567,95 @@ function createClient({
567
567
 
568
568
  // src/clients/decorators/public.ts
569
569
  var publicActions = (client) => ({
570
- call: (args) => _chunkIGFTD4HWjs.call.call(void 0, client, args),
571
- createBlockFilter: () => _chunkIGFTD4HWjs.createBlockFilter.call(void 0, client),
572
- createContractEventFilter: (args) => _chunkIGFTD4HWjs.createContractEventFilter.call(void 0, client, args),
573
- createEventFilter: (args) => _chunkIGFTD4HWjs.createEventFilter.call(void 0, client, args),
574
- createPendingTransactionFilter: () => _chunkIGFTD4HWjs.createPendingTransactionFilter.call(void 0, client),
575
- estimateContractGas: (args) => _chunkIGFTD4HWjs.estimateContractGas.call(void 0, client, args),
576
- estimateGas: (args) => _chunkIGFTD4HWjs.estimateGas.call(void 0, client, args),
577
- getBalance: (args) => _chunkIGFTD4HWjs.getBalance.call(void 0, client, args),
578
- getBlock: (args) => _chunkIGFTD4HWjs.getBlock.call(void 0, client, args),
579
- getBlockNumber: (args) => _chunkIGFTD4HWjs.getBlockNumber.call(void 0, client, args),
580
- getBlockTransactionCount: (args) => _chunkIGFTD4HWjs.getBlockTransactionCount.call(void 0, client, args),
581
- getBytecode: (args) => _chunkIGFTD4HWjs.getBytecode.call(void 0, client, args),
582
- getChainId: () => _chunkIGFTD4HWjs.getChainId.call(void 0, client),
583
- getEnsAddress: (args) => _chunkIGFTD4HWjs.getEnsAddress.call(void 0, client, args),
584
- getEnsAvatar: (args) => _chunkIGFTD4HWjs.getEnsAvatar.call(void 0, client, args),
585
- getEnsName: (args) => _chunkIGFTD4HWjs.getEnsName.call(void 0, client, args),
586
- getEnsResolver: (args) => _chunkIGFTD4HWjs.getEnsResolver.call(void 0, client, args),
587
- getEnsText: (args) => _chunkIGFTD4HWjs.getEnsText.call(void 0, client, args),
588
- getFeeHistory: (args) => _chunkIGFTD4HWjs.getFeeHistory.call(void 0, client, args),
589
- getFilterChanges: (args) => _chunkIGFTD4HWjs.getFilterChanges.call(void 0, client, args),
590
- getFilterLogs: (args) => _chunkIGFTD4HWjs.getFilterLogs.call(void 0, client, args),
591
- getGasPrice: () => _chunkIGFTD4HWjs.getGasPrice.call(void 0, client),
592
- getLogs: (args) => _chunkIGFTD4HWjs.getLogs.call(void 0, client, args),
593
- getStorageAt: (args) => _chunkIGFTD4HWjs.getStorageAt.call(void 0, client, args),
594
- getTransaction: (args) => _chunkIGFTD4HWjs.getTransaction.call(void 0, client, args),
595
- getTransactionConfirmations: (args) => _chunkIGFTD4HWjs.getTransactionConfirmations.call(void 0, client, args),
596
- getTransactionCount: (args) => _chunkIGFTD4HWjs.getTransactionCount.call(void 0, client, args),
597
- getTransactionReceipt: (args) => _chunkIGFTD4HWjs.getTransactionReceipt.call(void 0, client, args),
598
- multicall: (args) => _chunkIGFTD4HWjs.multicall.call(void 0, client, args),
599
- readContract: (args) => _chunkIGFTD4HWjs.readContract.call(void 0, client, args),
600
- simulateContract: (args) => _chunkIGFTD4HWjs.simulateContract.call(void 0, client, args),
601
- uninstallFilter: (args) => _chunkIGFTD4HWjs.uninstallFilter.call(void 0, client, args),
602
- waitForTransactionReceipt: (args) => _chunkIGFTD4HWjs.waitForTransactionReceipt.call(void 0, client, args),
603
- watchBlocks: (args) => _chunkIGFTD4HWjs.watchBlocks.call(void 0, client, args),
604
- watchBlockNumber: (args) => _chunkIGFTD4HWjs.watchBlockNumber.call(void 0, client, args),
605
- watchContractEvent: (args) => _chunkIGFTD4HWjs.watchContractEvent.call(void 0, client, args),
606
- watchEvent: (args) => _chunkIGFTD4HWjs.watchEvent.call(void 0, client, args),
607
- watchPendingTransactions: (args) => _chunkIGFTD4HWjs.watchPendingTransactions.call(void 0, client, args)
570
+ call: (args) => _chunkE6JLGC6Wjs.call.call(void 0, client, args),
571
+ createBlockFilter: () => _chunkE6JLGC6Wjs.createBlockFilter.call(void 0, client),
572
+ createContractEventFilter: (args) => _chunkE6JLGC6Wjs.createContractEventFilter.call(void 0, client, args),
573
+ createEventFilter: (args) => _chunkE6JLGC6Wjs.createEventFilter.call(void 0, client, args),
574
+ createPendingTransactionFilter: () => _chunkE6JLGC6Wjs.createPendingTransactionFilter.call(void 0, client),
575
+ estimateContractGas: (args) => _chunkE6JLGC6Wjs.estimateContractGas.call(void 0, client, args),
576
+ estimateGas: (args) => _chunkE6JLGC6Wjs.estimateGas.call(void 0, client, args),
577
+ getBalance: (args) => _chunkE6JLGC6Wjs.getBalance.call(void 0, client, args),
578
+ getBlock: (args) => _chunkE6JLGC6Wjs.getBlock.call(void 0, client, args),
579
+ getBlockNumber: (args) => _chunkE6JLGC6Wjs.getBlockNumber.call(void 0, client, args),
580
+ getBlockTransactionCount: (args) => _chunkE6JLGC6Wjs.getBlockTransactionCount.call(void 0, client, args),
581
+ getBytecode: (args) => _chunkE6JLGC6Wjs.getBytecode.call(void 0, client, args),
582
+ getChainId: () => _chunkE6JLGC6Wjs.getChainId.call(void 0, client),
583
+ getEnsAddress: (args) => _chunkE6JLGC6Wjs.getEnsAddress.call(void 0, client, args),
584
+ getEnsAvatar: (args) => _chunkE6JLGC6Wjs.getEnsAvatar.call(void 0, client, args),
585
+ getEnsName: (args) => _chunkE6JLGC6Wjs.getEnsName.call(void 0, client, args),
586
+ getEnsResolver: (args) => _chunkE6JLGC6Wjs.getEnsResolver.call(void 0, client, args),
587
+ getEnsText: (args) => _chunkE6JLGC6Wjs.getEnsText.call(void 0, client, args),
588
+ getFeeHistory: (args) => _chunkE6JLGC6Wjs.getFeeHistory.call(void 0, client, args),
589
+ getFilterChanges: (args) => _chunkE6JLGC6Wjs.getFilterChanges.call(void 0, client, args),
590
+ getFilterLogs: (args) => _chunkE6JLGC6Wjs.getFilterLogs.call(void 0, client, args),
591
+ getGasPrice: () => _chunkE6JLGC6Wjs.getGasPrice.call(void 0, client),
592
+ getLogs: (args) => _chunkE6JLGC6Wjs.getLogs.call(void 0, client, args),
593
+ getStorageAt: (args) => _chunkE6JLGC6Wjs.getStorageAt.call(void 0, client, args),
594
+ getTransaction: (args) => _chunkE6JLGC6Wjs.getTransaction.call(void 0, client, args),
595
+ getTransactionConfirmations: (args) => _chunkE6JLGC6Wjs.getTransactionConfirmations.call(void 0, client, args),
596
+ getTransactionCount: (args) => _chunkE6JLGC6Wjs.getTransactionCount.call(void 0, client, args),
597
+ getTransactionReceipt: (args) => _chunkE6JLGC6Wjs.getTransactionReceipt.call(void 0, client, args),
598
+ multicall: (args) => _chunkE6JLGC6Wjs.multicall.call(void 0, client, args),
599
+ readContract: (args) => _chunkE6JLGC6Wjs.readContract.call(void 0, client, args),
600
+ simulateContract: (args) => _chunkE6JLGC6Wjs.simulateContract.call(void 0, client, args),
601
+ uninstallFilter: (args) => _chunkE6JLGC6Wjs.uninstallFilter.call(void 0, client, args),
602
+ waitForTransactionReceipt: (args) => _chunkE6JLGC6Wjs.waitForTransactionReceipt.call(void 0, client, args),
603
+ watchBlocks: (args) => _chunkE6JLGC6Wjs.watchBlocks.call(void 0, client, args),
604
+ watchBlockNumber: (args) => _chunkE6JLGC6Wjs.watchBlockNumber.call(void 0, client, args),
605
+ watchContractEvent: (args) => _chunkE6JLGC6Wjs.watchContractEvent.call(void 0, client, args),
606
+ watchEvent: (args) => _chunkE6JLGC6Wjs.watchEvent.call(void 0, client, args),
607
+ watchPendingTransactions: (args) => _chunkE6JLGC6Wjs.watchPendingTransactions.call(void 0, client, args)
608
608
  });
609
609
 
610
610
  // src/clients/decorators/test.ts
611
611
  function testActions(client) {
612
612
  return {
613
- dropTransaction: (args) => _chunkIGFTD4HWjs.dropTransaction.call(void 0, client, args),
614
- getAutomine: () => _chunkIGFTD4HWjs.getAutomine.call(void 0, client),
615
- getTxpoolContent: () => _chunkIGFTD4HWjs.getTxpoolContent.call(void 0, client),
616
- getTxpoolStatus: () => _chunkIGFTD4HWjs.getTxpoolStatus.call(void 0, client),
617
- impersonateAccount: (args) => _chunkIGFTD4HWjs.impersonateAccount.call(void 0, client, args),
618
- increaseTime: (args) => _chunkIGFTD4HWjs.increaseTime.call(void 0, client, args),
619
- inspectTxpool: () => _chunkIGFTD4HWjs.inspectTxpool.call(void 0, client),
620
- mine: (args) => _chunkIGFTD4HWjs.mine.call(void 0, client, args),
621
- removeBlockTimestampInterval: () => _chunkIGFTD4HWjs.removeBlockTimestampInterval.call(void 0, client),
622
- reset: (args) => _chunkIGFTD4HWjs.reset.call(void 0, client, args),
623
- revert: (args) => _chunkIGFTD4HWjs.revert.call(void 0, client, args),
624
- sendUnsignedTransaction: (args) => _chunkIGFTD4HWjs.sendUnsignedTransaction.call(void 0, client, args),
625
- setAutomine: (args) => _chunkIGFTD4HWjs.setAutomine.call(void 0, client, args),
626
- setBalance: (args) => _chunkIGFTD4HWjs.setBalance.call(void 0, client, args),
627
- setBlockGasLimit: (args) => _chunkIGFTD4HWjs.setBlockGasLimit.call(void 0, client, args),
628
- setBlockTimestampInterval: (args) => _chunkIGFTD4HWjs.setBlockTimestampInterval.call(void 0, client, args),
629
- setCode: (args) => _chunkIGFTD4HWjs.setCode.call(void 0, client, args),
630
- setCoinbase: (args) => _chunkIGFTD4HWjs.setCoinbase.call(void 0, client, args),
631
- setIntervalMining: (args) => _chunkIGFTD4HWjs.setIntervalMining.call(void 0, client, args),
632
- setLoggingEnabled: (args) => _chunkIGFTD4HWjs.setLoggingEnabled.call(void 0, client, args),
633
- setMinGasPrice: (args) => _chunkIGFTD4HWjs.setMinGasPrice.call(void 0, client, args),
634
- setNextBlockBaseFeePerGas: (args) => _chunkIGFTD4HWjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
635
- setNextBlockTimestamp: (args) => _chunkIGFTD4HWjs.setNextBlockTimestamp.call(void 0, client, args),
636
- setNonce: (args) => _chunkIGFTD4HWjs.setNonce.call(void 0, client, args),
637
- setRpcUrl: (args) => _chunkIGFTD4HWjs.setRpcUrl.call(void 0, client, args),
638
- setStorageAt: (args) => _chunkIGFTD4HWjs.setStorageAt.call(void 0, client, args),
639
- snapshot: () => _chunkIGFTD4HWjs.snapshot.call(void 0, client),
640
- stopImpersonatingAccount: (args) => _chunkIGFTD4HWjs.stopImpersonatingAccount.call(void 0, client, args)
613
+ dropTransaction: (args) => _chunkE6JLGC6Wjs.dropTransaction.call(void 0, client, args),
614
+ getAutomine: () => _chunkE6JLGC6Wjs.getAutomine.call(void 0, client),
615
+ getTxpoolContent: () => _chunkE6JLGC6Wjs.getTxpoolContent.call(void 0, client),
616
+ getTxpoolStatus: () => _chunkE6JLGC6Wjs.getTxpoolStatus.call(void 0, client),
617
+ impersonateAccount: (args) => _chunkE6JLGC6Wjs.impersonateAccount.call(void 0, client, args),
618
+ increaseTime: (args) => _chunkE6JLGC6Wjs.increaseTime.call(void 0, client, args),
619
+ inspectTxpool: () => _chunkE6JLGC6Wjs.inspectTxpool.call(void 0, client),
620
+ mine: (args) => _chunkE6JLGC6Wjs.mine.call(void 0, client, args),
621
+ removeBlockTimestampInterval: () => _chunkE6JLGC6Wjs.removeBlockTimestampInterval.call(void 0, client),
622
+ reset: (args) => _chunkE6JLGC6Wjs.reset.call(void 0, client, args),
623
+ revert: (args) => _chunkE6JLGC6Wjs.revert.call(void 0, client, args),
624
+ sendUnsignedTransaction: (args) => _chunkE6JLGC6Wjs.sendUnsignedTransaction.call(void 0, client, args),
625
+ setAutomine: (args) => _chunkE6JLGC6Wjs.setAutomine.call(void 0, client, args),
626
+ setBalance: (args) => _chunkE6JLGC6Wjs.setBalance.call(void 0, client, args),
627
+ setBlockGasLimit: (args) => _chunkE6JLGC6Wjs.setBlockGasLimit.call(void 0, client, args),
628
+ setBlockTimestampInterval: (args) => _chunkE6JLGC6Wjs.setBlockTimestampInterval.call(void 0, client, args),
629
+ setCode: (args) => _chunkE6JLGC6Wjs.setCode.call(void 0, client, args),
630
+ setCoinbase: (args) => _chunkE6JLGC6Wjs.setCoinbase.call(void 0, client, args),
631
+ setIntervalMining: (args) => _chunkE6JLGC6Wjs.setIntervalMining.call(void 0, client, args),
632
+ setLoggingEnabled: (args) => _chunkE6JLGC6Wjs.setLoggingEnabled.call(void 0, client, args),
633
+ setMinGasPrice: (args) => _chunkE6JLGC6Wjs.setMinGasPrice.call(void 0, client, args),
634
+ setNextBlockBaseFeePerGas: (args) => _chunkE6JLGC6Wjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
635
+ setNextBlockTimestamp: (args) => _chunkE6JLGC6Wjs.setNextBlockTimestamp.call(void 0, client, args),
636
+ setNonce: (args) => _chunkE6JLGC6Wjs.setNonce.call(void 0, client, args),
637
+ setRpcUrl: (args) => _chunkE6JLGC6Wjs.setRpcUrl.call(void 0, client, args),
638
+ setStorageAt: (args) => _chunkE6JLGC6Wjs.setStorageAt.call(void 0, client, args),
639
+ snapshot: () => _chunkE6JLGC6Wjs.snapshot.call(void 0, client),
640
+ stopImpersonatingAccount: (args) => _chunkE6JLGC6Wjs.stopImpersonatingAccount.call(void 0, client, args)
641
641
  };
642
642
  }
643
643
 
644
644
  // src/clients/decorators/wallet.ts
645
645
  var walletActions = (client) => ({
646
- addChain: (args) => _chunkIGFTD4HWjs.addChain.call(void 0, client, args),
647
- deployContract: (args) => _chunkIGFTD4HWjs.deployContract.call(void 0, client, args),
648
- getAddresses: () => _chunkIGFTD4HWjs.getAddresses.call(void 0, client),
649
- getChainId: () => _chunkIGFTD4HWjs.getChainId.call(void 0, client),
650
- getPermissions: () => _chunkIGFTD4HWjs.getPermissions.call(void 0, client),
651
- requestAddresses: () => _chunkIGFTD4HWjs.requestAddresses.call(void 0, client),
652
- requestPermissions: (args) => _chunkIGFTD4HWjs.requestPermissions.call(void 0, client, args),
653
- sendTransaction: (args) => _chunkIGFTD4HWjs.sendTransaction.call(void 0, client, args),
654
- signMessage: (args) => _chunkIGFTD4HWjs.signMessage.call(void 0, client, args),
655
- signTypedData: (args) => _chunkIGFTD4HWjs.signTypedData.call(void 0, client, args),
656
- switchChain: (args) => _chunkIGFTD4HWjs.switchChain.call(void 0, client, args),
657
- watchAsset: (args) => _chunkIGFTD4HWjs.watchAsset.call(void 0, client, args),
658
- writeContract: (args) => _chunkIGFTD4HWjs.writeContract.call(void 0, client, args)
646
+ addChain: (args) => _chunkE6JLGC6Wjs.addChain.call(void 0, client, args),
647
+ deployContract: (args) => _chunkE6JLGC6Wjs.deployContract.call(void 0, client, args),
648
+ getAddresses: () => _chunkE6JLGC6Wjs.getAddresses.call(void 0, client),
649
+ getChainId: () => _chunkE6JLGC6Wjs.getChainId.call(void 0, client),
650
+ getPermissions: () => _chunkE6JLGC6Wjs.getPermissions.call(void 0, client),
651
+ requestAddresses: () => _chunkE6JLGC6Wjs.requestAddresses.call(void 0, client),
652
+ requestPermissions: (args) => _chunkE6JLGC6Wjs.requestPermissions.call(void 0, client, args),
653
+ sendTransaction: (args) => _chunkE6JLGC6Wjs.sendTransaction.call(void 0, client, args),
654
+ signMessage: (args) => _chunkE6JLGC6Wjs.signMessage.call(void 0, client, args),
655
+ signTypedData: (args) => _chunkE6JLGC6Wjs.signTypedData.call(void 0, client, args),
656
+ switchChain: (args) => _chunkE6JLGC6Wjs.switchChain.call(void 0, client, args),
657
+ watchAsset: (args) => _chunkE6JLGC6Wjs.watchAsset.call(void 0, client, args),
658
+ writeContract: (args) => _chunkE6JLGC6Wjs.writeContract.call(void 0, client, args)
659
659
  });
660
660
 
661
661
  // src/clients/createPublicClient.ts
@@ -724,7 +724,7 @@ function createWalletClient({
724
724
  transport: () => transport({ retryCount: 0 }),
725
725
  type: "walletClient"
726
726
  }),
727
- account: account ? _chunkIGFTD4HWjs.parseAccount.call(void 0, account) : void 0
727
+ account: account ? _chunkE6JLGC6Wjs.parseAccount.call(void 0, account) : void 0
728
728
  };
729
729
  return {
730
730
  ...client,
@@ -923,5 +923,5 @@ function createWalletClient({
923
923
 
924
924
 
925
925
 
926
- exports.AbiConstructorNotFoundError = _chunkIGFTD4HWjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkIGFTD4HWjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkIGFTD4HWjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkIGFTD4HWjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkIGFTD4HWjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkIGFTD4HWjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkIGFTD4HWjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkIGFTD4HWjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkIGFTD4HWjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkIGFTD4HWjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkIGFTD4HWjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkIGFTD4HWjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkIGFTD4HWjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkIGFTD4HWjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkIGFTD4HWjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkIGFTD4HWjs.BaseError; exports.BlockNotFoundError = _chunkIGFTD4HWjs.BlockNotFoundError; exports.CallExecutionError = _chunkIGFTD4HWjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkIGFTD4HWjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkIGFTD4HWjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkIGFTD4HWjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkIGFTD4HWjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkIGFTD4HWjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkIGFTD4HWjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkIGFTD4HWjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkIGFTD4HWjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkIGFTD4HWjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkIGFTD4HWjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkIGFTD4HWjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkIGFTD4HWjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkIGFTD4HWjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkIGFTD4HWjs.HttpRequestError; exports.InsufficientFundsError = _chunkIGFTD4HWjs.InsufficientFundsError; exports.InternalRpcError = _chunkIGFTD4HWjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkIGFTD4HWjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkIGFTD4HWjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkIGFTD4HWjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkIGFTD4HWjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkIGFTD4HWjs.InvalidAddressError; exports.InvalidArrayError = _chunkIGFTD4HWjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkIGFTD4HWjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkIGFTD4HWjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkIGFTD4HWjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkIGFTD4HWjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkIGFTD4HWjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkIGFTD4HWjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkIGFTD4HWjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkIGFTD4HWjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkIGFTD4HWjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkIGFTD4HWjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkIGFTD4HWjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkIGFTD4HWjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkIGFTD4HWjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkIGFTD4HWjs.NonceMaxValueError; exports.NonceTooHighError = _chunkIGFTD4HWjs.NonceTooHighError; exports.NonceTooLowError = _chunkIGFTD4HWjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkIGFTD4HWjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkIGFTD4HWjs.ParseRpcError; exports.RawContractError = _chunkIGFTD4HWjs.RawContractError; exports.RequestError = _chunkIGFTD4HWjs.RequestError; exports.ResourceNotFoundRpcError = _chunkIGFTD4HWjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkIGFTD4HWjs.ResourceUnavailableRpcError; exports.RpcError = _chunkIGFTD4HWjs.RpcError; exports.RpcRequestError = _chunkIGFTD4HWjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkIGFTD4HWjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkIGFTD4HWjs.SwitchChainError; exports.TimeoutError = _chunkIGFTD4HWjs.TimeoutError; exports.TipAboveFeeCapError = _chunkIGFTD4HWjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkIGFTD4HWjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkIGFTD4HWjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkIGFTD4HWjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkIGFTD4HWjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkIGFTD4HWjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkIGFTD4HWjs.UnknownNodeError; exports.UnknownRpcError = _chunkIGFTD4HWjs.UnknownRpcError; exports.UrlRequiredError = _chunkIGFTD4HWjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkIGFTD4HWjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkIGFTD4HWjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkIGFTD4HWjs.WebSocketRequestError; exports.assertRequest = _chunkIGFTD4HWjs.assertRequest; exports.assertTransactionEIP1559 = _chunkIGFTD4HWjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkIGFTD4HWjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkIGFTD4HWjs.assertTransactionLegacy; exports.boolToBytes = _chunkIGFTD4HWjs.boolToBytes; exports.boolToHex = _chunkIGFTD4HWjs.boolToHex; exports.bytesToBigint = _chunkIGFTD4HWjs.bytesToBigint; exports.bytesToBool = _chunkIGFTD4HWjs.bytesToBool; exports.bytesToHex = _chunkIGFTD4HWjs.bytesToHex; exports.bytesToNumber = _chunkIGFTD4HWjs.bytesToNumber; exports.bytesToString = _chunkIGFTD4HWjs.bytesToString; exports.concat = _chunkIGFTD4HWjs.concat; exports.concatBytes = _chunkIGFTD4HWjs.concatBytes; exports.concatHex = _chunkIGFTD4HWjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkIGFTD4HWjs.decodeAbiParameters; exports.decodeErrorResult = _chunkIGFTD4HWjs.decodeErrorResult; exports.decodeEventLog = _chunkIGFTD4HWjs.decodeEventLog; exports.decodeFunctionData = _chunkIGFTD4HWjs.decodeFunctionData; exports.decodeFunctionResult = _chunkIGFTD4HWjs.decodeFunctionResult; exports.defineBlock = _chunkIGFTD4HWjs.defineBlock; exports.defineChain = _chunkIGFTD4HWjs.defineChain; exports.defineTransaction = _chunkIGFTD4HWjs.defineTransaction; exports.defineTransactionReceipt = _chunkIGFTD4HWjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkIGFTD4HWjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkIGFTD4HWjs.encodeAbiParameters; exports.encodeDeployData = _chunkIGFTD4HWjs.encodeDeployData; exports.encodeErrorResult = _chunkIGFTD4HWjs.encodeErrorResult; exports.encodeEventTopics = _chunkIGFTD4HWjs.encodeEventTopics; exports.encodeFunctionData = _chunkIGFTD4HWjs.encodeFunctionData; exports.encodeFunctionResult = _chunkIGFTD4HWjs.encodeFunctionResult; exports.encodePacked = _chunkIGFTD4HWjs.encodePacked; exports.etherUnits = _chunkIGFTD4HWjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkIGFTD4HWjs.formatBlock; exports.formatEther = _chunkIGFTD4HWjs.formatEther; exports.formatGwei = _chunkIGFTD4HWjs.formatGwei; exports.formatTransaction = _chunkIGFTD4HWjs.formatTransaction; exports.formatTransactionRequest = _chunkIGFTD4HWjs.formatTransactionRequest; exports.formatUnits = _chunkIGFTD4HWjs.formatUnits; exports.fromBytes = _chunkIGFTD4HWjs.fromBytes; exports.fromHex = _chunkIGFTD4HWjs.fromHex; exports.fromRlp = _chunkIGFTD4HWjs.fromRlp; exports.getAbiItem = _chunkIGFTD4HWjs.getAbiItem; exports.getAddress = _chunkIGFTD4HWjs.getAddress; exports.getContract = _chunkIGFTD4HWjs.getContract; exports.getContractAddress = _chunkIGFTD4HWjs.getContractAddress; exports.getContractError = _chunkIGFTD4HWjs.getContractError; exports.getCreate2Address = _chunkIGFTD4HWjs.getCreate2Address; exports.getCreateAddress = _chunkIGFTD4HWjs.getCreateAddress; exports.getEventSelector = _chunkIGFTD4HWjs.getEventSelector; exports.getFunctionSelector = _chunkIGFTD4HWjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkIGFTD4HWjs.getSerializedTransactionType; exports.getTransactionType = _chunkIGFTD4HWjs.getTransactionType; exports.gweiUnits = _chunkIGFTD4HWjs.gweiUnits; exports.hashMessage = _chunkIGFTD4HWjs.hashMessage; exports.hashTypedData = _chunkIGFTD4HWjs.hashTypedData; exports.hexToBigInt = _chunkIGFTD4HWjs.hexToBigInt; exports.hexToBool = _chunkIGFTD4HWjs.hexToBool; exports.hexToBytes = _chunkIGFTD4HWjs.hexToBytes; exports.hexToNumber = _chunkIGFTD4HWjs.hexToNumber; exports.hexToString = _chunkIGFTD4HWjs.hexToString; exports.http = http; exports.isAddress = _chunkIGFTD4HWjs.isAddress; exports.isAddressEqual = _chunkIGFTD4HWjs.isAddressEqual; exports.isBytes = _chunkIGFTD4HWjs.isBytes; exports.isHash = _chunkIGFTD4HWjs.isHash; exports.isHex = _chunkIGFTD4HWjs.isHex; exports.keccak256 = _chunkIGFTD4HWjs.keccak256; exports.labelhash = _chunkIGFTD4HWjs.labelhash; exports.multicall3Abi = _chunkIGFTD4HWjs.multicall3Abi; exports.namehash = _chunkIGFTD4HWjs.namehash; exports.numberToBytes = _chunkIGFTD4HWjs.numberToBytes; exports.numberToHex = _chunkIGFTD4HWjs.numberToHex; exports.pad = _chunkIGFTD4HWjs.pad; exports.padBytes = _chunkIGFTD4HWjs.padBytes; exports.padHex = _chunkIGFTD4HWjs.padHex; exports.parseAbi = _chunkIGFTD4HWjs.parseAbi; exports.parseAbiItem = _chunkIGFTD4HWjs.parseAbiItem; exports.parseAbiParameter = _chunkIGFTD4HWjs.parseAbiParameter; exports.parseAbiParameters = _chunkIGFTD4HWjs.parseAbiParameters; exports.parseEther = _chunkIGFTD4HWjs.parseEther; exports.parseGwei = _chunkIGFTD4HWjs.parseGwei; exports.parseTransaction = _chunkIGFTD4HWjs.parseTransaction; exports.parseUnits = _chunkIGFTD4HWjs.parseUnits; exports.prepareRequest = _chunkIGFTD4HWjs.prepareRequest; exports.recoverAddress = _chunkIGFTD4HWjs.recoverAddress; exports.recoverMessageAddress = _chunkIGFTD4HWjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkIGFTD4HWjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkIGFTD4HWjs.serializeTransaction; exports.size = _chunkIGFTD4HWjs.size; exports.slice = _chunkIGFTD4HWjs.slice; exports.sliceBytes = _chunkIGFTD4HWjs.sliceBytes; exports.sliceHex = _chunkIGFTD4HWjs.sliceHex; exports.stringToBytes = _chunkIGFTD4HWjs.stringToBytes; exports.stringToHex = _chunkIGFTD4HWjs.stringToHex; exports.stringify = _chunkIGFTD4HWjs.stringify; exports.toBytes = _chunkIGFTD4HWjs.toBytes; exports.toHex = _chunkIGFTD4HWjs.toHex; exports.toRlp = _chunkIGFTD4HWjs.toRlp; exports.transactionType = _chunkIGFTD4HWjs.transactionType; exports.trim = _chunkIGFTD4HWjs.trim; exports.validateTypedData = _chunkIGFTD4HWjs.validateTypedData; exports.verifyMessage = _chunkIGFTD4HWjs.verifyMessage; exports.verifyTypedData = _chunkIGFTD4HWjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkIGFTD4HWjs.weiUnits;
926
+ exports.AbiConstructorNotFoundError = _chunkE6JLGC6Wjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkE6JLGC6Wjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkE6JLGC6Wjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkE6JLGC6Wjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkE6JLGC6Wjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkE6JLGC6Wjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkE6JLGC6Wjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkE6JLGC6Wjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkE6JLGC6Wjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkE6JLGC6Wjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkE6JLGC6Wjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkE6JLGC6Wjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkE6JLGC6Wjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkE6JLGC6Wjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkE6JLGC6Wjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkE6JLGC6Wjs.BaseError; exports.BlockNotFoundError = _chunkE6JLGC6Wjs.BlockNotFoundError; exports.CallExecutionError = _chunkE6JLGC6Wjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkE6JLGC6Wjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkE6JLGC6Wjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkE6JLGC6Wjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkE6JLGC6Wjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkE6JLGC6Wjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkE6JLGC6Wjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkE6JLGC6Wjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkE6JLGC6Wjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkE6JLGC6Wjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkE6JLGC6Wjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkE6JLGC6Wjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkE6JLGC6Wjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkE6JLGC6Wjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkE6JLGC6Wjs.HttpRequestError; exports.InsufficientFundsError = _chunkE6JLGC6Wjs.InsufficientFundsError; exports.InternalRpcError = _chunkE6JLGC6Wjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkE6JLGC6Wjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkE6JLGC6Wjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkE6JLGC6Wjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkE6JLGC6Wjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkE6JLGC6Wjs.InvalidAddressError; exports.InvalidArrayError = _chunkE6JLGC6Wjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkE6JLGC6Wjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkE6JLGC6Wjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkE6JLGC6Wjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkE6JLGC6Wjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkE6JLGC6Wjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkE6JLGC6Wjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkE6JLGC6Wjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkE6JLGC6Wjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkE6JLGC6Wjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkE6JLGC6Wjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkE6JLGC6Wjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkE6JLGC6Wjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkE6JLGC6Wjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkE6JLGC6Wjs.NonceMaxValueError; exports.NonceTooHighError = _chunkE6JLGC6Wjs.NonceTooHighError; exports.NonceTooLowError = _chunkE6JLGC6Wjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkE6JLGC6Wjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkE6JLGC6Wjs.ParseRpcError; exports.RawContractError = _chunkE6JLGC6Wjs.RawContractError; exports.RequestError = _chunkE6JLGC6Wjs.RequestError; exports.ResourceNotFoundRpcError = _chunkE6JLGC6Wjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkE6JLGC6Wjs.ResourceUnavailableRpcError; exports.RpcError = _chunkE6JLGC6Wjs.RpcError; exports.RpcRequestError = _chunkE6JLGC6Wjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkE6JLGC6Wjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkE6JLGC6Wjs.SwitchChainError; exports.TimeoutError = _chunkE6JLGC6Wjs.TimeoutError; exports.TipAboveFeeCapError = _chunkE6JLGC6Wjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkE6JLGC6Wjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkE6JLGC6Wjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkE6JLGC6Wjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkE6JLGC6Wjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkE6JLGC6Wjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkE6JLGC6Wjs.UnknownNodeError; exports.UnknownRpcError = _chunkE6JLGC6Wjs.UnknownRpcError; exports.UrlRequiredError = _chunkE6JLGC6Wjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkE6JLGC6Wjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkE6JLGC6Wjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkE6JLGC6Wjs.WebSocketRequestError; exports.assertRequest = _chunkE6JLGC6Wjs.assertRequest; exports.assertTransactionEIP1559 = _chunkE6JLGC6Wjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkE6JLGC6Wjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkE6JLGC6Wjs.assertTransactionLegacy; exports.boolToBytes = _chunkE6JLGC6Wjs.boolToBytes; exports.boolToHex = _chunkE6JLGC6Wjs.boolToHex; exports.bytesToBigint = _chunkE6JLGC6Wjs.bytesToBigint; exports.bytesToBool = _chunkE6JLGC6Wjs.bytesToBool; exports.bytesToHex = _chunkE6JLGC6Wjs.bytesToHex; exports.bytesToNumber = _chunkE6JLGC6Wjs.bytesToNumber; exports.bytesToString = _chunkE6JLGC6Wjs.bytesToString; exports.concat = _chunkE6JLGC6Wjs.concat; exports.concatBytes = _chunkE6JLGC6Wjs.concatBytes; exports.concatHex = _chunkE6JLGC6Wjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkE6JLGC6Wjs.decodeAbiParameters; exports.decodeErrorResult = _chunkE6JLGC6Wjs.decodeErrorResult; exports.decodeEventLog = _chunkE6JLGC6Wjs.decodeEventLog; exports.decodeFunctionData = _chunkE6JLGC6Wjs.decodeFunctionData; exports.decodeFunctionResult = _chunkE6JLGC6Wjs.decodeFunctionResult; exports.defineBlock = _chunkE6JLGC6Wjs.defineBlock; exports.defineChain = _chunkE6JLGC6Wjs.defineChain; exports.defineTransaction = _chunkE6JLGC6Wjs.defineTransaction; exports.defineTransactionReceipt = _chunkE6JLGC6Wjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkE6JLGC6Wjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkE6JLGC6Wjs.encodeAbiParameters; exports.encodeDeployData = _chunkE6JLGC6Wjs.encodeDeployData; exports.encodeErrorResult = _chunkE6JLGC6Wjs.encodeErrorResult; exports.encodeEventTopics = _chunkE6JLGC6Wjs.encodeEventTopics; exports.encodeFunctionData = _chunkE6JLGC6Wjs.encodeFunctionData; exports.encodeFunctionResult = _chunkE6JLGC6Wjs.encodeFunctionResult; exports.encodePacked = _chunkE6JLGC6Wjs.encodePacked; exports.etherUnits = _chunkE6JLGC6Wjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkE6JLGC6Wjs.formatBlock; exports.formatEther = _chunkE6JLGC6Wjs.formatEther; exports.formatGwei = _chunkE6JLGC6Wjs.formatGwei; exports.formatTransaction = _chunkE6JLGC6Wjs.formatTransaction; exports.formatTransactionRequest = _chunkE6JLGC6Wjs.formatTransactionRequest; exports.formatUnits = _chunkE6JLGC6Wjs.formatUnits; exports.fromBytes = _chunkE6JLGC6Wjs.fromBytes; exports.fromHex = _chunkE6JLGC6Wjs.fromHex; exports.fromRlp = _chunkE6JLGC6Wjs.fromRlp; exports.getAbiItem = _chunkE6JLGC6Wjs.getAbiItem; exports.getAddress = _chunkE6JLGC6Wjs.getAddress; exports.getContract = _chunkE6JLGC6Wjs.getContract; exports.getContractAddress = _chunkE6JLGC6Wjs.getContractAddress; exports.getContractError = _chunkE6JLGC6Wjs.getContractError; exports.getCreate2Address = _chunkE6JLGC6Wjs.getCreate2Address; exports.getCreateAddress = _chunkE6JLGC6Wjs.getCreateAddress; exports.getEventSelector = _chunkE6JLGC6Wjs.getEventSelector; exports.getFunctionSelector = _chunkE6JLGC6Wjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkE6JLGC6Wjs.getSerializedTransactionType; exports.getTransactionType = _chunkE6JLGC6Wjs.getTransactionType; exports.gweiUnits = _chunkE6JLGC6Wjs.gweiUnits; exports.hashMessage = _chunkE6JLGC6Wjs.hashMessage; exports.hashTypedData = _chunkE6JLGC6Wjs.hashTypedData; exports.hexToBigInt = _chunkE6JLGC6Wjs.hexToBigInt; exports.hexToBool = _chunkE6JLGC6Wjs.hexToBool; exports.hexToBytes = _chunkE6JLGC6Wjs.hexToBytes; exports.hexToNumber = _chunkE6JLGC6Wjs.hexToNumber; exports.hexToString = _chunkE6JLGC6Wjs.hexToString; exports.http = http; exports.isAddress = _chunkE6JLGC6Wjs.isAddress; exports.isAddressEqual = _chunkE6JLGC6Wjs.isAddressEqual; exports.isBytes = _chunkE6JLGC6Wjs.isBytes; exports.isHash = _chunkE6JLGC6Wjs.isHash; exports.isHex = _chunkE6JLGC6Wjs.isHex; exports.keccak256 = _chunkE6JLGC6Wjs.keccak256; exports.labelhash = _chunkE6JLGC6Wjs.labelhash; exports.multicall3Abi = _chunkE6JLGC6Wjs.multicall3Abi; exports.namehash = _chunkE6JLGC6Wjs.namehash; exports.numberToBytes = _chunkE6JLGC6Wjs.numberToBytes; exports.numberToHex = _chunkE6JLGC6Wjs.numberToHex; exports.pad = _chunkE6JLGC6Wjs.pad; exports.padBytes = _chunkE6JLGC6Wjs.padBytes; exports.padHex = _chunkE6JLGC6Wjs.padHex; exports.parseAbi = _chunkE6JLGC6Wjs.parseAbi; exports.parseAbiItem = _chunkE6JLGC6Wjs.parseAbiItem; exports.parseAbiParameter = _chunkE6JLGC6Wjs.parseAbiParameter; exports.parseAbiParameters = _chunkE6JLGC6Wjs.parseAbiParameters; exports.parseEther = _chunkE6JLGC6Wjs.parseEther; exports.parseGwei = _chunkE6JLGC6Wjs.parseGwei; exports.parseTransaction = _chunkE6JLGC6Wjs.parseTransaction; exports.parseUnits = _chunkE6JLGC6Wjs.parseUnits; exports.prepareRequest = _chunkE6JLGC6Wjs.prepareRequest; exports.recoverAddress = _chunkE6JLGC6Wjs.recoverAddress; exports.recoverMessageAddress = _chunkE6JLGC6Wjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkE6JLGC6Wjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkE6JLGC6Wjs.serializeTransaction; exports.size = _chunkE6JLGC6Wjs.size; exports.slice = _chunkE6JLGC6Wjs.slice; exports.sliceBytes = _chunkE6JLGC6Wjs.sliceBytes; exports.sliceHex = _chunkE6JLGC6Wjs.sliceHex; exports.stringToBytes = _chunkE6JLGC6Wjs.stringToBytes; exports.stringToHex = _chunkE6JLGC6Wjs.stringToHex; exports.stringify = _chunkE6JLGC6Wjs.stringify; exports.toBytes = _chunkE6JLGC6Wjs.toBytes; exports.toHex = _chunkE6JLGC6Wjs.toHex; exports.toRlp = _chunkE6JLGC6Wjs.toRlp; exports.transactionType = _chunkE6JLGC6Wjs.transactionType; exports.trim = _chunkE6JLGC6Wjs.trim; exports.validateTypedData = _chunkE6JLGC6Wjs.validateTypedData; exports.verifyMessage = _chunkE6JLGC6Wjs.verifyMessage; exports.verifyTypedData = _chunkE6JLGC6Wjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkE6JLGC6Wjs.weiUnits;
927
927
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -265,7 +265,7 @@ import {
265
265
  watchPendingTransactions,
266
266
  weiUnits,
267
267
  writeContract
268
- } from "./chunk-GJGV3W5S.mjs";
268
+ } from "./chunk-ZM26BDGF.mjs";
269
269
 
270
270
  // src/clients/transports/createTransport.ts
271
271
  function createTransport({
package/dist/public.js CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- var _chunkIGFTD4HWjs = require('./chunk-IGFTD4HW.js');
29
+ var _chunkE6JLGC6Wjs = require('./chunk-E6JLGC6W.js');
30
30
 
31
31
 
32
32
 
@@ -55,5 +55,5 @@ var _chunkIGFTD4HWjs = require('./chunk-IGFTD4HW.js');
55
55
 
56
56
 
57
57
 
58
- exports.call = _chunkIGFTD4HWjs.call; exports.createBlockFilter = _chunkIGFTD4HWjs.createBlockFilter; exports.createEventFilter = _chunkIGFTD4HWjs.createEventFilter; exports.createPendingTransactionFilter = _chunkIGFTD4HWjs.createPendingTransactionFilter; exports.estimateGas = _chunkIGFTD4HWjs.estimateGas; exports.getBalance = _chunkIGFTD4HWjs.getBalance; exports.getBlock = _chunkIGFTD4HWjs.getBlock; exports.getBlockNumber = _chunkIGFTD4HWjs.getBlockNumber; exports.getBlockNumberCache = _chunkIGFTD4HWjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkIGFTD4HWjs.getBlockTransactionCount; exports.getBytecode = _chunkIGFTD4HWjs.getBytecode; exports.getChainId = _chunkIGFTD4HWjs.getChainId; exports.getFeeHistory = _chunkIGFTD4HWjs.getFeeHistory; exports.getFilterChanges = _chunkIGFTD4HWjs.getFilterChanges; exports.getFilterLogs = _chunkIGFTD4HWjs.getFilterLogs; exports.getGasPrice = _chunkIGFTD4HWjs.getGasPrice; exports.getLogs = _chunkIGFTD4HWjs.getLogs; exports.getTransaction = _chunkIGFTD4HWjs.getTransaction; exports.getTransactionConfirmations = _chunkIGFTD4HWjs.getTransactionConfirmations; exports.getTransactionCount = _chunkIGFTD4HWjs.getTransactionCount; exports.getTransactionReceipt = _chunkIGFTD4HWjs.getTransactionReceipt; exports.uninstallFilter = _chunkIGFTD4HWjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkIGFTD4HWjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkIGFTD4HWjs.watchBlockNumber; exports.watchBlocks = _chunkIGFTD4HWjs.watchBlocks; exports.watchEvent = _chunkIGFTD4HWjs.watchEvent; exports.watchPendingTransactions = _chunkIGFTD4HWjs.watchPendingTransactions;
58
+ exports.call = _chunkE6JLGC6Wjs.call; exports.createBlockFilter = _chunkE6JLGC6Wjs.createBlockFilter; exports.createEventFilter = _chunkE6JLGC6Wjs.createEventFilter; exports.createPendingTransactionFilter = _chunkE6JLGC6Wjs.createPendingTransactionFilter; exports.estimateGas = _chunkE6JLGC6Wjs.estimateGas; exports.getBalance = _chunkE6JLGC6Wjs.getBalance; exports.getBlock = _chunkE6JLGC6Wjs.getBlock; exports.getBlockNumber = _chunkE6JLGC6Wjs.getBlockNumber; exports.getBlockNumberCache = _chunkE6JLGC6Wjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkE6JLGC6Wjs.getBlockTransactionCount; exports.getBytecode = _chunkE6JLGC6Wjs.getBytecode; exports.getChainId = _chunkE6JLGC6Wjs.getChainId; exports.getFeeHistory = _chunkE6JLGC6Wjs.getFeeHistory; exports.getFilterChanges = _chunkE6JLGC6Wjs.getFilterChanges; exports.getFilterLogs = _chunkE6JLGC6Wjs.getFilterLogs; exports.getGasPrice = _chunkE6JLGC6Wjs.getGasPrice; exports.getLogs = _chunkE6JLGC6Wjs.getLogs; exports.getTransaction = _chunkE6JLGC6Wjs.getTransaction; exports.getTransactionConfirmations = _chunkE6JLGC6Wjs.getTransactionConfirmations; exports.getTransactionCount = _chunkE6JLGC6Wjs.getTransactionCount; exports.getTransactionReceipt = _chunkE6JLGC6Wjs.getTransactionReceipt; exports.uninstallFilter = _chunkE6JLGC6Wjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkE6JLGC6Wjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkE6JLGC6Wjs.watchBlockNumber; exports.watchBlocks = _chunkE6JLGC6Wjs.watchBlocks; exports.watchEvent = _chunkE6JLGC6Wjs.watchEvent; exports.watchPendingTransactions = _chunkE6JLGC6Wjs.watchPendingTransactions;
59
59
  //# sourceMappingURL=public.js.map
package/dist/public.mjs CHANGED
@@ -26,7 +26,7 @@ import {
26
26
  watchBlocks,
27
27
  watchEvent,
28
28
  watchPendingTransactions
29
- } from "./chunk-GJGV3W5S.mjs";
29
+ } from "./chunk-ZM26BDGF.mjs";
30
30
  export {
31
31
  call,
32
32
  createBlockFilter,
package/dist/test.js CHANGED
@@ -27,7 +27,7 @@
27
27
 
28
28
 
29
29
 
30
- var _chunkIGFTD4HWjs = require('./chunk-IGFTD4HW.js');
30
+ var _chunkE6JLGC6Wjs = require('./chunk-E6JLGC6W.js');
31
31
 
32
32
 
33
33
 
@@ -57,5 +57,5 @@ var _chunkIGFTD4HWjs = require('./chunk-IGFTD4HW.js');
57
57
 
58
58
 
59
59
 
60
- exports.dropTransaction = _chunkIGFTD4HWjs.dropTransaction; exports.getAutomine = _chunkIGFTD4HWjs.getAutomine; exports.getTxpoolContent = _chunkIGFTD4HWjs.getTxpoolContent; exports.getTxpoolStatus = _chunkIGFTD4HWjs.getTxpoolStatus; exports.impersonateAccount = _chunkIGFTD4HWjs.impersonateAccount; exports.increaseTime = _chunkIGFTD4HWjs.increaseTime; exports.inspectTxpool = _chunkIGFTD4HWjs.inspectTxpool; exports.mine = _chunkIGFTD4HWjs.mine; exports.removeBlockTimestampInterval = _chunkIGFTD4HWjs.removeBlockTimestampInterval; exports.reset = _chunkIGFTD4HWjs.reset; exports.revert = _chunkIGFTD4HWjs.revert; exports.sendUnsignedTransaction = _chunkIGFTD4HWjs.sendUnsignedTransaction; exports.setAutomine = _chunkIGFTD4HWjs.setAutomine; exports.setBalance = _chunkIGFTD4HWjs.setBalance; exports.setBlockGasLimit = _chunkIGFTD4HWjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkIGFTD4HWjs.setBlockTimestampInterval; exports.setCode = _chunkIGFTD4HWjs.setCode; exports.setCoinbase = _chunkIGFTD4HWjs.setCoinbase; exports.setIntervalMining = _chunkIGFTD4HWjs.setIntervalMining; exports.setLoggingEnabled = _chunkIGFTD4HWjs.setLoggingEnabled; exports.setMinGasPrice = _chunkIGFTD4HWjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkIGFTD4HWjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkIGFTD4HWjs.setNextBlockTimestamp; exports.setNonce = _chunkIGFTD4HWjs.setNonce; exports.setRpcUrl = _chunkIGFTD4HWjs.setRpcUrl; exports.setStorageAt = _chunkIGFTD4HWjs.setStorageAt; exports.snapshot = _chunkIGFTD4HWjs.snapshot; exports.stopImpersonatingAccount = _chunkIGFTD4HWjs.stopImpersonatingAccount;
60
+ exports.dropTransaction = _chunkE6JLGC6Wjs.dropTransaction; exports.getAutomine = _chunkE6JLGC6Wjs.getAutomine; exports.getTxpoolContent = _chunkE6JLGC6Wjs.getTxpoolContent; exports.getTxpoolStatus = _chunkE6JLGC6Wjs.getTxpoolStatus; exports.impersonateAccount = _chunkE6JLGC6Wjs.impersonateAccount; exports.increaseTime = _chunkE6JLGC6Wjs.increaseTime; exports.inspectTxpool = _chunkE6JLGC6Wjs.inspectTxpool; exports.mine = _chunkE6JLGC6Wjs.mine; exports.removeBlockTimestampInterval = _chunkE6JLGC6Wjs.removeBlockTimestampInterval; exports.reset = _chunkE6JLGC6Wjs.reset; exports.revert = _chunkE6JLGC6Wjs.revert; exports.sendUnsignedTransaction = _chunkE6JLGC6Wjs.sendUnsignedTransaction; exports.setAutomine = _chunkE6JLGC6Wjs.setAutomine; exports.setBalance = _chunkE6JLGC6Wjs.setBalance; exports.setBlockGasLimit = _chunkE6JLGC6Wjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkE6JLGC6Wjs.setBlockTimestampInterval; exports.setCode = _chunkE6JLGC6Wjs.setCode; exports.setCoinbase = _chunkE6JLGC6Wjs.setCoinbase; exports.setIntervalMining = _chunkE6JLGC6Wjs.setIntervalMining; exports.setLoggingEnabled = _chunkE6JLGC6Wjs.setLoggingEnabled; exports.setMinGasPrice = _chunkE6JLGC6Wjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkE6JLGC6Wjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkE6JLGC6Wjs.setNextBlockTimestamp; exports.setNonce = _chunkE6JLGC6Wjs.setNonce; exports.setRpcUrl = _chunkE6JLGC6Wjs.setRpcUrl; exports.setStorageAt = _chunkE6JLGC6Wjs.setStorageAt; exports.snapshot = _chunkE6JLGC6Wjs.snapshot; exports.stopImpersonatingAccount = _chunkE6JLGC6Wjs.stopImpersonatingAccount;
61
61
  //# sourceMappingURL=test.js.map
package/dist/test.mjs CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  setStorageAt,
28
28
  snapshot,
29
29
  stopImpersonatingAccount
30
- } from "./chunk-GJGV3W5S.mjs";
30
+ } from "./chunk-ZM26BDGF.mjs";
31
31
  export {
32
32
  dropTransaction,
33
33
  getAutomine,
@@ -118,7 +118,7 @@
118
118
 
119
119
 
120
120
 
121
- var _chunkIGFTD4HWjs = require('../chunk-IGFTD4HW.js');
121
+ var _chunkE6JLGC6Wjs = require('../chunk-E6JLGC6W.js');
122
122
 
123
123
 
124
124
 
@@ -239,5 +239,5 @@ var _chunkIGFTD4HWjs = require('../chunk-IGFTD4HW.js');
239
239
 
240
240
 
241
241
 
242
- exports.arrayRegex = _chunkIGFTD4HWjs.arrayRegex; exports.assertRequest = _chunkIGFTD4HWjs.assertRequest; exports.assertTransactionEIP1559 = _chunkIGFTD4HWjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkIGFTD4HWjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkIGFTD4HWjs.assertTransactionLegacy; exports.boolToBytes = _chunkIGFTD4HWjs.boolToBytes; exports.boolToHex = _chunkIGFTD4HWjs.boolToHex; exports.buildRequest = _chunkIGFTD4HWjs.buildRequest; exports.bytesRegex = _chunkIGFTD4HWjs.bytesRegex; exports.bytesToBigint = _chunkIGFTD4HWjs.bytesToBigint; exports.bytesToBool = _chunkIGFTD4HWjs.bytesToBool; exports.bytesToHex = _chunkIGFTD4HWjs.bytesToHex; exports.bytesToNumber = _chunkIGFTD4HWjs.bytesToNumber; exports.bytesToString = _chunkIGFTD4HWjs.bytesToString; exports.concat = _chunkIGFTD4HWjs.concat; exports.concatBytes = _chunkIGFTD4HWjs.concatBytes; exports.concatHex = _chunkIGFTD4HWjs.concatHex; exports.containsNodeError = _chunkIGFTD4HWjs.containsNodeError; exports.decodeAbiParameters = _chunkIGFTD4HWjs.decodeAbiParameters; exports.decodeErrorResult = _chunkIGFTD4HWjs.decodeErrorResult; exports.decodeEventLog = _chunkIGFTD4HWjs.decodeEventLog; exports.decodeFunctionData = _chunkIGFTD4HWjs.decodeFunctionData; exports.decodeFunctionResult = _chunkIGFTD4HWjs.decodeFunctionResult; exports.defineBlock = _chunkIGFTD4HWjs.defineBlock; exports.defineChain = _chunkIGFTD4HWjs.defineChain; exports.defineFormatter = _chunkIGFTD4HWjs.defineFormatter; exports.defineTransaction = _chunkIGFTD4HWjs.defineTransaction; exports.defineTransactionReceipt = _chunkIGFTD4HWjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkIGFTD4HWjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkIGFTD4HWjs.encodeAbiParameters; exports.encodeDeployData = _chunkIGFTD4HWjs.encodeDeployData; exports.encodeErrorResult = _chunkIGFTD4HWjs.encodeErrorResult; exports.encodeEventTopics = _chunkIGFTD4HWjs.encodeEventTopics; exports.encodeFunctionData = _chunkIGFTD4HWjs.encodeFunctionData; exports.encodeFunctionResult = _chunkIGFTD4HWjs.encodeFunctionResult; exports.encodePacked = _chunkIGFTD4HWjs.encodePacked; exports.extract = _chunkIGFTD4HWjs.extract; exports.extractFunctionName = _chunkIGFTD4HWjs.extractFunctionName; exports.extractFunctionParams = _chunkIGFTD4HWjs.extractFunctionParams; exports.extractFunctionParts = _chunkIGFTD4HWjs.extractFunctionParts; exports.extractFunctionType = _chunkIGFTD4HWjs.extractFunctionType; exports.format = _chunkIGFTD4HWjs.format; exports.formatAbiItem = _chunkIGFTD4HWjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkIGFTD4HWjs.formatAbiItemWithArgs; exports.formatBlock = _chunkIGFTD4HWjs.formatBlock; exports.formatEther = _chunkIGFTD4HWjs.formatEther; exports.formatGwei = _chunkIGFTD4HWjs.formatGwei; exports.formatTransaction = _chunkIGFTD4HWjs.formatTransaction; exports.formatTransactionRequest = _chunkIGFTD4HWjs.formatTransactionRequest; exports.formatUnits = _chunkIGFTD4HWjs.formatUnits; exports.fromBytes = _chunkIGFTD4HWjs.fromBytes; exports.fromHex = _chunkIGFTD4HWjs.fromHex; exports.fromRlp = _chunkIGFTD4HWjs.fromRlp; exports.getAbiItem = _chunkIGFTD4HWjs.getAbiItem; exports.getAddress = _chunkIGFTD4HWjs.getAddress; exports.getCallError = _chunkIGFTD4HWjs.getCallError; exports.getChainContractAddress = _chunkIGFTD4HWjs.getChainContractAddress; exports.getContractAddress = _chunkIGFTD4HWjs.getContractAddress; exports.getContractError = _chunkIGFTD4HWjs.getContractError; exports.getCreate2Address = _chunkIGFTD4HWjs.getCreate2Address; exports.getCreateAddress = _chunkIGFTD4HWjs.getCreateAddress; exports.getEstimateGasError = _chunkIGFTD4HWjs.getEstimateGasError; exports.getEventSelector = _chunkIGFTD4HWjs.getEventSelector; exports.getFunctionSelector = _chunkIGFTD4HWjs.getFunctionSelector; exports.getNodeError = _chunkIGFTD4HWjs.getNodeError; exports.getSerializedTransactionType = _chunkIGFTD4HWjs.getSerializedTransactionType; exports.getSocket = _chunkIGFTD4HWjs.getSocket; exports.getTransactionError = _chunkIGFTD4HWjs.getTransactionError; exports.getTransactionType = _chunkIGFTD4HWjs.getTransactionType; exports.hashMessage = _chunkIGFTD4HWjs.hashMessage; exports.hashTypedData = _chunkIGFTD4HWjs.hashTypedData; exports.hexToBigInt = _chunkIGFTD4HWjs.hexToBigInt; exports.hexToBool = _chunkIGFTD4HWjs.hexToBool; exports.hexToBytes = _chunkIGFTD4HWjs.hexToBytes; exports.hexToNumber = _chunkIGFTD4HWjs.hexToNumber; exports.hexToString = _chunkIGFTD4HWjs.hexToString; exports.integerRegex = _chunkIGFTD4HWjs.integerRegex; exports.isAddress = _chunkIGFTD4HWjs.isAddress; exports.isAddressEqual = _chunkIGFTD4HWjs.isAddressEqual; exports.isBytes = _chunkIGFTD4HWjs.isBytes; exports.isHash = _chunkIGFTD4HWjs.isHash; exports.isHex = _chunkIGFTD4HWjs.isHex; exports.keccak256 = _chunkIGFTD4HWjs.keccak256; exports.numberToBytes = _chunkIGFTD4HWjs.numberToBytes; exports.numberToHex = _chunkIGFTD4HWjs.numberToHex; exports.pad = _chunkIGFTD4HWjs.pad; exports.padBytes = _chunkIGFTD4HWjs.padBytes; exports.padHex = _chunkIGFTD4HWjs.padHex; exports.parseAbi = _chunkIGFTD4HWjs.parseAbi; exports.parseAbiItem = _chunkIGFTD4HWjs.parseAbiItem; exports.parseAbiParameter = _chunkIGFTD4HWjs.parseAbiParameter; exports.parseAbiParameters = _chunkIGFTD4HWjs.parseAbiParameters; exports.parseAccount = _chunkIGFTD4HWjs.parseAccount; exports.parseEther = _chunkIGFTD4HWjs.parseEther; exports.parseGwei = _chunkIGFTD4HWjs.parseGwei; exports.parseTransaction = _chunkIGFTD4HWjs.parseTransaction; exports.parseUnits = _chunkIGFTD4HWjs.parseUnits; exports.prepareRequest = _chunkIGFTD4HWjs.prepareRequest; exports.publicKeyToAddress = _chunkIGFTD4HWjs.publicKeyToAddress; exports.recoverAddress = _chunkIGFTD4HWjs.recoverAddress; exports.recoverMessageAddress = _chunkIGFTD4HWjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkIGFTD4HWjs.recoverTypedDataAddress; exports.rpc = _chunkIGFTD4HWjs.rpc; exports.serializeTransaction = _chunkIGFTD4HWjs.serializeTransaction; exports.size = _chunkIGFTD4HWjs.size; exports.slice = _chunkIGFTD4HWjs.slice; exports.sliceBytes = _chunkIGFTD4HWjs.sliceBytes; exports.sliceHex = _chunkIGFTD4HWjs.sliceHex; exports.stringToBytes = _chunkIGFTD4HWjs.stringToBytes; exports.stringToHex = _chunkIGFTD4HWjs.stringToHex; exports.stringify = _chunkIGFTD4HWjs.stringify; exports.toBytes = _chunkIGFTD4HWjs.toBytes; exports.toHex = _chunkIGFTD4HWjs.toHex; exports.toRlp = _chunkIGFTD4HWjs.toRlp; exports.transactionType = _chunkIGFTD4HWjs.transactionType; exports.trim = _chunkIGFTD4HWjs.trim; exports.validateTypedData = _chunkIGFTD4HWjs.validateTypedData; exports.verifyMessage = _chunkIGFTD4HWjs.verifyMessage; exports.verifyTypedData = _chunkIGFTD4HWjs.verifyTypedData;
242
+ exports.arrayRegex = _chunkE6JLGC6Wjs.arrayRegex; exports.assertRequest = _chunkE6JLGC6Wjs.assertRequest; exports.assertTransactionEIP1559 = _chunkE6JLGC6Wjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkE6JLGC6Wjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkE6JLGC6Wjs.assertTransactionLegacy; exports.boolToBytes = _chunkE6JLGC6Wjs.boolToBytes; exports.boolToHex = _chunkE6JLGC6Wjs.boolToHex; exports.buildRequest = _chunkE6JLGC6Wjs.buildRequest; exports.bytesRegex = _chunkE6JLGC6Wjs.bytesRegex; exports.bytesToBigint = _chunkE6JLGC6Wjs.bytesToBigint; exports.bytesToBool = _chunkE6JLGC6Wjs.bytesToBool; exports.bytesToHex = _chunkE6JLGC6Wjs.bytesToHex; exports.bytesToNumber = _chunkE6JLGC6Wjs.bytesToNumber; exports.bytesToString = _chunkE6JLGC6Wjs.bytesToString; exports.concat = _chunkE6JLGC6Wjs.concat; exports.concatBytes = _chunkE6JLGC6Wjs.concatBytes; exports.concatHex = _chunkE6JLGC6Wjs.concatHex; exports.containsNodeError = _chunkE6JLGC6Wjs.containsNodeError; exports.decodeAbiParameters = _chunkE6JLGC6Wjs.decodeAbiParameters; exports.decodeErrorResult = _chunkE6JLGC6Wjs.decodeErrorResult; exports.decodeEventLog = _chunkE6JLGC6Wjs.decodeEventLog; exports.decodeFunctionData = _chunkE6JLGC6Wjs.decodeFunctionData; exports.decodeFunctionResult = _chunkE6JLGC6Wjs.decodeFunctionResult; exports.defineBlock = _chunkE6JLGC6Wjs.defineBlock; exports.defineChain = _chunkE6JLGC6Wjs.defineChain; exports.defineFormatter = _chunkE6JLGC6Wjs.defineFormatter; exports.defineTransaction = _chunkE6JLGC6Wjs.defineTransaction; exports.defineTransactionReceipt = _chunkE6JLGC6Wjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkE6JLGC6Wjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkE6JLGC6Wjs.encodeAbiParameters; exports.encodeDeployData = _chunkE6JLGC6Wjs.encodeDeployData; exports.encodeErrorResult = _chunkE6JLGC6Wjs.encodeErrorResult; exports.encodeEventTopics = _chunkE6JLGC6Wjs.encodeEventTopics; exports.encodeFunctionData = _chunkE6JLGC6Wjs.encodeFunctionData; exports.encodeFunctionResult = _chunkE6JLGC6Wjs.encodeFunctionResult; exports.encodePacked = _chunkE6JLGC6Wjs.encodePacked; exports.extract = _chunkE6JLGC6Wjs.extract; exports.extractFunctionName = _chunkE6JLGC6Wjs.extractFunctionName; exports.extractFunctionParams = _chunkE6JLGC6Wjs.extractFunctionParams; exports.extractFunctionParts = _chunkE6JLGC6Wjs.extractFunctionParts; exports.extractFunctionType = _chunkE6JLGC6Wjs.extractFunctionType; exports.format = _chunkE6JLGC6Wjs.format; exports.formatAbiItem = _chunkE6JLGC6Wjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkE6JLGC6Wjs.formatAbiItemWithArgs; exports.formatBlock = _chunkE6JLGC6Wjs.formatBlock; exports.formatEther = _chunkE6JLGC6Wjs.formatEther; exports.formatGwei = _chunkE6JLGC6Wjs.formatGwei; exports.formatTransaction = _chunkE6JLGC6Wjs.formatTransaction; exports.formatTransactionRequest = _chunkE6JLGC6Wjs.formatTransactionRequest; exports.formatUnits = _chunkE6JLGC6Wjs.formatUnits; exports.fromBytes = _chunkE6JLGC6Wjs.fromBytes; exports.fromHex = _chunkE6JLGC6Wjs.fromHex; exports.fromRlp = _chunkE6JLGC6Wjs.fromRlp; exports.getAbiItem = _chunkE6JLGC6Wjs.getAbiItem; exports.getAddress = _chunkE6JLGC6Wjs.getAddress; exports.getCallError = _chunkE6JLGC6Wjs.getCallError; exports.getChainContractAddress = _chunkE6JLGC6Wjs.getChainContractAddress; exports.getContractAddress = _chunkE6JLGC6Wjs.getContractAddress; exports.getContractError = _chunkE6JLGC6Wjs.getContractError; exports.getCreate2Address = _chunkE6JLGC6Wjs.getCreate2Address; exports.getCreateAddress = _chunkE6JLGC6Wjs.getCreateAddress; exports.getEstimateGasError = _chunkE6JLGC6Wjs.getEstimateGasError; exports.getEventSelector = _chunkE6JLGC6Wjs.getEventSelector; exports.getFunctionSelector = _chunkE6JLGC6Wjs.getFunctionSelector; exports.getNodeError = _chunkE6JLGC6Wjs.getNodeError; exports.getSerializedTransactionType = _chunkE6JLGC6Wjs.getSerializedTransactionType; exports.getSocket = _chunkE6JLGC6Wjs.getSocket; exports.getTransactionError = _chunkE6JLGC6Wjs.getTransactionError; exports.getTransactionType = _chunkE6JLGC6Wjs.getTransactionType; exports.hashMessage = _chunkE6JLGC6Wjs.hashMessage; exports.hashTypedData = _chunkE6JLGC6Wjs.hashTypedData; exports.hexToBigInt = _chunkE6JLGC6Wjs.hexToBigInt; exports.hexToBool = _chunkE6JLGC6Wjs.hexToBool; exports.hexToBytes = _chunkE6JLGC6Wjs.hexToBytes; exports.hexToNumber = _chunkE6JLGC6Wjs.hexToNumber; exports.hexToString = _chunkE6JLGC6Wjs.hexToString; exports.integerRegex = _chunkE6JLGC6Wjs.integerRegex; exports.isAddress = _chunkE6JLGC6Wjs.isAddress; exports.isAddressEqual = _chunkE6JLGC6Wjs.isAddressEqual; exports.isBytes = _chunkE6JLGC6Wjs.isBytes; exports.isHash = _chunkE6JLGC6Wjs.isHash; exports.isHex = _chunkE6JLGC6Wjs.isHex; exports.keccak256 = _chunkE6JLGC6Wjs.keccak256; exports.numberToBytes = _chunkE6JLGC6Wjs.numberToBytes; exports.numberToHex = _chunkE6JLGC6Wjs.numberToHex; exports.pad = _chunkE6JLGC6Wjs.pad; exports.padBytes = _chunkE6JLGC6Wjs.padBytes; exports.padHex = _chunkE6JLGC6Wjs.padHex; exports.parseAbi = _chunkE6JLGC6Wjs.parseAbi; exports.parseAbiItem = _chunkE6JLGC6Wjs.parseAbiItem; exports.parseAbiParameter = _chunkE6JLGC6Wjs.parseAbiParameter; exports.parseAbiParameters = _chunkE6JLGC6Wjs.parseAbiParameters; exports.parseAccount = _chunkE6JLGC6Wjs.parseAccount; exports.parseEther = _chunkE6JLGC6Wjs.parseEther; exports.parseGwei = _chunkE6JLGC6Wjs.parseGwei; exports.parseTransaction = _chunkE6JLGC6Wjs.parseTransaction; exports.parseUnits = _chunkE6JLGC6Wjs.parseUnits; exports.prepareRequest = _chunkE6JLGC6Wjs.prepareRequest; exports.publicKeyToAddress = _chunkE6JLGC6Wjs.publicKeyToAddress; exports.recoverAddress = _chunkE6JLGC6Wjs.recoverAddress; exports.recoverMessageAddress = _chunkE6JLGC6Wjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkE6JLGC6Wjs.recoverTypedDataAddress; exports.rpc = _chunkE6JLGC6Wjs.rpc; exports.serializeTransaction = _chunkE6JLGC6Wjs.serializeTransaction; exports.size = _chunkE6JLGC6Wjs.size; exports.slice = _chunkE6JLGC6Wjs.slice; exports.sliceBytes = _chunkE6JLGC6Wjs.sliceBytes; exports.sliceHex = _chunkE6JLGC6Wjs.sliceHex; exports.stringToBytes = _chunkE6JLGC6Wjs.stringToBytes; exports.stringToHex = _chunkE6JLGC6Wjs.stringToHex; exports.stringify = _chunkE6JLGC6Wjs.stringify; exports.toBytes = _chunkE6JLGC6Wjs.toBytes; exports.toHex = _chunkE6JLGC6Wjs.toHex; exports.toRlp = _chunkE6JLGC6Wjs.toRlp; exports.transactionType = _chunkE6JLGC6Wjs.transactionType; exports.trim = _chunkE6JLGC6Wjs.trim; exports.validateTypedData = _chunkE6JLGC6Wjs.validateTypedData; exports.verifyMessage = _chunkE6JLGC6Wjs.verifyMessage; exports.verifyTypedData = _chunkE6JLGC6Wjs.verifyTypedData;
243
243
  //# sourceMappingURL=index.js.map
@@ -118,7 +118,7 @@ import {
118
118
  validateTypedData,
119
119
  verifyMessage,
120
120
  verifyTypedData
121
- } from "../chunk-GJGV3W5S.mjs";
121
+ } from "../chunk-ZM26BDGF.mjs";
122
122
  export {
123
123
  arrayRegex,
124
124
  assertRequest,
package/dist/wallet.js CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- var _chunkIGFTD4HWjs = require('./chunk-IGFTD4HW.js');
12
+ var _chunkE6JLGC6Wjs = require('./chunk-E6JLGC6W.js');
13
13
 
14
14
 
15
15
 
@@ -21,5 +21,5 @@ var _chunkIGFTD4HWjs = require('./chunk-IGFTD4HW.js');
21
21
 
22
22
 
23
23
 
24
- exports.addChain = _chunkIGFTD4HWjs.addChain; exports.getAddresses = _chunkIGFTD4HWjs.getAddresses; exports.getPermissions = _chunkIGFTD4HWjs.getPermissions; exports.requestAddresses = _chunkIGFTD4HWjs.requestAddresses; exports.requestPermissions = _chunkIGFTD4HWjs.requestPermissions; exports.sendTransaction = _chunkIGFTD4HWjs.sendTransaction; exports.signMessage = _chunkIGFTD4HWjs.signMessage; exports.signTypedData = _chunkIGFTD4HWjs.signTypedData; exports.switchChain = _chunkIGFTD4HWjs.switchChain; exports.watchAsset = _chunkIGFTD4HWjs.watchAsset;
24
+ exports.addChain = _chunkE6JLGC6Wjs.addChain; exports.getAddresses = _chunkE6JLGC6Wjs.getAddresses; exports.getPermissions = _chunkE6JLGC6Wjs.getPermissions; exports.requestAddresses = _chunkE6JLGC6Wjs.requestAddresses; exports.requestPermissions = _chunkE6JLGC6Wjs.requestPermissions; exports.sendTransaction = _chunkE6JLGC6Wjs.sendTransaction; exports.signMessage = _chunkE6JLGC6Wjs.signMessage; exports.signTypedData = _chunkE6JLGC6Wjs.signTypedData; exports.switchChain = _chunkE6JLGC6Wjs.switchChain; exports.watchAsset = _chunkE6JLGC6Wjs.watchAsset;
25
25
  //# sourceMappingURL=wallet.js.map
package/dist/wallet.mjs CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  signTypedData,
10
10
  switchChain,
11
11
  watchAsset
12
- } from "./chunk-GJGV3W5S.mjs";
12
+ } from "./chunk-ZM26BDGF.mjs";
13
13
  export {
14
14
  addChain,
15
15
  getAddresses,
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "isomorphic-ws": "5.0.0",
13
13
  "ws": "8.12.0"
14
14
  },
15
- "version": "0.2.2",
15
+ "version": "0.2.3",
16
16
  "files": [
17
17
  "/abi",
18
18
  "/accounts",