viem 0.3.0-main.20230404T211746 → 0.3.0-main.20230404T212115

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  InvalidAddressError,
3
3
  isAddress
4
- } from "./chunk-44NIEBBF.mjs";
4
+ } from "./chunk-AXOYOUXU.mjs";
5
5
 
6
6
  // src/accounts/toAccount.ts
7
7
  function toAccount(source) {
@@ -28,4 +28,4 @@ function toAccount(source) {
28
28
  export {
29
29
  toAccount
30
30
  };
31
- //# sourceMappingURL=chunk-NIAIVOIM.mjs.map
31
+ //# sourceMappingURL=chunk-IVOMDH6N.mjs.map
package/dist/contract.js CHANGED
@@ -23,7 +23,7 @@
23
23
 
24
24
 
25
25
 
26
- var _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
26
+ var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
27
27
 
28
28
 
29
29
 
@@ -49,5 +49,5 @@ var _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
49
49
 
50
50
 
51
51
 
52
- exports.createContractEventFilter = _chunkR6ORHU2Sjs.createContractEventFilter; exports.decodeAbiParameters = _chunkR6ORHU2Sjs.decodeAbiParameters; exports.decodeErrorResult = _chunkR6ORHU2Sjs.decodeErrorResult; exports.decodeEventLog = _chunkR6ORHU2Sjs.decodeEventLog; exports.decodeFunctionData = _chunkR6ORHU2Sjs.decodeFunctionData; exports.decodeFunctionResult = _chunkR6ORHU2Sjs.decodeFunctionResult; exports.deployContract = _chunkR6ORHU2Sjs.deployContract; exports.encodeAbiParameters = _chunkR6ORHU2Sjs.encodeAbiParameters; exports.encodeDeployData = _chunkR6ORHU2Sjs.encodeDeployData; exports.encodeErrorResult = _chunkR6ORHU2Sjs.encodeErrorResult; exports.encodeEventTopics = _chunkR6ORHU2Sjs.encodeEventTopics; exports.encodeFunctionData = _chunkR6ORHU2Sjs.encodeFunctionData; exports.encodeFunctionResult = _chunkR6ORHU2Sjs.encodeFunctionResult; exports.estimateContractGas = _chunkR6ORHU2Sjs.estimateContractGas; exports.formatAbiItem = _chunkR6ORHU2Sjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkR6ORHU2Sjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkR6ORHU2Sjs.getAbiItem; exports.getBytecode = _chunkR6ORHU2Sjs.getBytecode; exports.getStorageAt = _chunkR6ORHU2Sjs.getStorageAt; exports.multicall = _chunkR6ORHU2Sjs.multicall; exports.readContract = _chunkR6ORHU2Sjs.readContract; exports.simulateContract = _chunkR6ORHU2Sjs.simulateContract; exports.watchContractEvent = _chunkR6ORHU2Sjs.watchContractEvent; exports.writeContract = _chunkR6ORHU2Sjs.writeContract;
52
+ exports.createContractEventFilter = _chunkD36PLAUXjs.createContractEventFilter; exports.decodeAbiParameters = _chunkD36PLAUXjs.decodeAbiParameters; exports.decodeErrorResult = _chunkD36PLAUXjs.decodeErrorResult; exports.decodeEventLog = _chunkD36PLAUXjs.decodeEventLog; exports.decodeFunctionData = _chunkD36PLAUXjs.decodeFunctionData; exports.decodeFunctionResult = _chunkD36PLAUXjs.decodeFunctionResult; exports.deployContract = _chunkD36PLAUXjs.deployContract; exports.encodeAbiParameters = _chunkD36PLAUXjs.encodeAbiParameters; exports.encodeDeployData = _chunkD36PLAUXjs.encodeDeployData; exports.encodeErrorResult = _chunkD36PLAUXjs.encodeErrorResult; exports.encodeEventTopics = _chunkD36PLAUXjs.encodeEventTopics; exports.encodeFunctionData = _chunkD36PLAUXjs.encodeFunctionData; exports.encodeFunctionResult = _chunkD36PLAUXjs.encodeFunctionResult; exports.estimateContractGas = _chunkD36PLAUXjs.estimateContractGas; exports.formatAbiItem = _chunkD36PLAUXjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkD36PLAUXjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkD36PLAUXjs.getAbiItem; exports.getBytecode = _chunkD36PLAUXjs.getBytecode; exports.getStorageAt = _chunkD36PLAUXjs.getStorageAt; exports.multicall = _chunkD36PLAUXjs.multicall; exports.readContract = _chunkD36PLAUXjs.readContract; exports.simulateContract = _chunkD36PLAUXjs.simulateContract; exports.watchContractEvent = _chunkD36PLAUXjs.watchContractEvent; exports.writeContract = _chunkD36PLAUXjs.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-44NIEBBF.mjs";
26
+ } from "./chunk-AXOYOUXU.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 _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
9
+ var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.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 = _chunkR6ORHU2Sjs.getEnsAddress; exports.getEnsAvatar = _chunkR6ORHU2Sjs.getEnsAvatar; exports.getEnsName = _chunkR6ORHU2Sjs.getEnsName; exports.getEnsResolver = _chunkR6ORHU2Sjs.getEnsResolver; exports.getEnsText = _chunkR6ORHU2Sjs.getEnsText; exports.labelhash = _chunkR6ORHU2Sjs.labelhash; exports.namehash = _chunkR6ORHU2Sjs.namehash; exports.normalize = normalize;
25
+ exports.getEnsAddress = _chunkD36PLAUXjs.getEnsAddress; exports.getEnsAvatar = _chunkD36PLAUXjs.getEnsAvatar; exports.getEnsName = _chunkD36PLAUXjs.getEnsName; exports.getEnsResolver = _chunkD36PLAUXjs.getEnsResolver; exports.getEnsText = _chunkD36PLAUXjs.getEnsText; exports.labelhash = _chunkD36PLAUXjs.labelhash; exports.namehash = _chunkD36PLAUXjs.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-44NIEBBF.mjs";
9
+ } from "./chunk-AXOYOUXU.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 _chunkAHJNM32Ejs = require('./chunk-AHJNM32E.js');
3
+ var _chunk3ZIJALINjs = require('./chunk-3ZIJALIN.js');
4
4
 
5
5
 
6
- var _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
6
+ var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
7
7
 
8
8
  // src/adapters/ethers.ts
9
- var ethersWalletToAccount = (wallet) => _chunkAHJNM32Ejs.toAccount.call(void 0, {
9
+ var ethersWalletToAccount = (wallet) => _chunk3ZIJALINjs.toAccount.call(void 0, {
10
10
  address: wallet.address,
11
11
  async signMessage({ message }) {
12
- return await wallet.signMessage(_chunkR6ORHU2Sjs.toBytes.call(void 0, message));
12
+ return await wallet.signMessage(_chunkD36PLAUXjs.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-NIAIVOIM.mjs";
3
+ } from "./chunk-IVOMDH6N.mjs";
4
4
  import {
5
5
  toBytes
6
- } from "./chunk-44NIEBBF.mjs";
6
+ } from "./chunk-AXOYOUXU.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 _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
268
+ var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.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: _chunkR6ORHU2Sjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
282
+ request: _chunkD36PLAUXjs.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 (_chunkR6ORHU2Sjs.isDeterministicError.call(void 0, err))
324
+ if (_chunkD36PLAUXjs.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 _chunkR6ORHU2Sjs.wait.call(void 0, interval);
410
+ await _chunkD36PLAUXjs.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, _chunkR6ORHU2Sjs.UrlRequiredError)();
429
+ throw new (0, _chunkD36PLAUXjs.UrlRequiredError)();
430
430
  return createTransport(
431
431
  {
432
432
  key,
433
433
  name,
434
434
  async request({ method, params }) {
435
- const { result } = await _chunkR6ORHU2Sjs.rpc.http(url_, {
435
+ const { result } = await _chunkD36PLAUXjs.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, _chunkR6ORHU2Sjs.UrlRequiredError)();
465
+ throw new (0, _chunkD36PLAUXjs.UrlRequiredError)();
466
466
  return createTransport(
467
467
  {
468
468
  key,
469
469
  name,
470
470
  async request({ method, params }) {
471
- const socket = await _chunkR6ORHU2Sjs.getSocket.call(void 0, url_);
472
- const { result } = await _chunkR6ORHU2Sjs.rpc.webSocketAsync(socket, {
471
+ const socket = await _chunkD36PLAUXjs.getSocket.call(void 0, url_);
472
+ const { result } = await _chunkD36PLAUXjs.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 _chunkR6ORHU2Sjs.getSocket.call(void 0, url_);
485
+ return _chunkD36PLAUXjs.getSocket.call(void 0, url_);
486
486
  },
487
487
  async subscribe({ params, onData, onError }) {
488
- const socket = await _chunkR6ORHU2Sjs.getSocket.call(void 0, url_);
488
+ const socket = await _chunkD36PLAUXjs.getSocket.call(void 0, url_);
489
489
  const { result: subscriptionId } = await new Promise(
490
- (resolve, reject) => _chunkR6ORHU2Sjs.rpc.webSocket(socket, {
490
+ (resolve, reject) => _chunkD36PLAUXjs.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) => _chunkR6ORHU2Sjs.rpc.webSocket(socket, {
514
+ (resolve, reject) => _chunkD36PLAUXjs.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) => _chunkR6ORHU2Sjs.call.call(void 0, client, args),
571
- createBlockFilter: () => _chunkR6ORHU2Sjs.createBlockFilter.call(void 0, client),
572
- createContractEventFilter: (args) => _chunkR6ORHU2Sjs.createContractEventFilter.call(void 0, client, args),
573
- createEventFilter: (args) => _chunkR6ORHU2Sjs.createEventFilter.call(void 0, client, args),
574
- createPendingTransactionFilter: () => _chunkR6ORHU2Sjs.createPendingTransactionFilter.call(void 0, client),
575
- estimateContractGas: (args) => _chunkR6ORHU2Sjs.estimateContractGas.call(void 0, client, args),
576
- estimateGas: (args) => _chunkR6ORHU2Sjs.estimateGas.call(void 0, client, args),
577
- getBalance: (args) => _chunkR6ORHU2Sjs.getBalance.call(void 0, client, args),
578
- getBlock: (args) => _chunkR6ORHU2Sjs.getBlock.call(void 0, client, args),
579
- getBlockNumber: (args) => _chunkR6ORHU2Sjs.getBlockNumber.call(void 0, client, args),
580
- getBlockTransactionCount: (args) => _chunkR6ORHU2Sjs.getBlockTransactionCount.call(void 0, client, args),
581
- getBytecode: (args) => _chunkR6ORHU2Sjs.getBytecode.call(void 0, client, args),
582
- getChainId: () => _chunkR6ORHU2Sjs.getChainId.call(void 0, client),
583
- getEnsAddress: (args) => _chunkR6ORHU2Sjs.getEnsAddress.call(void 0, client, args),
584
- getEnsAvatar: (args) => _chunkR6ORHU2Sjs.getEnsAvatar.call(void 0, client, args),
585
- getEnsName: (args) => _chunkR6ORHU2Sjs.getEnsName.call(void 0, client, args),
586
- getEnsResolver: (args) => _chunkR6ORHU2Sjs.getEnsResolver.call(void 0, client, args),
587
- getEnsText: (args) => _chunkR6ORHU2Sjs.getEnsText.call(void 0, client, args),
588
- getFeeHistory: (args) => _chunkR6ORHU2Sjs.getFeeHistory.call(void 0, client, args),
589
- getFilterChanges: (args) => _chunkR6ORHU2Sjs.getFilterChanges.call(void 0, client, args),
590
- getFilterLogs: (args) => _chunkR6ORHU2Sjs.getFilterLogs.call(void 0, client, args),
591
- getGasPrice: () => _chunkR6ORHU2Sjs.getGasPrice.call(void 0, client),
592
- getLogs: (args) => _chunkR6ORHU2Sjs.getLogs.call(void 0, client, args),
593
- getStorageAt: (args) => _chunkR6ORHU2Sjs.getStorageAt.call(void 0, client, args),
594
- getTransaction: (args) => _chunkR6ORHU2Sjs.getTransaction.call(void 0, client, args),
595
- getTransactionConfirmations: (args) => _chunkR6ORHU2Sjs.getTransactionConfirmations.call(void 0, client, args),
596
- getTransactionCount: (args) => _chunkR6ORHU2Sjs.getTransactionCount.call(void 0, client, args),
597
- getTransactionReceipt: (args) => _chunkR6ORHU2Sjs.getTransactionReceipt.call(void 0, client, args),
598
- multicall: (args) => _chunkR6ORHU2Sjs.multicall.call(void 0, client, args),
599
- readContract: (args) => _chunkR6ORHU2Sjs.readContract.call(void 0, client, args),
600
- simulateContract: (args) => _chunkR6ORHU2Sjs.simulateContract.call(void 0, client, args),
601
- uninstallFilter: (args) => _chunkR6ORHU2Sjs.uninstallFilter.call(void 0, client, args),
602
- waitForTransactionReceipt: (args) => _chunkR6ORHU2Sjs.waitForTransactionReceipt.call(void 0, client, args),
603
- watchBlocks: (args) => _chunkR6ORHU2Sjs.watchBlocks.call(void 0, client, args),
604
- watchBlockNumber: (args) => _chunkR6ORHU2Sjs.watchBlockNumber.call(void 0, client, args),
605
- watchContractEvent: (args) => _chunkR6ORHU2Sjs.watchContractEvent.call(void 0, client, args),
606
- watchEvent: (args) => _chunkR6ORHU2Sjs.watchEvent.call(void 0, client, args),
607
- watchPendingTransactions: (args) => _chunkR6ORHU2Sjs.watchPendingTransactions.call(void 0, client, args)
570
+ call: (args) => _chunkD36PLAUXjs.call.call(void 0, client, args),
571
+ createBlockFilter: () => _chunkD36PLAUXjs.createBlockFilter.call(void 0, client),
572
+ createContractEventFilter: (args) => _chunkD36PLAUXjs.createContractEventFilter.call(void 0, client, args),
573
+ createEventFilter: (args) => _chunkD36PLAUXjs.createEventFilter.call(void 0, client, args),
574
+ createPendingTransactionFilter: () => _chunkD36PLAUXjs.createPendingTransactionFilter.call(void 0, client),
575
+ estimateContractGas: (args) => _chunkD36PLAUXjs.estimateContractGas.call(void 0, client, args),
576
+ estimateGas: (args) => _chunkD36PLAUXjs.estimateGas.call(void 0, client, args),
577
+ getBalance: (args) => _chunkD36PLAUXjs.getBalance.call(void 0, client, args),
578
+ getBlock: (args) => _chunkD36PLAUXjs.getBlock.call(void 0, client, args),
579
+ getBlockNumber: (args) => _chunkD36PLAUXjs.getBlockNumber.call(void 0, client, args),
580
+ getBlockTransactionCount: (args) => _chunkD36PLAUXjs.getBlockTransactionCount.call(void 0, client, args),
581
+ getBytecode: (args) => _chunkD36PLAUXjs.getBytecode.call(void 0, client, args),
582
+ getChainId: () => _chunkD36PLAUXjs.getChainId.call(void 0, client),
583
+ getEnsAddress: (args) => _chunkD36PLAUXjs.getEnsAddress.call(void 0, client, args),
584
+ getEnsAvatar: (args) => _chunkD36PLAUXjs.getEnsAvatar.call(void 0, client, args),
585
+ getEnsName: (args) => _chunkD36PLAUXjs.getEnsName.call(void 0, client, args),
586
+ getEnsResolver: (args) => _chunkD36PLAUXjs.getEnsResolver.call(void 0, client, args),
587
+ getEnsText: (args) => _chunkD36PLAUXjs.getEnsText.call(void 0, client, args),
588
+ getFeeHistory: (args) => _chunkD36PLAUXjs.getFeeHistory.call(void 0, client, args),
589
+ getFilterChanges: (args) => _chunkD36PLAUXjs.getFilterChanges.call(void 0, client, args),
590
+ getFilterLogs: (args) => _chunkD36PLAUXjs.getFilterLogs.call(void 0, client, args),
591
+ getGasPrice: () => _chunkD36PLAUXjs.getGasPrice.call(void 0, client),
592
+ getLogs: (args) => _chunkD36PLAUXjs.getLogs.call(void 0, client, args),
593
+ getStorageAt: (args) => _chunkD36PLAUXjs.getStorageAt.call(void 0, client, args),
594
+ getTransaction: (args) => _chunkD36PLAUXjs.getTransaction.call(void 0, client, args),
595
+ getTransactionConfirmations: (args) => _chunkD36PLAUXjs.getTransactionConfirmations.call(void 0, client, args),
596
+ getTransactionCount: (args) => _chunkD36PLAUXjs.getTransactionCount.call(void 0, client, args),
597
+ getTransactionReceipt: (args) => _chunkD36PLAUXjs.getTransactionReceipt.call(void 0, client, args),
598
+ multicall: (args) => _chunkD36PLAUXjs.multicall.call(void 0, client, args),
599
+ readContract: (args) => _chunkD36PLAUXjs.readContract.call(void 0, client, args),
600
+ simulateContract: (args) => _chunkD36PLAUXjs.simulateContract.call(void 0, client, args),
601
+ uninstallFilter: (args) => _chunkD36PLAUXjs.uninstallFilter.call(void 0, client, args),
602
+ waitForTransactionReceipt: (args) => _chunkD36PLAUXjs.waitForTransactionReceipt.call(void 0, client, args),
603
+ watchBlocks: (args) => _chunkD36PLAUXjs.watchBlocks.call(void 0, client, args),
604
+ watchBlockNumber: (args) => _chunkD36PLAUXjs.watchBlockNumber.call(void 0, client, args),
605
+ watchContractEvent: (args) => _chunkD36PLAUXjs.watchContractEvent.call(void 0, client, args),
606
+ watchEvent: (args) => _chunkD36PLAUXjs.watchEvent.call(void 0, client, args),
607
+ watchPendingTransactions: (args) => _chunkD36PLAUXjs.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) => _chunkR6ORHU2Sjs.dropTransaction.call(void 0, client, args),
614
- getAutomine: () => _chunkR6ORHU2Sjs.getAutomine.call(void 0, client),
615
- getTxpoolContent: () => _chunkR6ORHU2Sjs.getTxpoolContent.call(void 0, client),
616
- getTxpoolStatus: () => _chunkR6ORHU2Sjs.getTxpoolStatus.call(void 0, client),
617
- impersonateAccount: (args) => _chunkR6ORHU2Sjs.impersonateAccount.call(void 0, client, args),
618
- increaseTime: (args) => _chunkR6ORHU2Sjs.increaseTime.call(void 0, client, args),
619
- inspectTxpool: () => _chunkR6ORHU2Sjs.inspectTxpool.call(void 0, client),
620
- mine: (args) => _chunkR6ORHU2Sjs.mine.call(void 0, client, args),
621
- removeBlockTimestampInterval: () => _chunkR6ORHU2Sjs.removeBlockTimestampInterval.call(void 0, client),
622
- reset: (args) => _chunkR6ORHU2Sjs.reset.call(void 0, client, args),
623
- revert: (args) => _chunkR6ORHU2Sjs.revert.call(void 0, client, args),
624
- sendUnsignedTransaction: (args) => _chunkR6ORHU2Sjs.sendUnsignedTransaction.call(void 0, client, args),
625
- setAutomine: (args) => _chunkR6ORHU2Sjs.setAutomine.call(void 0, client, args),
626
- setBalance: (args) => _chunkR6ORHU2Sjs.setBalance.call(void 0, client, args),
627
- setBlockGasLimit: (args) => _chunkR6ORHU2Sjs.setBlockGasLimit.call(void 0, client, args),
628
- setBlockTimestampInterval: (args) => _chunkR6ORHU2Sjs.setBlockTimestampInterval.call(void 0, client, args),
629
- setCode: (args) => _chunkR6ORHU2Sjs.setCode.call(void 0, client, args),
630
- setCoinbase: (args) => _chunkR6ORHU2Sjs.setCoinbase.call(void 0, client, args),
631
- setIntervalMining: (args) => _chunkR6ORHU2Sjs.setIntervalMining.call(void 0, client, args),
632
- setLoggingEnabled: (args) => _chunkR6ORHU2Sjs.setLoggingEnabled.call(void 0, client, args),
633
- setMinGasPrice: (args) => _chunkR6ORHU2Sjs.setMinGasPrice.call(void 0, client, args),
634
- setNextBlockBaseFeePerGas: (args) => _chunkR6ORHU2Sjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
635
- setNextBlockTimestamp: (args) => _chunkR6ORHU2Sjs.setNextBlockTimestamp.call(void 0, client, args),
636
- setNonce: (args) => _chunkR6ORHU2Sjs.setNonce.call(void 0, client, args),
637
- setRpcUrl: (args) => _chunkR6ORHU2Sjs.setRpcUrl.call(void 0, client, args),
638
- setStorageAt: (args) => _chunkR6ORHU2Sjs.setStorageAt.call(void 0, client, args),
639
- snapshot: () => _chunkR6ORHU2Sjs.snapshot.call(void 0, client),
640
- stopImpersonatingAccount: (args) => _chunkR6ORHU2Sjs.stopImpersonatingAccount.call(void 0, client, args)
613
+ dropTransaction: (args) => _chunkD36PLAUXjs.dropTransaction.call(void 0, client, args),
614
+ getAutomine: () => _chunkD36PLAUXjs.getAutomine.call(void 0, client),
615
+ getTxpoolContent: () => _chunkD36PLAUXjs.getTxpoolContent.call(void 0, client),
616
+ getTxpoolStatus: () => _chunkD36PLAUXjs.getTxpoolStatus.call(void 0, client),
617
+ impersonateAccount: (args) => _chunkD36PLAUXjs.impersonateAccount.call(void 0, client, args),
618
+ increaseTime: (args) => _chunkD36PLAUXjs.increaseTime.call(void 0, client, args),
619
+ inspectTxpool: () => _chunkD36PLAUXjs.inspectTxpool.call(void 0, client),
620
+ mine: (args) => _chunkD36PLAUXjs.mine.call(void 0, client, args),
621
+ removeBlockTimestampInterval: () => _chunkD36PLAUXjs.removeBlockTimestampInterval.call(void 0, client),
622
+ reset: (args) => _chunkD36PLAUXjs.reset.call(void 0, client, args),
623
+ revert: (args) => _chunkD36PLAUXjs.revert.call(void 0, client, args),
624
+ sendUnsignedTransaction: (args) => _chunkD36PLAUXjs.sendUnsignedTransaction.call(void 0, client, args),
625
+ setAutomine: (args) => _chunkD36PLAUXjs.setAutomine.call(void 0, client, args),
626
+ setBalance: (args) => _chunkD36PLAUXjs.setBalance.call(void 0, client, args),
627
+ setBlockGasLimit: (args) => _chunkD36PLAUXjs.setBlockGasLimit.call(void 0, client, args),
628
+ setBlockTimestampInterval: (args) => _chunkD36PLAUXjs.setBlockTimestampInterval.call(void 0, client, args),
629
+ setCode: (args) => _chunkD36PLAUXjs.setCode.call(void 0, client, args),
630
+ setCoinbase: (args) => _chunkD36PLAUXjs.setCoinbase.call(void 0, client, args),
631
+ setIntervalMining: (args) => _chunkD36PLAUXjs.setIntervalMining.call(void 0, client, args),
632
+ setLoggingEnabled: (args) => _chunkD36PLAUXjs.setLoggingEnabled.call(void 0, client, args),
633
+ setMinGasPrice: (args) => _chunkD36PLAUXjs.setMinGasPrice.call(void 0, client, args),
634
+ setNextBlockBaseFeePerGas: (args) => _chunkD36PLAUXjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
635
+ setNextBlockTimestamp: (args) => _chunkD36PLAUXjs.setNextBlockTimestamp.call(void 0, client, args),
636
+ setNonce: (args) => _chunkD36PLAUXjs.setNonce.call(void 0, client, args),
637
+ setRpcUrl: (args) => _chunkD36PLAUXjs.setRpcUrl.call(void 0, client, args),
638
+ setStorageAt: (args) => _chunkD36PLAUXjs.setStorageAt.call(void 0, client, args),
639
+ snapshot: () => _chunkD36PLAUXjs.snapshot.call(void 0, client),
640
+ stopImpersonatingAccount: (args) => _chunkD36PLAUXjs.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) => _chunkR6ORHU2Sjs.addChain.call(void 0, client, args),
647
- deployContract: (args) => _chunkR6ORHU2Sjs.deployContract.call(void 0, client, args),
648
- getAddresses: () => _chunkR6ORHU2Sjs.getAddresses.call(void 0, client),
649
- getChainId: () => _chunkR6ORHU2Sjs.getChainId.call(void 0, client),
650
- getPermissions: () => _chunkR6ORHU2Sjs.getPermissions.call(void 0, client),
651
- requestAddresses: () => _chunkR6ORHU2Sjs.requestAddresses.call(void 0, client),
652
- requestPermissions: (args) => _chunkR6ORHU2Sjs.requestPermissions.call(void 0, client, args),
653
- sendTransaction: (args) => _chunkR6ORHU2Sjs.sendTransaction.call(void 0, client, args),
654
- signMessage: (args) => _chunkR6ORHU2Sjs.signMessage.call(void 0, client, args),
655
- signTypedData: (args) => _chunkR6ORHU2Sjs.signTypedData.call(void 0, client, args),
656
- switchChain: (args) => _chunkR6ORHU2Sjs.switchChain.call(void 0, client, args),
657
- watchAsset: (args) => _chunkR6ORHU2Sjs.watchAsset.call(void 0, client, args),
658
- writeContract: (args) => _chunkR6ORHU2Sjs.writeContract.call(void 0, client, args)
646
+ addChain: (args) => _chunkD36PLAUXjs.addChain.call(void 0, client, args),
647
+ deployContract: (args) => _chunkD36PLAUXjs.deployContract.call(void 0, client, args),
648
+ getAddresses: () => _chunkD36PLAUXjs.getAddresses.call(void 0, client),
649
+ getChainId: () => _chunkD36PLAUXjs.getChainId.call(void 0, client),
650
+ getPermissions: () => _chunkD36PLAUXjs.getPermissions.call(void 0, client),
651
+ requestAddresses: () => _chunkD36PLAUXjs.requestAddresses.call(void 0, client),
652
+ requestPermissions: (args) => _chunkD36PLAUXjs.requestPermissions.call(void 0, client, args),
653
+ sendTransaction: (args) => _chunkD36PLAUXjs.sendTransaction.call(void 0, client, args),
654
+ signMessage: (args) => _chunkD36PLAUXjs.signMessage.call(void 0, client, args),
655
+ signTypedData: (args) => _chunkD36PLAUXjs.signTypedData.call(void 0, client, args),
656
+ switchChain: (args) => _chunkD36PLAUXjs.switchChain.call(void 0, client, args),
657
+ watchAsset: (args) => _chunkD36PLAUXjs.watchAsset.call(void 0, client, args),
658
+ writeContract: (args) => _chunkD36PLAUXjs.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: (opts) => transport({ ...opts, retryCount: 0 }),
725
725
  type: "walletClient"
726
726
  }),
727
- account: account ? _chunkR6ORHU2Sjs.parseAccount.call(void 0, account) : void 0
727
+ account: account ? _chunkD36PLAUXjs.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 = _chunkR6ORHU2Sjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkR6ORHU2Sjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkR6ORHU2Sjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkR6ORHU2Sjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkR6ORHU2Sjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkR6ORHU2Sjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkR6ORHU2Sjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkR6ORHU2Sjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkR6ORHU2Sjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkR6ORHU2Sjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkR6ORHU2Sjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkR6ORHU2Sjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkR6ORHU2Sjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkR6ORHU2Sjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkR6ORHU2Sjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkR6ORHU2Sjs.BaseError; exports.BlockNotFoundError = _chunkR6ORHU2Sjs.BlockNotFoundError; exports.CallExecutionError = _chunkR6ORHU2Sjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkR6ORHU2Sjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkR6ORHU2Sjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkR6ORHU2Sjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkR6ORHU2Sjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkR6ORHU2Sjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkR6ORHU2Sjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkR6ORHU2Sjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkR6ORHU2Sjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkR6ORHU2Sjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkR6ORHU2Sjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkR6ORHU2Sjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkR6ORHU2Sjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkR6ORHU2Sjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkR6ORHU2Sjs.HttpRequestError; exports.InsufficientFundsError = _chunkR6ORHU2Sjs.InsufficientFundsError; exports.InternalRpcError = _chunkR6ORHU2Sjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkR6ORHU2Sjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkR6ORHU2Sjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkR6ORHU2Sjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkR6ORHU2Sjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkR6ORHU2Sjs.InvalidAddressError; exports.InvalidArrayError = _chunkR6ORHU2Sjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkR6ORHU2Sjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkR6ORHU2Sjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkR6ORHU2Sjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkR6ORHU2Sjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkR6ORHU2Sjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkR6ORHU2Sjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkR6ORHU2Sjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkR6ORHU2Sjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkR6ORHU2Sjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkR6ORHU2Sjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkR6ORHU2Sjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkR6ORHU2Sjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkR6ORHU2Sjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkR6ORHU2Sjs.NonceMaxValueError; exports.NonceTooHighError = _chunkR6ORHU2Sjs.NonceTooHighError; exports.NonceTooLowError = _chunkR6ORHU2Sjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkR6ORHU2Sjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkR6ORHU2Sjs.ParseRpcError; exports.RawContractError = _chunkR6ORHU2Sjs.RawContractError; exports.RequestError = _chunkR6ORHU2Sjs.RequestError; exports.ResourceNotFoundRpcError = _chunkR6ORHU2Sjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkR6ORHU2Sjs.ResourceUnavailableRpcError; exports.RpcError = _chunkR6ORHU2Sjs.RpcError; exports.RpcRequestError = _chunkR6ORHU2Sjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkR6ORHU2Sjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkR6ORHU2Sjs.SwitchChainError; exports.TimeoutError = _chunkR6ORHU2Sjs.TimeoutError; exports.TipAboveFeeCapError = _chunkR6ORHU2Sjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkR6ORHU2Sjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkR6ORHU2Sjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkR6ORHU2Sjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkR6ORHU2Sjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkR6ORHU2Sjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkR6ORHU2Sjs.UnknownNodeError; exports.UnknownRpcError = _chunkR6ORHU2Sjs.UnknownRpcError; exports.UrlRequiredError = _chunkR6ORHU2Sjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkR6ORHU2Sjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkR6ORHU2Sjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkR6ORHU2Sjs.WebSocketRequestError; exports.assertRequest = _chunkR6ORHU2Sjs.assertRequest; exports.assertTransactionEIP1559 = _chunkR6ORHU2Sjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkR6ORHU2Sjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkR6ORHU2Sjs.assertTransactionLegacy; exports.boolToBytes = _chunkR6ORHU2Sjs.boolToBytes; exports.boolToHex = _chunkR6ORHU2Sjs.boolToHex; exports.bytesToBigint = _chunkR6ORHU2Sjs.bytesToBigint; exports.bytesToBool = _chunkR6ORHU2Sjs.bytesToBool; exports.bytesToHex = _chunkR6ORHU2Sjs.bytesToHex; exports.bytesToNumber = _chunkR6ORHU2Sjs.bytesToNumber; exports.bytesToString = _chunkR6ORHU2Sjs.bytesToString; exports.concat = _chunkR6ORHU2Sjs.concat; exports.concatBytes = _chunkR6ORHU2Sjs.concatBytes; exports.concatHex = _chunkR6ORHU2Sjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkR6ORHU2Sjs.decodeAbiParameters; exports.decodeErrorResult = _chunkR6ORHU2Sjs.decodeErrorResult; exports.decodeEventLog = _chunkR6ORHU2Sjs.decodeEventLog; exports.decodeFunctionData = _chunkR6ORHU2Sjs.decodeFunctionData; exports.decodeFunctionResult = _chunkR6ORHU2Sjs.decodeFunctionResult; exports.defineBlock = _chunkR6ORHU2Sjs.defineBlock; exports.defineChain = _chunkR6ORHU2Sjs.defineChain; exports.defineTransaction = _chunkR6ORHU2Sjs.defineTransaction; exports.defineTransactionReceipt = _chunkR6ORHU2Sjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkR6ORHU2Sjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkR6ORHU2Sjs.encodeAbiParameters; exports.encodeDeployData = _chunkR6ORHU2Sjs.encodeDeployData; exports.encodeErrorResult = _chunkR6ORHU2Sjs.encodeErrorResult; exports.encodeEventTopics = _chunkR6ORHU2Sjs.encodeEventTopics; exports.encodeFunctionData = _chunkR6ORHU2Sjs.encodeFunctionData; exports.encodeFunctionResult = _chunkR6ORHU2Sjs.encodeFunctionResult; exports.encodePacked = _chunkR6ORHU2Sjs.encodePacked; exports.etherUnits = _chunkR6ORHU2Sjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkR6ORHU2Sjs.formatBlock; exports.formatEther = _chunkR6ORHU2Sjs.formatEther; exports.formatGwei = _chunkR6ORHU2Sjs.formatGwei; exports.formatTransaction = _chunkR6ORHU2Sjs.formatTransaction; exports.formatTransactionRequest = _chunkR6ORHU2Sjs.formatTransactionRequest; exports.formatUnits = _chunkR6ORHU2Sjs.formatUnits; exports.fromBytes = _chunkR6ORHU2Sjs.fromBytes; exports.fromHex = _chunkR6ORHU2Sjs.fromHex; exports.fromRlp = _chunkR6ORHU2Sjs.fromRlp; exports.getAbiItem = _chunkR6ORHU2Sjs.getAbiItem; exports.getAddress = _chunkR6ORHU2Sjs.getAddress; exports.getContract = _chunkR6ORHU2Sjs.getContract; exports.getContractAddress = _chunkR6ORHU2Sjs.getContractAddress; exports.getContractError = _chunkR6ORHU2Sjs.getContractError; exports.getCreate2Address = _chunkR6ORHU2Sjs.getCreate2Address; exports.getCreateAddress = _chunkR6ORHU2Sjs.getCreateAddress; exports.getEventSelector = _chunkR6ORHU2Sjs.getEventSelector; exports.getFunctionSelector = _chunkR6ORHU2Sjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkR6ORHU2Sjs.getSerializedTransactionType; exports.getTransactionType = _chunkR6ORHU2Sjs.getTransactionType; exports.gweiUnits = _chunkR6ORHU2Sjs.gweiUnits; exports.hashMessage = _chunkR6ORHU2Sjs.hashMessage; exports.hashTypedData = _chunkR6ORHU2Sjs.hashTypedData; exports.hexToBigInt = _chunkR6ORHU2Sjs.hexToBigInt; exports.hexToBool = _chunkR6ORHU2Sjs.hexToBool; exports.hexToBytes = _chunkR6ORHU2Sjs.hexToBytes; exports.hexToNumber = _chunkR6ORHU2Sjs.hexToNumber; exports.hexToString = _chunkR6ORHU2Sjs.hexToString; exports.http = http; exports.isAddress = _chunkR6ORHU2Sjs.isAddress; exports.isAddressEqual = _chunkR6ORHU2Sjs.isAddressEqual; exports.isBytes = _chunkR6ORHU2Sjs.isBytes; exports.isHash = _chunkR6ORHU2Sjs.isHash; exports.isHex = _chunkR6ORHU2Sjs.isHex; exports.keccak256 = _chunkR6ORHU2Sjs.keccak256; exports.labelhash = _chunkR6ORHU2Sjs.labelhash; exports.multicall3Abi = _chunkR6ORHU2Sjs.multicall3Abi; exports.namehash = _chunkR6ORHU2Sjs.namehash; exports.numberToBytes = _chunkR6ORHU2Sjs.numberToBytes; exports.numberToHex = _chunkR6ORHU2Sjs.numberToHex; exports.pad = _chunkR6ORHU2Sjs.pad; exports.padBytes = _chunkR6ORHU2Sjs.padBytes; exports.padHex = _chunkR6ORHU2Sjs.padHex; exports.parseAbi = _chunkR6ORHU2Sjs.parseAbi; exports.parseAbiItem = _chunkR6ORHU2Sjs.parseAbiItem; exports.parseAbiParameter = _chunkR6ORHU2Sjs.parseAbiParameter; exports.parseAbiParameters = _chunkR6ORHU2Sjs.parseAbiParameters; exports.parseEther = _chunkR6ORHU2Sjs.parseEther; exports.parseGwei = _chunkR6ORHU2Sjs.parseGwei; exports.parseTransaction = _chunkR6ORHU2Sjs.parseTransaction; exports.parseUnits = _chunkR6ORHU2Sjs.parseUnits; exports.prepareRequest = _chunkR6ORHU2Sjs.prepareRequest; exports.recoverAddress = _chunkR6ORHU2Sjs.recoverAddress; exports.recoverMessageAddress = _chunkR6ORHU2Sjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkR6ORHU2Sjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkR6ORHU2Sjs.serializeTransaction; exports.size = _chunkR6ORHU2Sjs.size; exports.slice = _chunkR6ORHU2Sjs.slice; exports.sliceBytes = _chunkR6ORHU2Sjs.sliceBytes; exports.sliceHex = _chunkR6ORHU2Sjs.sliceHex; exports.stringToBytes = _chunkR6ORHU2Sjs.stringToBytes; exports.stringToHex = _chunkR6ORHU2Sjs.stringToHex; exports.stringify = _chunkR6ORHU2Sjs.stringify; exports.toBytes = _chunkR6ORHU2Sjs.toBytes; exports.toHex = _chunkR6ORHU2Sjs.toHex; exports.toRlp = _chunkR6ORHU2Sjs.toRlp; exports.transactionType = _chunkR6ORHU2Sjs.transactionType; exports.trim = _chunkR6ORHU2Sjs.trim; exports.validateTypedData = _chunkR6ORHU2Sjs.validateTypedData; exports.verifyMessage = _chunkR6ORHU2Sjs.verifyMessage; exports.verifyTypedData = _chunkR6ORHU2Sjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkR6ORHU2Sjs.weiUnits;
926
+ exports.AbiConstructorNotFoundError = _chunkD36PLAUXjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkD36PLAUXjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkD36PLAUXjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkD36PLAUXjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkD36PLAUXjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkD36PLAUXjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkD36PLAUXjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkD36PLAUXjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkD36PLAUXjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkD36PLAUXjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkD36PLAUXjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkD36PLAUXjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkD36PLAUXjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkD36PLAUXjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkD36PLAUXjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkD36PLAUXjs.BaseError; exports.BlockNotFoundError = _chunkD36PLAUXjs.BlockNotFoundError; exports.CallExecutionError = _chunkD36PLAUXjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkD36PLAUXjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkD36PLAUXjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkD36PLAUXjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkD36PLAUXjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkD36PLAUXjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkD36PLAUXjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkD36PLAUXjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkD36PLAUXjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkD36PLAUXjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkD36PLAUXjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkD36PLAUXjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkD36PLAUXjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkD36PLAUXjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkD36PLAUXjs.HttpRequestError; exports.InsufficientFundsError = _chunkD36PLAUXjs.InsufficientFundsError; exports.InternalRpcError = _chunkD36PLAUXjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkD36PLAUXjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkD36PLAUXjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkD36PLAUXjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkD36PLAUXjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkD36PLAUXjs.InvalidAddressError; exports.InvalidArrayError = _chunkD36PLAUXjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkD36PLAUXjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkD36PLAUXjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkD36PLAUXjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkD36PLAUXjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkD36PLAUXjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkD36PLAUXjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkD36PLAUXjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkD36PLAUXjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkD36PLAUXjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkD36PLAUXjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkD36PLAUXjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkD36PLAUXjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkD36PLAUXjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkD36PLAUXjs.NonceMaxValueError; exports.NonceTooHighError = _chunkD36PLAUXjs.NonceTooHighError; exports.NonceTooLowError = _chunkD36PLAUXjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkD36PLAUXjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkD36PLAUXjs.ParseRpcError; exports.RawContractError = _chunkD36PLAUXjs.RawContractError; exports.RequestError = _chunkD36PLAUXjs.RequestError; exports.ResourceNotFoundRpcError = _chunkD36PLAUXjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkD36PLAUXjs.ResourceUnavailableRpcError; exports.RpcError = _chunkD36PLAUXjs.RpcError; exports.RpcRequestError = _chunkD36PLAUXjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkD36PLAUXjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkD36PLAUXjs.SwitchChainError; exports.TimeoutError = _chunkD36PLAUXjs.TimeoutError; exports.TipAboveFeeCapError = _chunkD36PLAUXjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkD36PLAUXjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkD36PLAUXjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkD36PLAUXjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkD36PLAUXjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkD36PLAUXjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkD36PLAUXjs.UnknownNodeError; exports.UnknownRpcError = _chunkD36PLAUXjs.UnknownRpcError; exports.UrlRequiredError = _chunkD36PLAUXjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkD36PLAUXjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkD36PLAUXjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkD36PLAUXjs.WebSocketRequestError; exports.assertRequest = _chunkD36PLAUXjs.assertRequest; exports.assertTransactionEIP1559 = _chunkD36PLAUXjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkD36PLAUXjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkD36PLAUXjs.assertTransactionLegacy; exports.boolToBytes = _chunkD36PLAUXjs.boolToBytes; exports.boolToHex = _chunkD36PLAUXjs.boolToHex; exports.bytesToBigint = _chunkD36PLAUXjs.bytesToBigint; exports.bytesToBool = _chunkD36PLAUXjs.bytesToBool; exports.bytesToHex = _chunkD36PLAUXjs.bytesToHex; exports.bytesToNumber = _chunkD36PLAUXjs.bytesToNumber; exports.bytesToString = _chunkD36PLAUXjs.bytesToString; exports.concat = _chunkD36PLAUXjs.concat; exports.concatBytes = _chunkD36PLAUXjs.concatBytes; exports.concatHex = _chunkD36PLAUXjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkD36PLAUXjs.decodeAbiParameters; exports.decodeErrorResult = _chunkD36PLAUXjs.decodeErrorResult; exports.decodeEventLog = _chunkD36PLAUXjs.decodeEventLog; exports.decodeFunctionData = _chunkD36PLAUXjs.decodeFunctionData; exports.decodeFunctionResult = _chunkD36PLAUXjs.decodeFunctionResult; exports.defineBlock = _chunkD36PLAUXjs.defineBlock; exports.defineChain = _chunkD36PLAUXjs.defineChain; exports.defineTransaction = _chunkD36PLAUXjs.defineTransaction; exports.defineTransactionReceipt = _chunkD36PLAUXjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkD36PLAUXjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkD36PLAUXjs.encodeAbiParameters; exports.encodeDeployData = _chunkD36PLAUXjs.encodeDeployData; exports.encodeErrorResult = _chunkD36PLAUXjs.encodeErrorResult; exports.encodeEventTopics = _chunkD36PLAUXjs.encodeEventTopics; exports.encodeFunctionData = _chunkD36PLAUXjs.encodeFunctionData; exports.encodeFunctionResult = _chunkD36PLAUXjs.encodeFunctionResult; exports.encodePacked = _chunkD36PLAUXjs.encodePacked; exports.etherUnits = _chunkD36PLAUXjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkD36PLAUXjs.formatBlock; exports.formatEther = _chunkD36PLAUXjs.formatEther; exports.formatGwei = _chunkD36PLAUXjs.formatGwei; exports.formatTransaction = _chunkD36PLAUXjs.formatTransaction; exports.formatTransactionRequest = _chunkD36PLAUXjs.formatTransactionRequest; exports.formatUnits = _chunkD36PLAUXjs.formatUnits; exports.fromBytes = _chunkD36PLAUXjs.fromBytes; exports.fromHex = _chunkD36PLAUXjs.fromHex; exports.fromRlp = _chunkD36PLAUXjs.fromRlp; exports.getAbiItem = _chunkD36PLAUXjs.getAbiItem; exports.getAddress = _chunkD36PLAUXjs.getAddress; exports.getContract = _chunkD36PLAUXjs.getContract; exports.getContractAddress = _chunkD36PLAUXjs.getContractAddress; exports.getContractError = _chunkD36PLAUXjs.getContractError; exports.getCreate2Address = _chunkD36PLAUXjs.getCreate2Address; exports.getCreateAddress = _chunkD36PLAUXjs.getCreateAddress; exports.getEventSelector = _chunkD36PLAUXjs.getEventSelector; exports.getFunctionSelector = _chunkD36PLAUXjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkD36PLAUXjs.getSerializedTransactionType; exports.getTransactionType = _chunkD36PLAUXjs.getTransactionType; exports.gweiUnits = _chunkD36PLAUXjs.gweiUnits; exports.hashMessage = _chunkD36PLAUXjs.hashMessage; exports.hashTypedData = _chunkD36PLAUXjs.hashTypedData; exports.hexToBigInt = _chunkD36PLAUXjs.hexToBigInt; exports.hexToBool = _chunkD36PLAUXjs.hexToBool; exports.hexToBytes = _chunkD36PLAUXjs.hexToBytes; exports.hexToNumber = _chunkD36PLAUXjs.hexToNumber; exports.hexToString = _chunkD36PLAUXjs.hexToString; exports.http = http; exports.isAddress = _chunkD36PLAUXjs.isAddress; exports.isAddressEqual = _chunkD36PLAUXjs.isAddressEqual; exports.isBytes = _chunkD36PLAUXjs.isBytes; exports.isHash = _chunkD36PLAUXjs.isHash; exports.isHex = _chunkD36PLAUXjs.isHex; exports.keccak256 = _chunkD36PLAUXjs.keccak256; exports.labelhash = _chunkD36PLAUXjs.labelhash; exports.multicall3Abi = _chunkD36PLAUXjs.multicall3Abi; exports.namehash = _chunkD36PLAUXjs.namehash; exports.numberToBytes = _chunkD36PLAUXjs.numberToBytes; exports.numberToHex = _chunkD36PLAUXjs.numberToHex; exports.pad = _chunkD36PLAUXjs.pad; exports.padBytes = _chunkD36PLAUXjs.padBytes; exports.padHex = _chunkD36PLAUXjs.padHex; exports.parseAbi = _chunkD36PLAUXjs.parseAbi; exports.parseAbiItem = _chunkD36PLAUXjs.parseAbiItem; exports.parseAbiParameter = _chunkD36PLAUXjs.parseAbiParameter; exports.parseAbiParameters = _chunkD36PLAUXjs.parseAbiParameters; exports.parseEther = _chunkD36PLAUXjs.parseEther; exports.parseGwei = _chunkD36PLAUXjs.parseGwei; exports.parseTransaction = _chunkD36PLAUXjs.parseTransaction; exports.parseUnits = _chunkD36PLAUXjs.parseUnits; exports.prepareRequest = _chunkD36PLAUXjs.prepareRequest; exports.recoverAddress = _chunkD36PLAUXjs.recoverAddress; exports.recoverMessageAddress = _chunkD36PLAUXjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkD36PLAUXjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkD36PLAUXjs.serializeTransaction; exports.size = _chunkD36PLAUXjs.size; exports.slice = _chunkD36PLAUXjs.slice; exports.sliceBytes = _chunkD36PLAUXjs.sliceBytes; exports.sliceHex = _chunkD36PLAUXjs.sliceHex; exports.stringToBytes = _chunkD36PLAUXjs.stringToBytes; exports.stringToHex = _chunkD36PLAUXjs.stringToHex; exports.stringify = _chunkD36PLAUXjs.stringify; exports.toBytes = _chunkD36PLAUXjs.toBytes; exports.toHex = _chunkD36PLAUXjs.toHex; exports.toRlp = _chunkD36PLAUXjs.toRlp; exports.transactionType = _chunkD36PLAUXjs.transactionType; exports.trim = _chunkD36PLAUXjs.trim; exports.validateTypedData = _chunkD36PLAUXjs.validateTypedData; exports.verifyMessage = _chunkD36PLAUXjs.verifyMessage; exports.verifyTypedData = _chunkD36PLAUXjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkD36PLAUXjs.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-44NIEBBF.mjs";
268
+ } from "./chunk-AXOYOUXU.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 _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
29
+ var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
30
30
 
31
31
 
32
32
 
@@ -55,5 +55,5 @@ var _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
55
55
 
56
56
 
57
57
 
58
- exports.call = _chunkR6ORHU2Sjs.call; exports.createBlockFilter = _chunkR6ORHU2Sjs.createBlockFilter; exports.createEventFilter = _chunkR6ORHU2Sjs.createEventFilter; exports.createPendingTransactionFilter = _chunkR6ORHU2Sjs.createPendingTransactionFilter; exports.estimateGas = _chunkR6ORHU2Sjs.estimateGas; exports.getBalance = _chunkR6ORHU2Sjs.getBalance; exports.getBlock = _chunkR6ORHU2Sjs.getBlock; exports.getBlockNumber = _chunkR6ORHU2Sjs.getBlockNumber; exports.getBlockNumberCache = _chunkR6ORHU2Sjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkR6ORHU2Sjs.getBlockTransactionCount; exports.getBytecode = _chunkR6ORHU2Sjs.getBytecode; exports.getChainId = _chunkR6ORHU2Sjs.getChainId; exports.getFeeHistory = _chunkR6ORHU2Sjs.getFeeHistory; exports.getFilterChanges = _chunkR6ORHU2Sjs.getFilterChanges; exports.getFilterLogs = _chunkR6ORHU2Sjs.getFilterLogs; exports.getGasPrice = _chunkR6ORHU2Sjs.getGasPrice; exports.getLogs = _chunkR6ORHU2Sjs.getLogs; exports.getTransaction = _chunkR6ORHU2Sjs.getTransaction; exports.getTransactionConfirmations = _chunkR6ORHU2Sjs.getTransactionConfirmations; exports.getTransactionCount = _chunkR6ORHU2Sjs.getTransactionCount; exports.getTransactionReceipt = _chunkR6ORHU2Sjs.getTransactionReceipt; exports.uninstallFilter = _chunkR6ORHU2Sjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkR6ORHU2Sjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkR6ORHU2Sjs.watchBlockNumber; exports.watchBlocks = _chunkR6ORHU2Sjs.watchBlocks; exports.watchEvent = _chunkR6ORHU2Sjs.watchEvent; exports.watchPendingTransactions = _chunkR6ORHU2Sjs.watchPendingTransactions;
58
+ exports.call = _chunkD36PLAUXjs.call; exports.createBlockFilter = _chunkD36PLAUXjs.createBlockFilter; exports.createEventFilter = _chunkD36PLAUXjs.createEventFilter; exports.createPendingTransactionFilter = _chunkD36PLAUXjs.createPendingTransactionFilter; exports.estimateGas = _chunkD36PLAUXjs.estimateGas; exports.getBalance = _chunkD36PLAUXjs.getBalance; exports.getBlock = _chunkD36PLAUXjs.getBlock; exports.getBlockNumber = _chunkD36PLAUXjs.getBlockNumber; exports.getBlockNumberCache = _chunkD36PLAUXjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkD36PLAUXjs.getBlockTransactionCount; exports.getBytecode = _chunkD36PLAUXjs.getBytecode; exports.getChainId = _chunkD36PLAUXjs.getChainId; exports.getFeeHistory = _chunkD36PLAUXjs.getFeeHistory; exports.getFilterChanges = _chunkD36PLAUXjs.getFilterChanges; exports.getFilterLogs = _chunkD36PLAUXjs.getFilterLogs; exports.getGasPrice = _chunkD36PLAUXjs.getGasPrice; exports.getLogs = _chunkD36PLAUXjs.getLogs; exports.getTransaction = _chunkD36PLAUXjs.getTransaction; exports.getTransactionConfirmations = _chunkD36PLAUXjs.getTransactionConfirmations; exports.getTransactionCount = _chunkD36PLAUXjs.getTransactionCount; exports.getTransactionReceipt = _chunkD36PLAUXjs.getTransactionReceipt; exports.uninstallFilter = _chunkD36PLAUXjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkD36PLAUXjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkD36PLAUXjs.watchBlockNumber; exports.watchBlocks = _chunkD36PLAUXjs.watchBlocks; exports.watchEvent = _chunkD36PLAUXjs.watchEvent; exports.watchPendingTransactions = _chunkD36PLAUXjs.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-44NIEBBF.mjs";
29
+ } from "./chunk-AXOYOUXU.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 _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
30
+ var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
31
31
 
32
32
 
33
33
 
@@ -57,5 +57,5 @@ var _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
57
57
 
58
58
 
59
59
 
60
- exports.dropTransaction = _chunkR6ORHU2Sjs.dropTransaction; exports.getAutomine = _chunkR6ORHU2Sjs.getAutomine; exports.getTxpoolContent = _chunkR6ORHU2Sjs.getTxpoolContent; exports.getTxpoolStatus = _chunkR6ORHU2Sjs.getTxpoolStatus; exports.impersonateAccount = _chunkR6ORHU2Sjs.impersonateAccount; exports.increaseTime = _chunkR6ORHU2Sjs.increaseTime; exports.inspectTxpool = _chunkR6ORHU2Sjs.inspectTxpool; exports.mine = _chunkR6ORHU2Sjs.mine; exports.removeBlockTimestampInterval = _chunkR6ORHU2Sjs.removeBlockTimestampInterval; exports.reset = _chunkR6ORHU2Sjs.reset; exports.revert = _chunkR6ORHU2Sjs.revert; exports.sendUnsignedTransaction = _chunkR6ORHU2Sjs.sendUnsignedTransaction; exports.setAutomine = _chunkR6ORHU2Sjs.setAutomine; exports.setBalance = _chunkR6ORHU2Sjs.setBalance; exports.setBlockGasLimit = _chunkR6ORHU2Sjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkR6ORHU2Sjs.setBlockTimestampInterval; exports.setCode = _chunkR6ORHU2Sjs.setCode; exports.setCoinbase = _chunkR6ORHU2Sjs.setCoinbase; exports.setIntervalMining = _chunkR6ORHU2Sjs.setIntervalMining; exports.setLoggingEnabled = _chunkR6ORHU2Sjs.setLoggingEnabled; exports.setMinGasPrice = _chunkR6ORHU2Sjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkR6ORHU2Sjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkR6ORHU2Sjs.setNextBlockTimestamp; exports.setNonce = _chunkR6ORHU2Sjs.setNonce; exports.setRpcUrl = _chunkR6ORHU2Sjs.setRpcUrl; exports.setStorageAt = _chunkR6ORHU2Sjs.setStorageAt; exports.snapshot = _chunkR6ORHU2Sjs.snapshot; exports.stopImpersonatingAccount = _chunkR6ORHU2Sjs.stopImpersonatingAccount;
60
+ exports.dropTransaction = _chunkD36PLAUXjs.dropTransaction; exports.getAutomine = _chunkD36PLAUXjs.getAutomine; exports.getTxpoolContent = _chunkD36PLAUXjs.getTxpoolContent; exports.getTxpoolStatus = _chunkD36PLAUXjs.getTxpoolStatus; exports.impersonateAccount = _chunkD36PLAUXjs.impersonateAccount; exports.increaseTime = _chunkD36PLAUXjs.increaseTime; exports.inspectTxpool = _chunkD36PLAUXjs.inspectTxpool; exports.mine = _chunkD36PLAUXjs.mine; exports.removeBlockTimestampInterval = _chunkD36PLAUXjs.removeBlockTimestampInterval; exports.reset = _chunkD36PLAUXjs.reset; exports.revert = _chunkD36PLAUXjs.revert; exports.sendUnsignedTransaction = _chunkD36PLAUXjs.sendUnsignedTransaction; exports.setAutomine = _chunkD36PLAUXjs.setAutomine; exports.setBalance = _chunkD36PLAUXjs.setBalance; exports.setBlockGasLimit = _chunkD36PLAUXjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkD36PLAUXjs.setBlockTimestampInterval; exports.setCode = _chunkD36PLAUXjs.setCode; exports.setCoinbase = _chunkD36PLAUXjs.setCoinbase; exports.setIntervalMining = _chunkD36PLAUXjs.setIntervalMining; exports.setLoggingEnabled = _chunkD36PLAUXjs.setLoggingEnabled; exports.setMinGasPrice = _chunkD36PLAUXjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkD36PLAUXjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkD36PLAUXjs.setNextBlockTimestamp; exports.setNonce = _chunkD36PLAUXjs.setNonce; exports.setRpcUrl = _chunkD36PLAUXjs.setRpcUrl; exports.setStorageAt = _chunkD36PLAUXjs.setStorageAt; exports.snapshot = _chunkD36PLAUXjs.snapshot; exports.stopImpersonatingAccount = _chunkD36PLAUXjs.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-44NIEBBF.mjs";
30
+ } from "./chunk-AXOYOUXU.mjs";
31
31
  export {
32
32
  dropTransaction,
33
33
  getAutomine,
@@ -118,7 +118,7 @@
118
118
 
119
119
 
120
120
 
121
- var _chunkR6ORHU2Sjs = require('../chunk-R6ORHU2S.js');
121
+ var _chunkD36PLAUXjs = require('../chunk-D36PLAUX.js');
122
122
 
123
123
 
124
124
 
@@ -239,5 +239,5 @@ var _chunkR6ORHU2Sjs = require('../chunk-R6ORHU2S.js');
239
239
 
240
240
 
241
241
 
242
- exports.arrayRegex = _chunkR6ORHU2Sjs.arrayRegex; exports.assertRequest = _chunkR6ORHU2Sjs.assertRequest; exports.assertTransactionEIP1559 = _chunkR6ORHU2Sjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkR6ORHU2Sjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkR6ORHU2Sjs.assertTransactionLegacy; exports.boolToBytes = _chunkR6ORHU2Sjs.boolToBytes; exports.boolToHex = _chunkR6ORHU2Sjs.boolToHex; exports.buildRequest = _chunkR6ORHU2Sjs.buildRequest; exports.bytesRegex = _chunkR6ORHU2Sjs.bytesRegex; exports.bytesToBigint = _chunkR6ORHU2Sjs.bytesToBigint; exports.bytesToBool = _chunkR6ORHU2Sjs.bytesToBool; exports.bytesToHex = _chunkR6ORHU2Sjs.bytesToHex; exports.bytesToNumber = _chunkR6ORHU2Sjs.bytesToNumber; exports.bytesToString = _chunkR6ORHU2Sjs.bytesToString; exports.concat = _chunkR6ORHU2Sjs.concat; exports.concatBytes = _chunkR6ORHU2Sjs.concatBytes; exports.concatHex = _chunkR6ORHU2Sjs.concatHex; exports.containsNodeError = _chunkR6ORHU2Sjs.containsNodeError; exports.decodeAbiParameters = _chunkR6ORHU2Sjs.decodeAbiParameters; exports.decodeErrorResult = _chunkR6ORHU2Sjs.decodeErrorResult; exports.decodeEventLog = _chunkR6ORHU2Sjs.decodeEventLog; exports.decodeFunctionData = _chunkR6ORHU2Sjs.decodeFunctionData; exports.decodeFunctionResult = _chunkR6ORHU2Sjs.decodeFunctionResult; exports.defineBlock = _chunkR6ORHU2Sjs.defineBlock; exports.defineChain = _chunkR6ORHU2Sjs.defineChain; exports.defineFormatter = _chunkR6ORHU2Sjs.defineFormatter; exports.defineTransaction = _chunkR6ORHU2Sjs.defineTransaction; exports.defineTransactionReceipt = _chunkR6ORHU2Sjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkR6ORHU2Sjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkR6ORHU2Sjs.encodeAbiParameters; exports.encodeDeployData = _chunkR6ORHU2Sjs.encodeDeployData; exports.encodeErrorResult = _chunkR6ORHU2Sjs.encodeErrorResult; exports.encodeEventTopics = _chunkR6ORHU2Sjs.encodeEventTopics; exports.encodeFunctionData = _chunkR6ORHU2Sjs.encodeFunctionData; exports.encodeFunctionResult = _chunkR6ORHU2Sjs.encodeFunctionResult; exports.encodePacked = _chunkR6ORHU2Sjs.encodePacked; exports.extract = _chunkR6ORHU2Sjs.extract; exports.extractFunctionName = _chunkR6ORHU2Sjs.extractFunctionName; exports.extractFunctionParams = _chunkR6ORHU2Sjs.extractFunctionParams; exports.extractFunctionParts = _chunkR6ORHU2Sjs.extractFunctionParts; exports.extractFunctionType = _chunkR6ORHU2Sjs.extractFunctionType; exports.format = _chunkR6ORHU2Sjs.format; exports.formatAbiItem = _chunkR6ORHU2Sjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkR6ORHU2Sjs.formatAbiItemWithArgs; exports.formatBlock = _chunkR6ORHU2Sjs.formatBlock; exports.formatEther = _chunkR6ORHU2Sjs.formatEther; exports.formatGwei = _chunkR6ORHU2Sjs.formatGwei; exports.formatTransaction = _chunkR6ORHU2Sjs.formatTransaction; exports.formatTransactionRequest = _chunkR6ORHU2Sjs.formatTransactionRequest; exports.formatUnits = _chunkR6ORHU2Sjs.formatUnits; exports.fromBytes = _chunkR6ORHU2Sjs.fromBytes; exports.fromHex = _chunkR6ORHU2Sjs.fromHex; exports.fromRlp = _chunkR6ORHU2Sjs.fromRlp; exports.getAbiItem = _chunkR6ORHU2Sjs.getAbiItem; exports.getAddress = _chunkR6ORHU2Sjs.getAddress; exports.getCallError = _chunkR6ORHU2Sjs.getCallError; exports.getChainContractAddress = _chunkR6ORHU2Sjs.getChainContractAddress; exports.getContractAddress = _chunkR6ORHU2Sjs.getContractAddress; exports.getContractError = _chunkR6ORHU2Sjs.getContractError; exports.getCreate2Address = _chunkR6ORHU2Sjs.getCreate2Address; exports.getCreateAddress = _chunkR6ORHU2Sjs.getCreateAddress; exports.getEstimateGasError = _chunkR6ORHU2Sjs.getEstimateGasError; exports.getEventSelector = _chunkR6ORHU2Sjs.getEventSelector; exports.getFunctionSelector = _chunkR6ORHU2Sjs.getFunctionSelector; exports.getNodeError = _chunkR6ORHU2Sjs.getNodeError; exports.getSerializedTransactionType = _chunkR6ORHU2Sjs.getSerializedTransactionType; exports.getSocket = _chunkR6ORHU2Sjs.getSocket; exports.getTransactionError = _chunkR6ORHU2Sjs.getTransactionError; exports.getTransactionType = _chunkR6ORHU2Sjs.getTransactionType; exports.hashMessage = _chunkR6ORHU2Sjs.hashMessage; exports.hashTypedData = _chunkR6ORHU2Sjs.hashTypedData; exports.hexToBigInt = _chunkR6ORHU2Sjs.hexToBigInt; exports.hexToBool = _chunkR6ORHU2Sjs.hexToBool; exports.hexToBytes = _chunkR6ORHU2Sjs.hexToBytes; exports.hexToNumber = _chunkR6ORHU2Sjs.hexToNumber; exports.hexToString = _chunkR6ORHU2Sjs.hexToString; exports.integerRegex = _chunkR6ORHU2Sjs.integerRegex; exports.isAddress = _chunkR6ORHU2Sjs.isAddress; exports.isAddressEqual = _chunkR6ORHU2Sjs.isAddressEqual; exports.isBytes = _chunkR6ORHU2Sjs.isBytes; exports.isHash = _chunkR6ORHU2Sjs.isHash; exports.isHex = _chunkR6ORHU2Sjs.isHex; exports.keccak256 = _chunkR6ORHU2Sjs.keccak256; exports.numberToBytes = _chunkR6ORHU2Sjs.numberToBytes; exports.numberToHex = _chunkR6ORHU2Sjs.numberToHex; exports.pad = _chunkR6ORHU2Sjs.pad; exports.padBytes = _chunkR6ORHU2Sjs.padBytes; exports.padHex = _chunkR6ORHU2Sjs.padHex; exports.parseAbi = _chunkR6ORHU2Sjs.parseAbi; exports.parseAbiItem = _chunkR6ORHU2Sjs.parseAbiItem; exports.parseAbiParameter = _chunkR6ORHU2Sjs.parseAbiParameter; exports.parseAbiParameters = _chunkR6ORHU2Sjs.parseAbiParameters; exports.parseAccount = _chunkR6ORHU2Sjs.parseAccount; exports.parseEther = _chunkR6ORHU2Sjs.parseEther; exports.parseGwei = _chunkR6ORHU2Sjs.parseGwei; exports.parseTransaction = _chunkR6ORHU2Sjs.parseTransaction; exports.parseUnits = _chunkR6ORHU2Sjs.parseUnits; exports.prepareRequest = _chunkR6ORHU2Sjs.prepareRequest; exports.publicKeyToAddress = _chunkR6ORHU2Sjs.publicKeyToAddress; exports.recoverAddress = _chunkR6ORHU2Sjs.recoverAddress; exports.recoverMessageAddress = _chunkR6ORHU2Sjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkR6ORHU2Sjs.recoverTypedDataAddress; exports.rpc = _chunkR6ORHU2Sjs.rpc; exports.serializeTransaction = _chunkR6ORHU2Sjs.serializeTransaction; exports.size = _chunkR6ORHU2Sjs.size; exports.slice = _chunkR6ORHU2Sjs.slice; exports.sliceBytes = _chunkR6ORHU2Sjs.sliceBytes; exports.sliceHex = _chunkR6ORHU2Sjs.sliceHex; exports.stringToBytes = _chunkR6ORHU2Sjs.stringToBytes; exports.stringToHex = _chunkR6ORHU2Sjs.stringToHex; exports.stringify = _chunkR6ORHU2Sjs.stringify; exports.toBytes = _chunkR6ORHU2Sjs.toBytes; exports.toHex = _chunkR6ORHU2Sjs.toHex; exports.toRlp = _chunkR6ORHU2Sjs.toRlp; exports.transactionType = _chunkR6ORHU2Sjs.transactionType; exports.trim = _chunkR6ORHU2Sjs.trim; exports.validateTypedData = _chunkR6ORHU2Sjs.validateTypedData; exports.verifyMessage = _chunkR6ORHU2Sjs.verifyMessage; exports.verifyTypedData = _chunkR6ORHU2Sjs.verifyTypedData;
242
+ exports.arrayRegex = _chunkD36PLAUXjs.arrayRegex; exports.assertRequest = _chunkD36PLAUXjs.assertRequest; exports.assertTransactionEIP1559 = _chunkD36PLAUXjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkD36PLAUXjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkD36PLAUXjs.assertTransactionLegacy; exports.boolToBytes = _chunkD36PLAUXjs.boolToBytes; exports.boolToHex = _chunkD36PLAUXjs.boolToHex; exports.buildRequest = _chunkD36PLAUXjs.buildRequest; exports.bytesRegex = _chunkD36PLAUXjs.bytesRegex; exports.bytesToBigint = _chunkD36PLAUXjs.bytesToBigint; exports.bytesToBool = _chunkD36PLAUXjs.bytesToBool; exports.bytesToHex = _chunkD36PLAUXjs.bytesToHex; exports.bytesToNumber = _chunkD36PLAUXjs.bytesToNumber; exports.bytesToString = _chunkD36PLAUXjs.bytesToString; exports.concat = _chunkD36PLAUXjs.concat; exports.concatBytes = _chunkD36PLAUXjs.concatBytes; exports.concatHex = _chunkD36PLAUXjs.concatHex; exports.containsNodeError = _chunkD36PLAUXjs.containsNodeError; exports.decodeAbiParameters = _chunkD36PLAUXjs.decodeAbiParameters; exports.decodeErrorResult = _chunkD36PLAUXjs.decodeErrorResult; exports.decodeEventLog = _chunkD36PLAUXjs.decodeEventLog; exports.decodeFunctionData = _chunkD36PLAUXjs.decodeFunctionData; exports.decodeFunctionResult = _chunkD36PLAUXjs.decodeFunctionResult; exports.defineBlock = _chunkD36PLAUXjs.defineBlock; exports.defineChain = _chunkD36PLAUXjs.defineChain; exports.defineFormatter = _chunkD36PLAUXjs.defineFormatter; exports.defineTransaction = _chunkD36PLAUXjs.defineTransaction; exports.defineTransactionReceipt = _chunkD36PLAUXjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkD36PLAUXjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkD36PLAUXjs.encodeAbiParameters; exports.encodeDeployData = _chunkD36PLAUXjs.encodeDeployData; exports.encodeErrorResult = _chunkD36PLAUXjs.encodeErrorResult; exports.encodeEventTopics = _chunkD36PLAUXjs.encodeEventTopics; exports.encodeFunctionData = _chunkD36PLAUXjs.encodeFunctionData; exports.encodeFunctionResult = _chunkD36PLAUXjs.encodeFunctionResult; exports.encodePacked = _chunkD36PLAUXjs.encodePacked; exports.extract = _chunkD36PLAUXjs.extract; exports.extractFunctionName = _chunkD36PLAUXjs.extractFunctionName; exports.extractFunctionParams = _chunkD36PLAUXjs.extractFunctionParams; exports.extractFunctionParts = _chunkD36PLAUXjs.extractFunctionParts; exports.extractFunctionType = _chunkD36PLAUXjs.extractFunctionType; exports.format = _chunkD36PLAUXjs.format; exports.formatAbiItem = _chunkD36PLAUXjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkD36PLAUXjs.formatAbiItemWithArgs; exports.formatBlock = _chunkD36PLAUXjs.formatBlock; exports.formatEther = _chunkD36PLAUXjs.formatEther; exports.formatGwei = _chunkD36PLAUXjs.formatGwei; exports.formatTransaction = _chunkD36PLAUXjs.formatTransaction; exports.formatTransactionRequest = _chunkD36PLAUXjs.formatTransactionRequest; exports.formatUnits = _chunkD36PLAUXjs.formatUnits; exports.fromBytes = _chunkD36PLAUXjs.fromBytes; exports.fromHex = _chunkD36PLAUXjs.fromHex; exports.fromRlp = _chunkD36PLAUXjs.fromRlp; exports.getAbiItem = _chunkD36PLAUXjs.getAbiItem; exports.getAddress = _chunkD36PLAUXjs.getAddress; exports.getCallError = _chunkD36PLAUXjs.getCallError; exports.getChainContractAddress = _chunkD36PLAUXjs.getChainContractAddress; exports.getContractAddress = _chunkD36PLAUXjs.getContractAddress; exports.getContractError = _chunkD36PLAUXjs.getContractError; exports.getCreate2Address = _chunkD36PLAUXjs.getCreate2Address; exports.getCreateAddress = _chunkD36PLAUXjs.getCreateAddress; exports.getEstimateGasError = _chunkD36PLAUXjs.getEstimateGasError; exports.getEventSelector = _chunkD36PLAUXjs.getEventSelector; exports.getFunctionSelector = _chunkD36PLAUXjs.getFunctionSelector; exports.getNodeError = _chunkD36PLAUXjs.getNodeError; exports.getSerializedTransactionType = _chunkD36PLAUXjs.getSerializedTransactionType; exports.getSocket = _chunkD36PLAUXjs.getSocket; exports.getTransactionError = _chunkD36PLAUXjs.getTransactionError; exports.getTransactionType = _chunkD36PLAUXjs.getTransactionType; exports.hashMessage = _chunkD36PLAUXjs.hashMessage; exports.hashTypedData = _chunkD36PLAUXjs.hashTypedData; exports.hexToBigInt = _chunkD36PLAUXjs.hexToBigInt; exports.hexToBool = _chunkD36PLAUXjs.hexToBool; exports.hexToBytes = _chunkD36PLAUXjs.hexToBytes; exports.hexToNumber = _chunkD36PLAUXjs.hexToNumber; exports.hexToString = _chunkD36PLAUXjs.hexToString; exports.integerRegex = _chunkD36PLAUXjs.integerRegex; exports.isAddress = _chunkD36PLAUXjs.isAddress; exports.isAddressEqual = _chunkD36PLAUXjs.isAddressEqual; exports.isBytes = _chunkD36PLAUXjs.isBytes; exports.isHash = _chunkD36PLAUXjs.isHash; exports.isHex = _chunkD36PLAUXjs.isHex; exports.keccak256 = _chunkD36PLAUXjs.keccak256; exports.numberToBytes = _chunkD36PLAUXjs.numberToBytes; exports.numberToHex = _chunkD36PLAUXjs.numberToHex; exports.pad = _chunkD36PLAUXjs.pad; exports.padBytes = _chunkD36PLAUXjs.padBytes; exports.padHex = _chunkD36PLAUXjs.padHex; exports.parseAbi = _chunkD36PLAUXjs.parseAbi; exports.parseAbiItem = _chunkD36PLAUXjs.parseAbiItem; exports.parseAbiParameter = _chunkD36PLAUXjs.parseAbiParameter; exports.parseAbiParameters = _chunkD36PLAUXjs.parseAbiParameters; exports.parseAccount = _chunkD36PLAUXjs.parseAccount; exports.parseEther = _chunkD36PLAUXjs.parseEther; exports.parseGwei = _chunkD36PLAUXjs.parseGwei; exports.parseTransaction = _chunkD36PLAUXjs.parseTransaction; exports.parseUnits = _chunkD36PLAUXjs.parseUnits; exports.prepareRequest = _chunkD36PLAUXjs.prepareRequest; exports.publicKeyToAddress = _chunkD36PLAUXjs.publicKeyToAddress; exports.recoverAddress = _chunkD36PLAUXjs.recoverAddress; exports.recoverMessageAddress = _chunkD36PLAUXjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkD36PLAUXjs.recoverTypedDataAddress; exports.rpc = _chunkD36PLAUXjs.rpc; exports.serializeTransaction = _chunkD36PLAUXjs.serializeTransaction; exports.size = _chunkD36PLAUXjs.size; exports.slice = _chunkD36PLAUXjs.slice; exports.sliceBytes = _chunkD36PLAUXjs.sliceBytes; exports.sliceHex = _chunkD36PLAUXjs.sliceHex; exports.stringToBytes = _chunkD36PLAUXjs.stringToBytes; exports.stringToHex = _chunkD36PLAUXjs.stringToHex; exports.stringify = _chunkD36PLAUXjs.stringify; exports.toBytes = _chunkD36PLAUXjs.toBytes; exports.toHex = _chunkD36PLAUXjs.toHex; exports.toRlp = _chunkD36PLAUXjs.toRlp; exports.transactionType = _chunkD36PLAUXjs.transactionType; exports.trim = _chunkD36PLAUXjs.trim; exports.validateTypedData = _chunkD36PLAUXjs.validateTypedData; exports.verifyMessage = _chunkD36PLAUXjs.verifyMessage; exports.verifyTypedData = _chunkD36PLAUXjs.verifyTypedData;
243
243
  //# sourceMappingURL=index.js.map
@@ -118,7 +118,7 @@ import {
118
118
  validateTypedData,
119
119
  verifyMessage,
120
120
  verifyTypedData
121
- } from "../chunk-44NIEBBF.mjs";
121
+ } from "../chunk-AXOYOUXU.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 _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
12
+ var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
13
13
 
14
14
 
15
15
 
@@ -21,5 +21,5 @@ var _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
21
21
 
22
22
 
23
23
 
24
- exports.addChain = _chunkR6ORHU2Sjs.addChain; exports.getAddresses = _chunkR6ORHU2Sjs.getAddresses; exports.getPermissions = _chunkR6ORHU2Sjs.getPermissions; exports.requestAddresses = _chunkR6ORHU2Sjs.requestAddresses; exports.requestPermissions = _chunkR6ORHU2Sjs.requestPermissions; exports.sendTransaction = _chunkR6ORHU2Sjs.sendTransaction; exports.signMessage = _chunkR6ORHU2Sjs.signMessage; exports.signTypedData = _chunkR6ORHU2Sjs.signTypedData; exports.switchChain = _chunkR6ORHU2Sjs.switchChain; exports.watchAsset = _chunkR6ORHU2Sjs.watchAsset;
24
+ exports.addChain = _chunkD36PLAUXjs.addChain; exports.getAddresses = _chunkD36PLAUXjs.getAddresses; exports.getPermissions = _chunkD36PLAUXjs.getPermissions; exports.requestAddresses = _chunkD36PLAUXjs.requestAddresses; exports.requestPermissions = _chunkD36PLAUXjs.requestPermissions; exports.sendTransaction = _chunkD36PLAUXjs.sendTransaction; exports.signMessage = _chunkD36PLAUXjs.signMessage; exports.signTypedData = _chunkD36PLAUXjs.signTypedData; exports.switchChain = _chunkD36PLAUXjs.switchChain; exports.watchAsset = _chunkD36PLAUXjs.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-44NIEBBF.mjs";
12
+ } from "./chunk-AXOYOUXU.mjs";
13
13
  export {
14
14
  addChain,
15
15
  getAddresses,