viem 0.2.0-main.20230328T195914 → 0.2.0-main.20230330T201928

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 _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
26
+ var _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
27
27
 
28
28
 
29
29
 
@@ -49,5 +49,5 @@ var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
49
49
 
50
50
 
51
51
 
52
- exports.createContractEventFilter = _chunkV5OK27XKjs.createContractEventFilter; exports.decodeAbiParameters = _chunkV5OK27XKjs.decodeAbiParameters; exports.decodeErrorResult = _chunkV5OK27XKjs.decodeErrorResult; exports.decodeEventLog = _chunkV5OK27XKjs.decodeEventLog; exports.decodeFunctionData = _chunkV5OK27XKjs.decodeFunctionData; exports.decodeFunctionResult = _chunkV5OK27XKjs.decodeFunctionResult; exports.deployContract = _chunkV5OK27XKjs.deployContract; exports.encodeAbiParameters = _chunkV5OK27XKjs.encodeAbiParameters; exports.encodeDeployData = _chunkV5OK27XKjs.encodeDeployData; exports.encodeErrorResult = _chunkV5OK27XKjs.encodeErrorResult; exports.encodeEventTopics = _chunkV5OK27XKjs.encodeEventTopics; exports.encodeFunctionData = _chunkV5OK27XKjs.encodeFunctionData; exports.encodeFunctionResult = _chunkV5OK27XKjs.encodeFunctionResult; exports.estimateContractGas = _chunkV5OK27XKjs.estimateContractGas; exports.formatAbiItem = _chunkV5OK27XKjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkV5OK27XKjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkV5OK27XKjs.getAbiItem; exports.getBytecode = _chunkV5OK27XKjs.getBytecode; exports.getStorageAt = _chunkV5OK27XKjs.getStorageAt; exports.multicall = _chunkV5OK27XKjs.multicall; exports.readContract = _chunkV5OK27XKjs.readContract; exports.simulateContract = _chunkV5OK27XKjs.simulateContract; exports.watchContractEvent = _chunkV5OK27XKjs.watchContractEvent; exports.writeContract = _chunkV5OK27XKjs.writeContract;
52
+ exports.createContractEventFilter = _chunkVLSWFKRMjs.createContractEventFilter; exports.decodeAbiParameters = _chunkVLSWFKRMjs.decodeAbiParameters; exports.decodeErrorResult = _chunkVLSWFKRMjs.decodeErrorResult; exports.decodeEventLog = _chunkVLSWFKRMjs.decodeEventLog; exports.decodeFunctionData = _chunkVLSWFKRMjs.decodeFunctionData; exports.decodeFunctionResult = _chunkVLSWFKRMjs.decodeFunctionResult; exports.deployContract = _chunkVLSWFKRMjs.deployContract; exports.encodeAbiParameters = _chunkVLSWFKRMjs.encodeAbiParameters; exports.encodeDeployData = _chunkVLSWFKRMjs.encodeDeployData; exports.encodeErrorResult = _chunkVLSWFKRMjs.encodeErrorResult; exports.encodeEventTopics = _chunkVLSWFKRMjs.encodeEventTopics; exports.encodeFunctionData = _chunkVLSWFKRMjs.encodeFunctionData; exports.encodeFunctionResult = _chunkVLSWFKRMjs.encodeFunctionResult; exports.estimateContractGas = _chunkVLSWFKRMjs.estimateContractGas; exports.formatAbiItem = _chunkVLSWFKRMjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkVLSWFKRMjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkVLSWFKRMjs.getAbiItem; exports.getBytecode = _chunkVLSWFKRMjs.getBytecode; exports.getStorageAt = _chunkVLSWFKRMjs.getStorageAt; exports.multicall = _chunkVLSWFKRMjs.multicall; exports.readContract = _chunkVLSWFKRMjs.readContract; exports.simulateContract = _chunkVLSWFKRMjs.simulateContract; exports.watchContractEvent = _chunkVLSWFKRMjs.watchContractEvent; exports.writeContract = _chunkVLSWFKRMjs.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-CBTCDCZV.mjs";
26
+ } from "./chunk-LGWBVIG5.mjs";
27
27
  export {
28
28
  createContractEventFilter,
29
29
  decodeAbiParameters,
package/dist/ens.js CHANGED
@@ -3,8 +3,8 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkNFM35EUCjs = require('./chunk-NFM35EUC.js');
7
- require('./chunk-V5OK27XK.js');
6
+ var _chunkM4VQVSC6js = require('./chunk-M4VQVSC6.js');
7
+ require('./chunk-VLSWFKRM.js');
8
8
 
9
9
  // src/utils/ens/normalize.ts
10
10
  var _idnauts46hx = require('idna-uts46-hx');
@@ -17,5 +17,5 @@ function normalize(name) {
17
17
 
18
18
 
19
19
 
20
- exports.getEnsAddress = _chunkNFM35EUCjs.getEnsAddress; exports.getEnsName = _chunkNFM35EUCjs.getEnsName; exports.labelhash = _chunkNFM35EUCjs.labelhash; exports.namehash = _chunkNFM35EUCjs.namehash; exports.normalize = normalize;
20
+ exports.getEnsAddress = _chunkM4VQVSC6js.getEnsAddress; exports.getEnsName = _chunkM4VQVSC6js.getEnsName; exports.labelhash = _chunkM4VQVSC6js.labelhash; exports.namehash = _chunkM4VQVSC6js.namehash; exports.normalize = normalize;
21
21
  //# sourceMappingURL=ens.js.map
package/dist/ens.mjs CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  getEnsName,
4
4
  labelhash,
5
5
  namehash
6
- } from "./chunk-XZTLWO7P.mjs";
7
- import "./chunk-CBTCDCZV.mjs";
6
+ } from "./chunk-3JK5RHC7.mjs";
7
+ import "./chunk-LGWBVIG5.mjs";
8
8
 
9
9
  // src/utils/ens/normalize.ts
10
10
  import { toUnicode } from "idna-uts46-hx";
package/dist/ethers.js CHANGED
@@ -1,13 +1,13 @@
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
3
 
4
- var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
4
+ var _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
5
5
 
6
6
  // src/adapters/ethers.ts
7
- var getAccount2 = (wallet) => _chunkV5OK27XKjs.getAccount.call(void 0, {
7
+ var getAccount2 = (wallet) => _chunkVLSWFKRMjs.getAccount.call(void 0, {
8
8
  address: wallet.address,
9
9
  async signMessage(message) {
10
- return await wallet.signMessage(_chunkV5OK27XKjs.toBytes.call(void 0, message));
10
+ return await wallet.signMessage(_chunkVLSWFKRMjs.toBytes.call(void 0, message));
11
11
  },
12
12
  async signTransaction(txn) {
13
13
  return await wallet.signTransaction({
package/dist/ethers.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getAccount,
3
3
  toBytes
4
- } from "./chunk-CBTCDCZV.mjs";
4
+ } from "./chunk-LGWBVIG5.mjs";
5
5
 
6
6
  // src/adapters/ethers.ts
7
7
  var getAccount2 = (wallet) => getAccount({
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkNFM35EUCjs = require('./chunk-NFM35EUC.js');
6
+ var _chunkM4VQVSC6js = require('./chunk-M4VQVSC6.js');
7
7
 
8
8
 
9
9
 
@@ -246,7 +246,7 @@ var _chunkNFM35EUCjs = require('./chunk-NFM35EUC.js');
246
246
 
247
247
 
248
248
 
249
- var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
249
+ var _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
250
250
 
251
251
  // src/clients/transports/createTransport.ts
252
252
  function createTransport({
@@ -260,7 +260,7 @@ function createTransport({
260
260
  }, value) {
261
261
  return {
262
262
  config: { key, name, request, retryCount, retryDelay, timeout, type },
263
- request: _chunkV5OK27XKjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
263
+ request: _chunkVLSWFKRMjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
264
264
  value
265
265
  };
266
266
  }
@@ -302,7 +302,7 @@ function fallback(transports_, config = {}) {
302
302
  params
303
303
  });
304
304
  } catch (err) {
305
- if (_chunkV5OK27XKjs.isDeterministicError.call(void 0, err))
305
+ if (_chunkVLSWFKRMjs.isDeterministicError.call(void 0, err))
306
306
  throw err;
307
307
  if (i === transports.length - 1)
308
308
  throw err;
@@ -388,7 +388,7 @@ function rankTransports({
388
388
  ];
389
389
  }).sort((a, b) => b[0] - a[0]);
390
390
  onTransports(scores.map(([, i]) => transports[i]));
391
- await _chunkV5OK27XKjs.wait.call(void 0, interval);
391
+ await _chunkVLSWFKRMjs.wait.call(void 0, interval);
392
392
  rankTransports_();
393
393
  };
394
394
  rankTransports_();
@@ -407,13 +407,13 @@ function http(url, config = {}) {
407
407
  const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
408
408
  const url_ = url || _optionalChain([chain, 'optionalAccess', _2 => _2.rpcUrls, 'access', _3 => _3.default, 'access', _4 => _4.http, 'access', _5 => _5[0]]);
409
409
  if (!url_)
410
- throw new (0, _chunkV5OK27XKjs.UrlRequiredError)();
410
+ throw new (0, _chunkVLSWFKRMjs.UrlRequiredError)();
411
411
  return createTransport(
412
412
  {
413
413
  key,
414
414
  name,
415
415
  async request({ method, params }) {
416
- const { result } = await _chunkV5OK27XKjs.rpc.http(url_, {
416
+ const { result } = await _chunkVLSWFKRMjs.rpc.http(url_, {
417
417
  body: {
418
418
  method,
419
419
  params
@@ -443,14 +443,14 @@ function webSocket(url, config = {}) {
443
443
  const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
444
444
  const url_ = url || _optionalChain([chain, 'optionalAccess', _6 => _6.rpcUrls, 'access', _7 => _7.default, 'access', _8 => _8.webSocket, 'optionalAccess', _9 => _9[0]]);
445
445
  if (!url_)
446
- throw new (0, _chunkV5OK27XKjs.UrlRequiredError)();
446
+ throw new (0, _chunkVLSWFKRMjs.UrlRequiredError)();
447
447
  return createTransport(
448
448
  {
449
449
  key,
450
450
  name,
451
451
  async request({ method, params }) {
452
- const socket = await _chunkV5OK27XKjs.getSocket.call(void 0, url_);
453
- const { result } = await _chunkV5OK27XKjs.rpc.webSocketAsync(socket, {
452
+ const socket = await _chunkVLSWFKRMjs.getSocket.call(void 0, url_);
453
+ const { result } = await _chunkVLSWFKRMjs.rpc.webSocketAsync(socket, {
454
454
  body: { method, params },
455
455
  timeout
456
456
  });
@@ -463,12 +463,12 @@ function webSocket(url, config = {}) {
463
463
  },
464
464
  {
465
465
  getSocket() {
466
- return _chunkV5OK27XKjs.getSocket.call(void 0, url_);
466
+ return _chunkVLSWFKRMjs.getSocket.call(void 0, url_);
467
467
  },
468
468
  async subscribe({ params, onData, onError }) {
469
- const socket = await _chunkV5OK27XKjs.getSocket.call(void 0, url_);
469
+ const socket = await _chunkVLSWFKRMjs.getSocket.call(void 0, url_);
470
470
  const { result: subscriptionId } = await new Promise(
471
- (resolve, reject) => _chunkV5OK27XKjs.rpc.webSocket(socket, {
471
+ (resolve, reject) => _chunkVLSWFKRMjs.rpc.webSocket(socket, {
472
472
  body: {
473
473
  method: "eth_subscribe",
474
474
  params
@@ -490,7 +490,7 @@ function webSocket(url, config = {}) {
490
490
  subscriptionId,
491
491
  async unsubscribe() {
492
492
  return new Promise(
493
- (resolve, reject) => _chunkV5OK27XKjs.rpc.webSocket(socket, {
493
+ (resolve, reject) => _chunkVLSWFKRMjs.rpc.webSocket(socket, {
494
494
  body: {
495
495
  method: "eth_unsubscribe",
496
496
  params: [subscriptionId]
@@ -546,90 +546,90 @@ function createClient({
546
546
 
547
547
  // src/clients/decorators/public.ts
548
548
  var publicActions = (client) => ({
549
- call: (args) => _chunkV5OK27XKjs.call.call(void 0, client, args),
550
- createBlockFilter: () => _chunkV5OK27XKjs.createBlockFilter.call(void 0, client),
551
- createContractEventFilter: (args) => _chunkV5OK27XKjs.createContractEventFilter.call(void 0, client, args),
552
- createEventFilter: (args) => _chunkV5OK27XKjs.createEventFilter.call(void 0, client, args),
553
- createPendingTransactionFilter: () => _chunkV5OK27XKjs.createPendingTransactionFilter.call(void 0, client),
554
- estimateContractGas: (args) => _chunkV5OK27XKjs.estimateContractGas.call(void 0, client, args),
555
- estimateGas: (args) => _chunkV5OK27XKjs.estimateGas.call(void 0, client, args),
556
- getBalance: (args) => _chunkV5OK27XKjs.getBalance.call(void 0, client, args),
557
- getBlock: (args) => _chunkV5OK27XKjs.getBlock.call(void 0, client, args),
558
- getBlockNumber: (args) => _chunkV5OK27XKjs.getBlockNumber.call(void 0, client, args),
559
- getBlockTransactionCount: (args) => _chunkV5OK27XKjs.getBlockTransactionCount.call(void 0, client, args),
560
- getBytecode: (args) => _chunkV5OK27XKjs.getBytecode.call(void 0, client, args),
561
- getChainId: () => _chunkV5OK27XKjs.getChainId.call(void 0, client),
562
- getEnsAddress: (args) => _chunkNFM35EUCjs.getEnsAddress.call(void 0, client, args),
563
- getEnsName: (args) => _chunkNFM35EUCjs.getEnsName.call(void 0, client, args),
564
- getFeeHistory: (args) => _chunkV5OK27XKjs.getFeeHistory.call(void 0, client, args),
565
- getFilterChanges: (args) => _chunkV5OK27XKjs.getFilterChanges.call(void 0, client, args),
566
- getFilterLogs: (args) => _chunkV5OK27XKjs.getFilterLogs.call(void 0, client, args),
567
- getGasPrice: () => _chunkV5OK27XKjs.getGasPrice.call(void 0, client),
568
- getLogs: (args) => _chunkV5OK27XKjs.getLogs.call(void 0, client, args),
569
- getStorageAt: (args) => _chunkV5OK27XKjs.getStorageAt.call(void 0, client, args),
570
- getTransaction: (args) => _chunkV5OK27XKjs.getTransaction.call(void 0, client, args),
571
- getTransactionConfirmations: (args) => _chunkV5OK27XKjs.getTransactionConfirmations.call(void 0, client, args),
572
- getTransactionCount: (args) => _chunkV5OK27XKjs.getTransactionCount.call(void 0, client, args),
573
- getTransactionReceipt: (args) => _chunkV5OK27XKjs.getTransactionReceipt.call(void 0, client, args),
574
- multicall: (args) => _chunkV5OK27XKjs.multicall.call(void 0, client, args),
575
- readContract: (args) => _chunkV5OK27XKjs.readContract.call(void 0, client, args),
576
- simulateContract: (args) => _chunkV5OK27XKjs.simulateContract.call(void 0, client, args),
577
- uninstallFilter: (args) => _chunkV5OK27XKjs.uninstallFilter.call(void 0, client, args),
578
- waitForTransactionReceipt: (args) => _chunkV5OK27XKjs.waitForTransactionReceipt.call(void 0, client, args),
579
- watchBlocks: (args) => _chunkV5OK27XKjs.watchBlocks.call(void 0, client, args),
580
- watchBlockNumber: (args) => _chunkV5OK27XKjs.watchBlockNumber.call(void 0, client, args),
581
- watchContractEvent: (args) => _chunkV5OK27XKjs.watchContractEvent.call(void 0, client, args),
582
- watchEvent: (args) => _chunkV5OK27XKjs.watchEvent.call(void 0, client, args),
583
- watchPendingTransactions: (args) => _chunkV5OK27XKjs.watchPendingTransactions.call(void 0, client, args)
549
+ call: (args) => _chunkVLSWFKRMjs.call.call(void 0, client, args),
550
+ createBlockFilter: () => _chunkVLSWFKRMjs.createBlockFilter.call(void 0, client),
551
+ createContractEventFilter: (args) => _chunkVLSWFKRMjs.createContractEventFilter.call(void 0, client, args),
552
+ createEventFilter: (args) => _chunkVLSWFKRMjs.createEventFilter.call(void 0, client, args),
553
+ createPendingTransactionFilter: () => _chunkVLSWFKRMjs.createPendingTransactionFilter.call(void 0, client),
554
+ estimateContractGas: (args) => _chunkVLSWFKRMjs.estimateContractGas.call(void 0, client, args),
555
+ estimateGas: (args) => _chunkVLSWFKRMjs.estimateGas.call(void 0, client, args),
556
+ getBalance: (args) => _chunkVLSWFKRMjs.getBalance.call(void 0, client, args),
557
+ getBlock: (args) => _chunkVLSWFKRMjs.getBlock.call(void 0, client, args),
558
+ getBlockNumber: (args) => _chunkVLSWFKRMjs.getBlockNumber.call(void 0, client, args),
559
+ getBlockTransactionCount: (args) => _chunkVLSWFKRMjs.getBlockTransactionCount.call(void 0, client, args),
560
+ getBytecode: (args) => _chunkVLSWFKRMjs.getBytecode.call(void 0, client, args),
561
+ getChainId: () => _chunkVLSWFKRMjs.getChainId.call(void 0, client),
562
+ getEnsAddress: (args) => _chunkM4VQVSC6js.getEnsAddress.call(void 0, client, args),
563
+ getEnsName: (args) => _chunkM4VQVSC6js.getEnsName.call(void 0, client, args),
564
+ getFeeHistory: (args) => _chunkVLSWFKRMjs.getFeeHistory.call(void 0, client, args),
565
+ getFilterChanges: (args) => _chunkVLSWFKRMjs.getFilterChanges.call(void 0, client, args),
566
+ getFilterLogs: (args) => _chunkVLSWFKRMjs.getFilterLogs.call(void 0, client, args),
567
+ getGasPrice: () => _chunkVLSWFKRMjs.getGasPrice.call(void 0, client),
568
+ getLogs: (args) => _chunkVLSWFKRMjs.getLogs.call(void 0, client, args),
569
+ getStorageAt: (args) => _chunkVLSWFKRMjs.getStorageAt.call(void 0, client, args),
570
+ getTransaction: (args) => _chunkVLSWFKRMjs.getTransaction.call(void 0, client, args),
571
+ getTransactionConfirmations: (args) => _chunkVLSWFKRMjs.getTransactionConfirmations.call(void 0, client, args),
572
+ getTransactionCount: (args) => _chunkVLSWFKRMjs.getTransactionCount.call(void 0, client, args),
573
+ getTransactionReceipt: (args) => _chunkVLSWFKRMjs.getTransactionReceipt.call(void 0, client, args),
574
+ multicall: (args) => _chunkVLSWFKRMjs.multicall.call(void 0, client, args),
575
+ readContract: (args) => _chunkVLSWFKRMjs.readContract.call(void 0, client, args),
576
+ simulateContract: (args) => _chunkVLSWFKRMjs.simulateContract.call(void 0, client, args),
577
+ uninstallFilter: (args) => _chunkVLSWFKRMjs.uninstallFilter.call(void 0, client, args),
578
+ waitForTransactionReceipt: (args) => _chunkVLSWFKRMjs.waitForTransactionReceipt.call(void 0, client, args),
579
+ watchBlocks: (args) => _chunkVLSWFKRMjs.watchBlocks.call(void 0, client, args),
580
+ watchBlockNumber: (args) => _chunkVLSWFKRMjs.watchBlockNumber.call(void 0, client, args),
581
+ watchContractEvent: (args) => _chunkVLSWFKRMjs.watchContractEvent.call(void 0, client, args),
582
+ watchEvent: (args) => _chunkVLSWFKRMjs.watchEvent.call(void 0, client, args),
583
+ watchPendingTransactions: (args) => _chunkVLSWFKRMjs.watchPendingTransactions.call(void 0, client, args)
584
584
  });
585
585
 
586
586
  // src/clients/decorators/test.ts
587
587
  var testActions = (client) => ({
588
- dropTransaction: (args) => _chunkV5OK27XKjs.dropTransaction.call(void 0, client, args),
589
- getAutomine: () => _chunkV5OK27XKjs.getAutomine.call(void 0, client),
590
- getTxpoolContent: () => _chunkV5OK27XKjs.getTxpoolContent.call(void 0, client),
591
- getTxpoolStatus: () => _chunkV5OK27XKjs.getTxpoolStatus.call(void 0, client),
592
- impersonateAccount: (args) => _chunkV5OK27XKjs.impersonateAccount.call(void 0, client, args),
593
- increaseTime: (args) => _chunkV5OK27XKjs.increaseTime.call(void 0, client, args),
594
- inspectTxpool: () => _chunkV5OK27XKjs.inspectTxpool.call(void 0, client),
595
- mine: (args) => _chunkV5OK27XKjs.mine.call(void 0, client, args),
596
- removeBlockTimestampInterval: () => _chunkV5OK27XKjs.removeBlockTimestampInterval.call(void 0, client),
597
- reset: (args) => _chunkV5OK27XKjs.reset.call(void 0, client, args),
598
- revert: (args) => _chunkV5OK27XKjs.revert.call(void 0, client, args),
599
- sendUnsignedTransaction: (args) => _chunkV5OK27XKjs.sendUnsignedTransaction.call(void 0, client, args),
600
- setAutomine: (args) => _chunkV5OK27XKjs.setAutomine.call(void 0, client, args),
601
- setBalance: (args) => _chunkV5OK27XKjs.setBalance.call(void 0, client, args),
602
- setBlockGasLimit: (args) => _chunkV5OK27XKjs.setBlockGasLimit.call(void 0, client, args),
603
- setBlockTimestampInterval: (args) => _chunkV5OK27XKjs.setBlockTimestampInterval.call(void 0, client, args),
604
- setCode: (args) => _chunkV5OK27XKjs.setCode.call(void 0, client, args),
605
- setCoinbase: (args) => _chunkV5OK27XKjs.setCoinbase.call(void 0, client, args),
606
- setIntervalMining: (args) => _chunkV5OK27XKjs.setIntervalMining.call(void 0, client, args),
607
- setLoggingEnabled: (args) => _chunkV5OK27XKjs.setLoggingEnabled.call(void 0, client, args),
608
- setMinGasPrice: (args) => _chunkV5OK27XKjs.setMinGasPrice.call(void 0, client, args),
609
- setNextBlockBaseFeePerGas: (args) => _chunkV5OK27XKjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
610
- setNextBlockTimestamp: (args) => _chunkV5OK27XKjs.setNextBlockTimestamp.call(void 0, client, args),
611
- setNonce: (args) => _chunkV5OK27XKjs.setNonce.call(void 0, client, args),
612
- setRpcUrl: (args) => _chunkV5OK27XKjs.setRpcUrl.call(void 0, client, args),
613
- setStorageAt: (args) => _chunkV5OK27XKjs.setStorageAt.call(void 0, client, args),
614
- snapshot: () => _chunkV5OK27XKjs.snapshot.call(void 0, client),
615
- stopImpersonatingAccount: (args) => _chunkV5OK27XKjs.stopImpersonatingAccount.call(void 0, client, args)
588
+ dropTransaction: (args) => _chunkVLSWFKRMjs.dropTransaction.call(void 0, client, args),
589
+ getAutomine: () => _chunkVLSWFKRMjs.getAutomine.call(void 0, client),
590
+ getTxpoolContent: () => _chunkVLSWFKRMjs.getTxpoolContent.call(void 0, client),
591
+ getTxpoolStatus: () => _chunkVLSWFKRMjs.getTxpoolStatus.call(void 0, client),
592
+ impersonateAccount: (args) => _chunkVLSWFKRMjs.impersonateAccount.call(void 0, client, args),
593
+ increaseTime: (args) => _chunkVLSWFKRMjs.increaseTime.call(void 0, client, args),
594
+ inspectTxpool: () => _chunkVLSWFKRMjs.inspectTxpool.call(void 0, client),
595
+ mine: (args) => _chunkVLSWFKRMjs.mine.call(void 0, client, args),
596
+ removeBlockTimestampInterval: () => _chunkVLSWFKRMjs.removeBlockTimestampInterval.call(void 0, client),
597
+ reset: (args) => _chunkVLSWFKRMjs.reset.call(void 0, client, args),
598
+ revert: (args) => _chunkVLSWFKRMjs.revert.call(void 0, client, args),
599
+ sendUnsignedTransaction: (args) => _chunkVLSWFKRMjs.sendUnsignedTransaction.call(void 0, client, args),
600
+ setAutomine: (args) => _chunkVLSWFKRMjs.setAutomine.call(void 0, client, args),
601
+ setBalance: (args) => _chunkVLSWFKRMjs.setBalance.call(void 0, client, args),
602
+ setBlockGasLimit: (args) => _chunkVLSWFKRMjs.setBlockGasLimit.call(void 0, client, args),
603
+ setBlockTimestampInterval: (args) => _chunkVLSWFKRMjs.setBlockTimestampInterval.call(void 0, client, args),
604
+ setCode: (args) => _chunkVLSWFKRMjs.setCode.call(void 0, client, args),
605
+ setCoinbase: (args) => _chunkVLSWFKRMjs.setCoinbase.call(void 0, client, args),
606
+ setIntervalMining: (args) => _chunkVLSWFKRMjs.setIntervalMining.call(void 0, client, args),
607
+ setLoggingEnabled: (args) => _chunkVLSWFKRMjs.setLoggingEnabled.call(void 0, client, args),
608
+ setMinGasPrice: (args) => _chunkVLSWFKRMjs.setMinGasPrice.call(void 0, client, args),
609
+ setNextBlockBaseFeePerGas: (args) => _chunkVLSWFKRMjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
610
+ setNextBlockTimestamp: (args) => _chunkVLSWFKRMjs.setNextBlockTimestamp.call(void 0, client, args),
611
+ setNonce: (args) => _chunkVLSWFKRMjs.setNonce.call(void 0, client, args),
612
+ setRpcUrl: (args) => _chunkVLSWFKRMjs.setRpcUrl.call(void 0, client, args),
613
+ setStorageAt: (args) => _chunkVLSWFKRMjs.setStorageAt.call(void 0, client, args),
614
+ snapshot: () => _chunkVLSWFKRMjs.snapshot.call(void 0, client),
615
+ stopImpersonatingAccount: (args) => _chunkVLSWFKRMjs.stopImpersonatingAccount.call(void 0, client, args)
616
616
  });
617
617
 
618
618
  // src/clients/decorators/wallet.ts
619
619
  var walletActions = (client) => ({
620
- addChain: (args) => _chunkV5OK27XKjs.addChain.call(void 0, client, args),
621
- deployContract: (args) => _chunkV5OK27XKjs.deployContract.call(void 0, client, args),
622
- getAddresses: () => _chunkV5OK27XKjs.getAddresses.call(void 0, client),
623
- getChainId: () => _chunkV5OK27XKjs.getChainId.call(void 0, client),
624
- getPermissions: () => _chunkV5OK27XKjs.getPermissions.call(void 0, client),
625
- requestAddresses: () => _chunkV5OK27XKjs.requestAddresses.call(void 0, client),
626
- requestPermissions: (args) => _chunkV5OK27XKjs.requestPermissions.call(void 0, client, args),
627
- sendTransaction: (args) => _chunkV5OK27XKjs.sendTransaction.call(void 0, client, args),
628
- signMessage: (args) => _chunkV5OK27XKjs.signMessage.call(void 0, client, args),
629
- signTypedData: (args) => _chunkV5OK27XKjs.signTypedData.call(void 0, client, args),
630
- switchChain: (args) => _chunkV5OK27XKjs.switchChain.call(void 0, client, args),
631
- watchAsset: (args) => _chunkV5OK27XKjs.watchAsset.call(void 0, client, args),
632
- writeContract: (args) => _chunkV5OK27XKjs.writeContract.call(void 0, client, args)
620
+ addChain: (args) => _chunkVLSWFKRMjs.addChain.call(void 0, client, args),
621
+ deployContract: (args) => _chunkVLSWFKRMjs.deployContract.call(void 0, client, args),
622
+ getAddresses: () => _chunkVLSWFKRMjs.getAddresses.call(void 0, client),
623
+ getChainId: () => _chunkVLSWFKRMjs.getChainId.call(void 0, client),
624
+ getPermissions: () => _chunkVLSWFKRMjs.getPermissions.call(void 0, client),
625
+ requestAddresses: () => _chunkVLSWFKRMjs.requestAddresses.call(void 0, client),
626
+ requestPermissions: (args) => _chunkVLSWFKRMjs.requestPermissions.call(void 0, client, args),
627
+ sendTransaction: (args) => _chunkVLSWFKRMjs.sendTransaction.call(void 0, client, args),
628
+ signMessage: (args) => _chunkVLSWFKRMjs.signMessage.call(void 0, client, args),
629
+ signTypedData: (args) => _chunkVLSWFKRMjs.signTypedData.call(void 0, client, args),
630
+ switchChain: (args) => _chunkVLSWFKRMjs.switchChain.call(void 0, client, args),
631
+ watchAsset: (args) => _chunkVLSWFKRMjs.watchAsset.call(void 0, client, args),
632
+ writeContract: (args) => _chunkVLSWFKRMjs.writeContract.call(void 0, client, args)
633
633
  });
634
634
 
635
635
  // src/clients/createPublicClient.ts
@@ -876,5 +876,5 @@ function createWalletClient({
876
876
 
877
877
 
878
878
 
879
- exports.AbiConstructorNotFoundError = _chunkV5OK27XKjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkV5OK27XKjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkV5OK27XKjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkV5OK27XKjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkV5OK27XKjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkV5OK27XKjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkV5OK27XKjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkV5OK27XKjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkV5OK27XKjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkV5OK27XKjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkV5OK27XKjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkV5OK27XKjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkV5OK27XKjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkV5OK27XKjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkV5OK27XKjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkV5OK27XKjs.BaseError; exports.BlockNotFoundError = _chunkV5OK27XKjs.BlockNotFoundError; exports.CallExecutionError = _chunkV5OK27XKjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkV5OK27XKjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkV5OK27XKjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkV5OK27XKjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkV5OK27XKjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkV5OK27XKjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkV5OK27XKjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkV5OK27XKjs.DecodeLogTopicsMismatch; exports.EstimateGasExecutionError = _chunkV5OK27XKjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkV5OK27XKjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkV5OK27XKjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkV5OK27XKjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkV5OK27XKjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkV5OK27XKjs.HttpRequestError; exports.InsufficientFundsError = _chunkV5OK27XKjs.InsufficientFundsError; exports.InternalRpcError = _chunkV5OK27XKjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkV5OK27XKjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkV5OK27XKjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkV5OK27XKjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkV5OK27XKjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkV5OK27XKjs.InvalidAddressError; exports.InvalidArrayError = _chunkV5OK27XKjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkV5OK27XKjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkV5OK27XKjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkV5OK27XKjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkV5OK27XKjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkV5OK27XKjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkV5OK27XKjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkV5OK27XKjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkV5OK27XKjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkV5OK27XKjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkV5OK27XKjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkV5OK27XKjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkV5OK27XKjs.NonceMaxValueError; exports.NonceTooHighError = _chunkV5OK27XKjs.NonceTooHighError; exports.NonceTooLowError = _chunkV5OK27XKjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkV5OK27XKjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkV5OK27XKjs.ParseRpcError; exports.RawContractError = _chunkV5OK27XKjs.RawContractError; exports.RequestError = _chunkV5OK27XKjs.RequestError; exports.ResourceNotFoundRpcError = _chunkV5OK27XKjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkV5OK27XKjs.ResourceUnavailableRpcError; exports.RpcError = _chunkV5OK27XKjs.RpcError; exports.RpcRequestError = _chunkV5OK27XKjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkV5OK27XKjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkV5OK27XKjs.SwitchChainError; exports.TimeoutError = _chunkV5OK27XKjs.TimeoutError; exports.TipAboveFeeCapError = _chunkV5OK27XKjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkV5OK27XKjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkV5OK27XKjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkV5OK27XKjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkV5OK27XKjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkV5OK27XKjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkV5OK27XKjs.UnknownNodeError; exports.UnknownRpcError = _chunkV5OK27XKjs.UnknownRpcError; exports.UrlRequiredError = _chunkV5OK27XKjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkV5OK27XKjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkV5OK27XKjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkV5OK27XKjs.WebSocketRequestError; exports.boolToBytes = _chunkV5OK27XKjs.boolToBytes; exports.boolToHex = _chunkV5OK27XKjs.boolToHex; exports.bytesToBigint = _chunkV5OK27XKjs.bytesToBigint; exports.bytesToBool = _chunkV5OK27XKjs.bytesToBool; exports.bytesToHex = _chunkV5OK27XKjs.bytesToHex; exports.bytesToNumber = _chunkV5OK27XKjs.bytesToNumber; exports.bytesToString = _chunkV5OK27XKjs.bytesToString; exports.concat = _chunkV5OK27XKjs.concat; exports.concatBytes = _chunkV5OK27XKjs.concatBytes; exports.concatHex = _chunkV5OK27XKjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkV5OK27XKjs.decodeAbiParameters; exports.decodeErrorResult = _chunkV5OK27XKjs.decodeErrorResult; exports.decodeEventLog = _chunkV5OK27XKjs.decodeEventLog; exports.decodeFunctionData = _chunkV5OK27XKjs.decodeFunctionData; exports.decodeFunctionResult = _chunkV5OK27XKjs.decodeFunctionResult; exports.defineBlock = _chunkV5OK27XKjs.defineBlock; exports.defineChain = _chunkV5OK27XKjs.defineChain; exports.defineTransaction = _chunkV5OK27XKjs.defineTransaction; exports.defineTransactionReceipt = _chunkV5OK27XKjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkV5OK27XKjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkV5OK27XKjs.encodeAbiParameters; exports.encodeDeployData = _chunkV5OK27XKjs.encodeDeployData; exports.encodeErrorResult = _chunkV5OK27XKjs.encodeErrorResult; exports.encodeEventTopics = _chunkV5OK27XKjs.encodeEventTopics; exports.encodeFunctionData = _chunkV5OK27XKjs.encodeFunctionData; exports.encodeFunctionResult = _chunkV5OK27XKjs.encodeFunctionResult; exports.encodePacked = _chunkV5OK27XKjs.encodePacked; exports.etherUnits = _chunkV5OK27XKjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkV5OK27XKjs.formatBlock; exports.formatEther = _chunkV5OK27XKjs.formatEther; exports.formatGwei = _chunkV5OK27XKjs.formatGwei; exports.formatTransaction = _chunkV5OK27XKjs.formatTransaction; exports.formatTransactionRequest = _chunkV5OK27XKjs.formatTransactionRequest; exports.formatUnits = _chunkV5OK27XKjs.formatUnits; exports.fromBytes = _chunkV5OK27XKjs.fromBytes; exports.fromHex = _chunkV5OK27XKjs.fromHex; exports.fromRlp = _chunkV5OK27XKjs.fromRlp; exports.getAbiItem = _chunkV5OK27XKjs.getAbiItem; exports.getAccount = _chunkV5OK27XKjs.getAccount; exports.getAddress = _chunkV5OK27XKjs.getAddress; exports.getContractAddress = _chunkV5OK27XKjs.getContractAddress; exports.getContractError = _chunkV5OK27XKjs.getContractError; exports.getCreate2Address = _chunkV5OK27XKjs.getCreate2Address; exports.getCreateAddress = _chunkV5OK27XKjs.getCreateAddress; exports.getEventSelector = _chunkV5OK27XKjs.getEventSelector; exports.getFunctionSelector = _chunkV5OK27XKjs.getFunctionSelector; exports.gweiUnits = _chunkV5OK27XKjs.gweiUnits; exports.hashMessage = _chunkV5OK27XKjs.hashMessage; exports.hexToBigInt = _chunkV5OK27XKjs.hexToBigInt; exports.hexToBool = _chunkV5OK27XKjs.hexToBool; exports.hexToBytes = _chunkV5OK27XKjs.hexToBytes; exports.hexToNumber = _chunkV5OK27XKjs.hexToNumber; exports.hexToString = _chunkV5OK27XKjs.hexToString; exports.http = http; exports.isAddress = _chunkV5OK27XKjs.isAddress; exports.isAddressEqual = _chunkV5OK27XKjs.isAddressEqual; exports.isBytes = _chunkV5OK27XKjs.isBytes; exports.isHex = _chunkV5OK27XKjs.isHex; exports.keccak256 = _chunkV5OK27XKjs.keccak256; exports.labelhash = _chunkNFM35EUCjs.labelhash; exports.multicall3Abi = _chunkV5OK27XKjs.multicall3Abi; exports.namehash = _chunkNFM35EUCjs.namehash; exports.numberToBytes = _chunkV5OK27XKjs.numberToBytes; exports.numberToHex = _chunkV5OK27XKjs.numberToHex; exports.pad = _chunkV5OK27XKjs.pad; exports.padBytes = _chunkV5OK27XKjs.padBytes; exports.padHex = _chunkV5OK27XKjs.padHex; exports.parseAbi = _chunkV5OK27XKjs.parseAbi; exports.parseAbiItem = _chunkV5OK27XKjs.parseAbiItem; exports.parseAbiParameter = _chunkV5OK27XKjs.parseAbiParameter; exports.parseAbiParameters = _chunkV5OK27XKjs.parseAbiParameters; exports.parseEther = _chunkV5OK27XKjs.parseEther; exports.parseGwei = _chunkV5OK27XKjs.parseGwei; exports.parseUnits = _chunkV5OK27XKjs.parseUnits; exports.recoverAddress = _chunkV5OK27XKjs.recoverAddress; exports.recoverMessageAddress = _chunkV5OK27XKjs.recoverMessageAddress; exports.size = _chunkV5OK27XKjs.size; exports.slice = _chunkV5OK27XKjs.slice; exports.sliceBytes = _chunkV5OK27XKjs.sliceBytes; exports.sliceHex = _chunkV5OK27XKjs.sliceHex; exports.stringToBytes = _chunkV5OK27XKjs.stringToBytes; exports.stringToHex = _chunkV5OK27XKjs.stringToHex; exports.stringify = _chunkV5OK27XKjs.stringify; exports.toBytes = _chunkV5OK27XKjs.toBytes; exports.toHex = _chunkV5OK27XKjs.toHex; exports.toRlp = _chunkV5OK27XKjs.toRlp; exports.transactionType = _chunkV5OK27XKjs.transactionType; exports.trim = _chunkV5OK27XKjs.trim; exports.verifyMessage = _chunkV5OK27XKjs.verifyMessage; exports.webSocket = webSocket; exports.weiUnits = _chunkV5OK27XKjs.weiUnits;
879
+ exports.AbiConstructorNotFoundError = _chunkVLSWFKRMjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkVLSWFKRMjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkVLSWFKRMjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkVLSWFKRMjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkVLSWFKRMjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkVLSWFKRMjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkVLSWFKRMjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkVLSWFKRMjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkVLSWFKRMjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkVLSWFKRMjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkVLSWFKRMjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkVLSWFKRMjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkVLSWFKRMjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkVLSWFKRMjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkVLSWFKRMjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkVLSWFKRMjs.BaseError; exports.BlockNotFoundError = _chunkVLSWFKRMjs.BlockNotFoundError; exports.CallExecutionError = _chunkVLSWFKRMjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkVLSWFKRMjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkVLSWFKRMjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkVLSWFKRMjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkVLSWFKRMjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkVLSWFKRMjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkVLSWFKRMjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkVLSWFKRMjs.DecodeLogTopicsMismatch; exports.EstimateGasExecutionError = _chunkVLSWFKRMjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkVLSWFKRMjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkVLSWFKRMjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkVLSWFKRMjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkVLSWFKRMjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkVLSWFKRMjs.HttpRequestError; exports.InsufficientFundsError = _chunkVLSWFKRMjs.InsufficientFundsError; exports.InternalRpcError = _chunkVLSWFKRMjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkVLSWFKRMjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkVLSWFKRMjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkVLSWFKRMjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkVLSWFKRMjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkVLSWFKRMjs.InvalidAddressError; exports.InvalidArrayError = _chunkVLSWFKRMjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkVLSWFKRMjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkVLSWFKRMjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkVLSWFKRMjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkVLSWFKRMjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkVLSWFKRMjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkVLSWFKRMjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkVLSWFKRMjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkVLSWFKRMjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkVLSWFKRMjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkVLSWFKRMjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkVLSWFKRMjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkVLSWFKRMjs.NonceMaxValueError; exports.NonceTooHighError = _chunkVLSWFKRMjs.NonceTooHighError; exports.NonceTooLowError = _chunkVLSWFKRMjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkVLSWFKRMjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkVLSWFKRMjs.ParseRpcError; exports.RawContractError = _chunkVLSWFKRMjs.RawContractError; exports.RequestError = _chunkVLSWFKRMjs.RequestError; exports.ResourceNotFoundRpcError = _chunkVLSWFKRMjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkVLSWFKRMjs.ResourceUnavailableRpcError; exports.RpcError = _chunkVLSWFKRMjs.RpcError; exports.RpcRequestError = _chunkVLSWFKRMjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkVLSWFKRMjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkVLSWFKRMjs.SwitchChainError; exports.TimeoutError = _chunkVLSWFKRMjs.TimeoutError; exports.TipAboveFeeCapError = _chunkVLSWFKRMjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkVLSWFKRMjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkVLSWFKRMjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkVLSWFKRMjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkVLSWFKRMjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkVLSWFKRMjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkVLSWFKRMjs.UnknownNodeError; exports.UnknownRpcError = _chunkVLSWFKRMjs.UnknownRpcError; exports.UrlRequiredError = _chunkVLSWFKRMjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkVLSWFKRMjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkVLSWFKRMjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkVLSWFKRMjs.WebSocketRequestError; exports.boolToBytes = _chunkVLSWFKRMjs.boolToBytes; exports.boolToHex = _chunkVLSWFKRMjs.boolToHex; exports.bytesToBigint = _chunkVLSWFKRMjs.bytesToBigint; exports.bytesToBool = _chunkVLSWFKRMjs.bytesToBool; exports.bytesToHex = _chunkVLSWFKRMjs.bytesToHex; exports.bytesToNumber = _chunkVLSWFKRMjs.bytesToNumber; exports.bytesToString = _chunkVLSWFKRMjs.bytesToString; exports.concat = _chunkVLSWFKRMjs.concat; exports.concatBytes = _chunkVLSWFKRMjs.concatBytes; exports.concatHex = _chunkVLSWFKRMjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkVLSWFKRMjs.decodeAbiParameters; exports.decodeErrorResult = _chunkVLSWFKRMjs.decodeErrorResult; exports.decodeEventLog = _chunkVLSWFKRMjs.decodeEventLog; exports.decodeFunctionData = _chunkVLSWFKRMjs.decodeFunctionData; exports.decodeFunctionResult = _chunkVLSWFKRMjs.decodeFunctionResult; exports.defineBlock = _chunkVLSWFKRMjs.defineBlock; exports.defineChain = _chunkVLSWFKRMjs.defineChain; exports.defineTransaction = _chunkVLSWFKRMjs.defineTransaction; exports.defineTransactionReceipt = _chunkVLSWFKRMjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkVLSWFKRMjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkVLSWFKRMjs.encodeAbiParameters; exports.encodeDeployData = _chunkVLSWFKRMjs.encodeDeployData; exports.encodeErrorResult = _chunkVLSWFKRMjs.encodeErrorResult; exports.encodeEventTopics = _chunkVLSWFKRMjs.encodeEventTopics; exports.encodeFunctionData = _chunkVLSWFKRMjs.encodeFunctionData; exports.encodeFunctionResult = _chunkVLSWFKRMjs.encodeFunctionResult; exports.encodePacked = _chunkVLSWFKRMjs.encodePacked; exports.etherUnits = _chunkVLSWFKRMjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkVLSWFKRMjs.formatBlock; exports.formatEther = _chunkVLSWFKRMjs.formatEther; exports.formatGwei = _chunkVLSWFKRMjs.formatGwei; exports.formatTransaction = _chunkVLSWFKRMjs.formatTransaction; exports.formatTransactionRequest = _chunkVLSWFKRMjs.formatTransactionRequest; exports.formatUnits = _chunkVLSWFKRMjs.formatUnits; exports.fromBytes = _chunkVLSWFKRMjs.fromBytes; exports.fromHex = _chunkVLSWFKRMjs.fromHex; exports.fromRlp = _chunkVLSWFKRMjs.fromRlp; exports.getAbiItem = _chunkVLSWFKRMjs.getAbiItem; exports.getAccount = _chunkVLSWFKRMjs.getAccount; exports.getAddress = _chunkVLSWFKRMjs.getAddress; exports.getContractAddress = _chunkVLSWFKRMjs.getContractAddress; exports.getContractError = _chunkVLSWFKRMjs.getContractError; exports.getCreate2Address = _chunkVLSWFKRMjs.getCreate2Address; exports.getCreateAddress = _chunkVLSWFKRMjs.getCreateAddress; exports.getEventSelector = _chunkVLSWFKRMjs.getEventSelector; exports.getFunctionSelector = _chunkVLSWFKRMjs.getFunctionSelector; exports.gweiUnits = _chunkVLSWFKRMjs.gweiUnits; exports.hashMessage = _chunkVLSWFKRMjs.hashMessage; exports.hexToBigInt = _chunkVLSWFKRMjs.hexToBigInt; exports.hexToBool = _chunkVLSWFKRMjs.hexToBool; exports.hexToBytes = _chunkVLSWFKRMjs.hexToBytes; exports.hexToNumber = _chunkVLSWFKRMjs.hexToNumber; exports.hexToString = _chunkVLSWFKRMjs.hexToString; exports.http = http; exports.isAddress = _chunkVLSWFKRMjs.isAddress; exports.isAddressEqual = _chunkVLSWFKRMjs.isAddressEqual; exports.isBytes = _chunkVLSWFKRMjs.isBytes; exports.isHex = _chunkVLSWFKRMjs.isHex; exports.keccak256 = _chunkVLSWFKRMjs.keccak256; exports.labelhash = _chunkM4VQVSC6js.labelhash; exports.multicall3Abi = _chunkVLSWFKRMjs.multicall3Abi; exports.namehash = _chunkM4VQVSC6js.namehash; exports.numberToBytes = _chunkVLSWFKRMjs.numberToBytes; exports.numberToHex = _chunkVLSWFKRMjs.numberToHex; exports.pad = _chunkVLSWFKRMjs.pad; exports.padBytes = _chunkVLSWFKRMjs.padBytes; exports.padHex = _chunkVLSWFKRMjs.padHex; exports.parseAbi = _chunkVLSWFKRMjs.parseAbi; exports.parseAbiItem = _chunkVLSWFKRMjs.parseAbiItem; exports.parseAbiParameter = _chunkVLSWFKRMjs.parseAbiParameter; exports.parseAbiParameters = _chunkVLSWFKRMjs.parseAbiParameters; exports.parseEther = _chunkVLSWFKRMjs.parseEther; exports.parseGwei = _chunkVLSWFKRMjs.parseGwei; exports.parseUnits = _chunkVLSWFKRMjs.parseUnits; exports.recoverAddress = _chunkVLSWFKRMjs.recoverAddress; exports.recoverMessageAddress = _chunkVLSWFKRMjs.recoverMessageAddress; exports.size = _chunkVLSWFKRMjs.size; exports.slice = _chunkVLSWFKRMjs.slice; exports.sliceBytes = _chunkVLSWFKRMjs.sliceBytes; exports.sliceHex = _chunkVLSWFKRMjs.sliceHex; exports.stringToBytes = _chunkVLSWFKRMjs.stringToBytes; exports.stringToHex = _chunkVLSWFKRMjs.stringToHex; exports.stringify = _chunkVLSWFKRMjs.stringify; exports.toBytes = _chunkVLSWFKRMjs.toBytes; exports.toHex = _chunkVLSWFKRMjs.toHex; exports.toRlp = _chunkVLSWFKRMjs.toRlp; exports.transactionType = _chunkVLSWFKRMjs.transactionType; exports.trim = _chunkVLSWFKRMjs.trim; exports.verifyMessage = _chunkVLSWFKRMjs.verifyMessage; exports.webSocket = webSocket; exports.weiUnits = _chunkVLSWFKRMjs.weiUnits;
880
880
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  getEnsName,
4
4
  labelhash,
5
5
  namehash
6
- } from "./chunk-XZTLWO7P.mjs";
6
+ } from "./chunk-3JK5RHC7.mjs";
7
7
  import {
8
8
  AbiConstructorNotFoundError,
9
9
  AbiConstructorParamsNotFoundError,
@@ -246,7 +246,7 @@ import {
246
246
  watchPendingTransactions,
247
247
  weiUnits,
248
248
  writeContract
249
- } from "./chunk-CBTCDCZV.mjs";
249
+ } from "./chunk-LGWBVIG5.mjs";
250
250
 
251
251
  // src/clients/transports/createTransport.ts
252
252
  function createTransport({
package/dist/public.js CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
29
+ var _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
30
30
 
31
31
 
32
32
 
@@ -55,5 +55,5 @@ var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
55
55
 
56
56
 
57
57
 
58
- exports.call = _chunkV5OK27XKjs.call; exports.createBlockFilter = _chunkV5OK27XKjs.createBlockFilter; exports.createEventFilter = _chunkV5OK27XKjs.createEventFilter; exports.createPendingTransactionFilter = _chunkV5OK27XKjs.createPendingTransactionFilter; exports.estimateGas = _chunkV5OK27XKjs.estimateGas; exports.getBalance = _chunkV5OK27XKjs.getBalance; exports.getBlock = _chunkV5OK27XKjs.getBlock; exports.getBlockNumber = _chunkV5OK27XKjs.getBlockNumber; exports.getBlockNumberCache = _chunkV5OK27XKjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkV5OK27XKjs.getBlockTransactionCount; exports.getBytecode = _chunkV5OK27XKjs.getBytecode; exports.getChainId = _chunkV5OK27XKjs.getChainId; exports.getFeeHistory = _chunkV5OK27XKjs.getFeeHistory; exports.getFilterChanges = _chunkV5OK27XKjs.getFilterChanges; exports.getFilterLogs = _chunkV5OK27XKjs.getFilterLogs; exports.getGasPrice = _chunkV5OK27XKjs.getGasPrice; exports.getLogs = _chunkV5OK27XKjs.getLogs; exports.getTransaction = _chunkV5OK27XKjs.getTransaction; exports.getTransactionConfirmations = _chunkV5OK27XKjs.getTransactionConfirmations; exports.getTransactionCount = _chunkV5OK27XKjs.getTransactionCount; exports.getTransactionReceipt = _chunkV5OK27XKjs.getTransactionReceipt; exports.uninstallFilter = _chunkV5OK27XKjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkV5OK27XKjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkV5OK27XKjs.watchBlockNumber; exports.watchBlocks = _chunkV5OK27XKjs.watchBlocks; exports.watchEvent = _chunkV5OK27XKjs.watchEvent; exports.watchPendingTransactions = _chunkV5OK27XKjs.watchPendingTransactions;
58
+ exports.call = _chunkVLSWFKRMjs.call; exports.createBlockFilter = _chunkVLSWFKRMjs.createBlockFilter; exports.createEventFilter = _chunkVLSWFKRMjs.createEventFilter; exports.createPendingTransactionFilter = _chunkVLSWFKRMjs.createPendingTransactionFilter; exports.estimateGas = _chunkVLSWFKRMjs.estimateGas; exports.getBalance = _chunkVLSWFKRMjs.getBalance; exports.getBlock = _chunkVLSWFKRMjs.getBlock; exports.getBlockNumber = _chunkVLSWFKRMjs.getBlockNumber; exports.getBlockNumberCache = _chunkVLSWFKRMjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkVLSWFKRMjs.getBlockTransactionCount; exports.getBytecode = _chunkVLSWFKRMjs.getBytecode; exports.getChainId = _chunkVLSWFKRMjs.getChainId; exports.getFeeHistory = _chunkVLSWFKRMjs.getFeeHistory; exports.getFilterChanges = _chunkVLSWFKRMjs.getFilterChanges; exports.getFilterLogs = _chunkVLSWFKRMjs.getFilterLogs; exports.getGasPrice = _chunkVLSWFKRMjs.getGasPrice; exports.getLogs = _chunkVLSWFKRMjs.getLogs; exports.getTransaction = _chunkVLSWFKRMjs.getTransaction; exports.getTransactionConfirmations = _chunkVLSWFKRMjs.getTransactionConfirmations; exports.getTransactionCount = _chunkVLSWFKRMjs.getTransactionCount; exports.getTransactionReceipt = _chunkVLSWFKRMjs.getTransactionReceipt; exports.uninstallFilter = _chunkVLSWFKRMjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkVLSWFKRMjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkVLSWFKRMjs.watchBlockNumber; exports.watchBlocks = _chunkVLSWFKRMjs.watchBlocks; exports.watchEvent = _chunkVLSWFKRMjs.watchEvent; exports.watchPendingTransactions = _chunkVLSWFKRMjs.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-CBTCDCZV.mjs";
29
+ } from "./chunk-LGWBVIG5.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 _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
30
+ var _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
31
31
 
32
32
 
33
33
 
@@ -57,5 +57,5 @@ var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
57
57
 
58
58
 
59
59
 
60
- exports.dropTransaction = _chunkV5OK27XKjs.dropTransaction; exports.getAutomine = _chunkV5OK27XKjs.getAutomine; exports.getTxpoolContent = _chunkV5OK27XKjs.getTxpoolContent; exports.getTxpoolStatus = _chunkV5OK27XKjs.getTxpoolStatus; exports.impersonateAccount = _chunkV5OK27XKjs.impersonateAccount; exports.increaseTime = _chunkV5OK27XKjs.increaseTime; exports.inspectTxpool = _chunkV5OK27XKjs.inspectTxpool; exports.mine = _chunkV5OK27XKjs.mine; exports.removeBlockTimestampInterval = _chunkV5OK27XKjs.removeBlockTimestampInterval; exports.reset = _chunkV5OK27XKjs.reset; exports.revert = _chunkV5OK27XKjs.revert; exports.sendUnsignedTransaction = _chunkV5OK27XKjs.sendUnsignedTransaction; exports.setAutomine = _chunkV5OK27XKjs.setAutomine; exports.setBalance = _chunkV5OK27XKjs.setBalance; exports.setBlockGasLimit = _chunkV5OK27XKjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkV5OK27XKjs.setBlockTimestampInterval; exports.setCode = _chunkV5OK27XKjs.setCode; exports.setCoinbase = _chunkV5OK27XKjs.setCoinbase; exports.setIntervalMining = _chunkV5OK27XKjs.setIntervalMining; exports.setLoggingEnabled = _chunkV5OK27XKjs.setLoggingEnabled; exports.setMinGasPrice = _chunkV5OK27XKjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkV5OK27XKjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkV5OK27XKjs.setNextBlockTimestamp; exports.setNonce = _chunkV5OK27XKjs.setNonce; exports.setRpcUrl = _chunkV5OK27XKjs.setRpcUrl; exports.setStorageAt = _chunkV5OK27XKjs.setStorageAt; exports.snapshot = _chunkV5OK27XKjs.snapshot; exports.stopImpersonatingAccount = _chunkV5OK27XKjs.stopImpersonatingAccount;
60
+ exports.dropTransaction = _chunkVLSWFKRMjs.dropTransaction; exports.getAutomine = _chunkVLSWFKRMjs.getAutomine; exports.getTxpoolContent = _chunkVLSWFKRMjs.getTxpoolContent; exports.getTxpoolStatus = _chunkVLSWFKRMjs.getTxpoolStatus; exports.impersonateAccount = _chunkVLSWFKRMjs.impersonateAccount; exports.increaseTime = _chunkVLSWFKRMjs.increaseTime; exports.inspectTxpool = _chunkVLSWFKRMjs.inspectTxpool; exports.mine = _chunkVLSWFKRMjs.mine; exports.removeBlockTimestampInterval = _chunkVLSWFKRMjs.removeBlockTimestampInterval; exports.reset = _chunkVLSWFKRMjs.reset; exports.revert = _chunkVLSWFKRMjs.revert; exports.sendUnsignedTransaction = _chunkVLSWFKRMjs.sendUnsignedTransaction; exports.setAutomine = _chunkVLSWFKRMjs.setAutomine; exports.setBalance = _chunkVLSWFKRMjs.setBalance; exports.setBlockGasLimit = _chunkVLSWFKRMjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkVLSWFKRMjs.setBlockTimestampInterval; exports.setCode = _chunkVLSWFKRMjs.setCode; exports.setCoinbase = _chunkVLSWFKRMjs.setCoinbase; exports.setIntervalMining = _chunkVLSWFKRMjs.setIntervalMining; exports.setLoggingEnabled = _chunkVLSWFKRMjs.setLoggingEnabled; exports.setMinGasPrice = _chunkVLSWFKRMjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkVLSWFKRMjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkVLSWFKRMjs.setNextBlockTimestamp; exports.setNonce = _chunkVLSWFKRMjs.setNonce; exports.setRpcUrl = _chunkVLSWFKRMjs.setRpcUrl; exports.setStorageAt = _chunkVLSWFKRMjs.setStorageAt; exports.snapshot = _chunkVLSWFKRMjs.snapshot; exports.stopImpersonatingAccount = _chunkVLSWFKRMjs.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-CBTCDCZV.mjs";
30
+ } from "./chunk-LGWBVIG5.mjs";
31
31
  export {
32
32
  dropTransaction,
33
33
  getAutomine,
@@ -105,7 +105,7 @@
105
105
 
106
106
 
107
107
 
108
- var _chunkV5OK27XKjs = require('../chunk-V5OK27XK.js');
108
+ var _chunkVLSWFKRMjs = require('../chunk-VLSWFKRM.js');
109
109
 
110
110
 
111
111
 
@@ -213,5 +213,5 @@ var _chunkV5OK27XKjs = require('../chunk-V5OK27XK.js');
213
213
 
214
214
 
215
215
 
216
- exports.arrayRegex = _chunkV5OK27XKjs.arrayRegex; exports.assertRequest = _chunkV5OK27XKjs.assertRequest; exports.boolToBytes = _chunkV5OK27XKjs.boolToBytes; exports.boolToHex = _chunkV5OK27XKjs.boolToHex; exports.buildRequest = _chunkV5OK27XKjs.buildRequest; exports.bytesRegex = _chunkV5OK27XKjs.bytesRegex; exports.bytesToBigint = _chunkV5OK27XKjs.bytesToBigint; exports.bytesToBool = _chunkV5OK27XKjs.bytesToBool; exports.bytesToHex = _chunkV5OK27XKjs.bytesToHex; exports.bytesToNumber = _chunkV5OK27XKjs.bytesToNumber; exports.bytesToString = _chunkV5OK27XKjs.bytesToString; exports.concat = _chunkV5OK27XKjs.concat; exports.concatBytes = _chunkV5OK27XKjs.concatBytes; exports.concatHex = _chunkV5OK27XKjs.concatHex; exports.containsNodeError = _chunkV5OK27XKjs.containsNodeError; exports.decodeAbiParameters = _chunkV5OK27XKjs.decodeAbiParameters; exports.decodeErrorResult = _chunkV5OK27XKjs.decodeErrorResult; exports.decodeEventLog = _chunkV5OK27XKjs.decodeEventLog; exports.decodeFunctionData = _chunkV5OK27XKjs.decodeFunctionData; exports.decodeFunctionResult = _chunkV5OK27XKjs.decodeFunctionResult; exports.defineBlock = _chunkV5OK27XKjs.defineBlock; exports.defineChain = _chunkV5OK27XKjs.defineChain; exports.defineFormatter = _chunkV5OK27XKjs.defineFormatter; exports.defineTransaction = _chunkV5OK27XKjs.defineTransaction; exports.defineTransactionReceipt = _chunkV5OK27XKjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkV5OK27XKjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkV5OK27XKjs.encodeAbiParameters; exports.encodeDeployData = _chunkV5OK27XKjs.encodeDeployData; exports.encodeErrorResult = _chunkV5OK27XKjs.encodeErrorResult; exports.encodeEventTopics = _chunkV5OK27XKjs.encodeEventTopics; exports.encodeFunctionData = _chunkV5OK27XKjs.encodeFunctionData; exports.encodeFunctionResult = _chunkV5OK27XKjs.encodeFunctionResult; exports.encodePacked = _chunkV5OK27XKjs.encodePacked; exports.extract = _chunkV5OK27XKjs.extract; exports.extractFunctionName = _chunkV5OK27XKjs.extractFunctionName; exports.extractFunctionParams = _chunkV5OK27XKjs.extractFunctionParams; exports.extractFunctionParts = _chunkV5OK27XKjs.extractFunctionParts; exports.extractFunctionType = _chunkV5OK27XKjs.extractFunctionType; exports.format = _chunkV5OK27XKjs.format; exports.formatAbiItem = _chunkV5OK27XKjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkV5OK27XKjs.formatAbiItemWithArgs; exports.formatBlock = _chunkV5OK27XKjs.formatBlock; exports.formatEther = _chunkV5OK27XKjs.formatEther; exports.formatGwei = _chunkV5OK27XKjs.formatGwei; exports.formatTransaction = _chunkV5OK27XKjs.formatTransaction; exports.formatTransactionRequest = _chunkV5OK27XKjs.formatTransactionRequest; exports.formatUnits = _chunkV5OK27XKjs.formatUnits; exports.fromBytes = _chunkV5OK27XKjs.fromBytes; exports.fromHex = _chunkV5OK27XKjs.fromHex; exports.fromRlp = _chunkV5OK27XKjs.fromRlp; exports.getAbiItem = _chunkV5OK27XKjs.getAbiItem; exports.getAccount = _chunkV5OK27XKjs.getAccount; exports.getAddress = _chunkV5OK27XKjs.getAddress; exports.getCallError = _chunkV5OK27XKjs.getCallError; exports.getChainContractAddress = _chunkV5OK27XKjs.getChainContractAddress; exports.getContractAddress = _chunkV5OK27XKjs.getContractAddress; exports.getContractError = _chunkV5OK27XKjs.getContractError; exports.getCreate2Address = _chunkV5OK27XKjs.getCreate2Address; exports.getCreateAddress = _chunkV5OK27XKjs.getCreateAddress; exports.getEstimateGasError = _chunkV5OK27XKjs.getEstimateGasError; exports.getEventSelector = _chunkV5OK27XKjs.getEventSelector; exports.getFunctionSelector = _chunkV5OK27XKjs.getFunctionSelector; exports.getNodeError = _chunkV5OK27XKjs.getNodeError; exports.getSocket = _chunkV5OK27XKjs.getSocket; exports.getTransactionError = _chunkV5OK27XKjs.getTransactionError; exports.hashMessage = _chunkV5OK27XKjs.hashMessage; exports.hexToBigInt = _chunkV5OK27XKjs.hexToBigInt; exports.hexToBool = _chunkV5OK27XKjs.hexToBool; exports.hexToBytes = _chunkV5OK27XKjs.hexToBytes; exports.hexToNumber = _chunkV5OK27XKjs.hexToNumber; exports.hexToString = _chunkV5OK27XKjs.hexToString; exports.integerRegex = _chunkV5OK27XKjs.integerRegex; exports.isAddress = _chunkV5OK27XKjs.isAddress; exports.isAddressEqual = _chunkV5OK27XKjs.isAddressEqual; exports.isBytes = _chunkV5OK27XKjs.isBytes; exports.isHex = _chunkV5OK27XKjs.isHex; exports.keccak256 = _chunkV5OK27XKjs.keccak256; exports.numberToBytes = _chunkV5OK27XKjs.numberToBytes; exports.numberToHex = _chunkV5OK27XKjs.numberToHex; exports.pad = _chunkV5OK27XKjs.pad; exports.padBytes = _chunkV5OK27XKjs.padBytes; exports.padHex = _chunkV5OK27XKjs.padHex; exports.parseAbi = _chunkV5OK27XKjs.parseAbi; exports.parseAbiItem = _chunkV5OK27XKjs.parseAbiItem; exports.parseAbiParameter = _chunkV5OK27XKjs.parseAbiParameter; exports.parseAbiParameters = _chunkV5OK27XKjs.parseAbiParameters; exports.parseEther = _chunkV5OK27XKjs.parseEther; exports.parseGwei = _chunkV5OK27XKjs.parseGwei; exports.parseUnits = _chunkV5OK27XKjs.parseUnits; exports.prepareRequest = _chunkV5OK27XKjs.prepareRequest; exports.recoverAddress = _chunkV5OK27XKjs.recoverAddress; exports.recoverMessageAddress = _chunkV5OK27XKjs.recoverMessageAddress; exports.rpc = _chunkV5OK27XKjs.rpc; exports.size = _chunkV5OK27XKjs.size; exports.slice = _chunkV5OK27XKjs.slice; exports.sliceBytes = _chunkV5OK27XKjs.sliceBytes; exports.sliceHex = _chunkV5OK27XKjs.sliceHex; exports.stringToBytes = _chunkV5OK27XKjs.stringToBytes; exports.stringToHex = _chunkV5OK27XKjs.stringToHex; exports.stringify = _chunkV5OK27XKjs.stringify; exports.toBytes = _chunkV5OK27XKjs.toBytes; exports.toHex = _chunkV5OK27XKjs.toHex; exports.toRlp = _chunkV5OK27XKjs.toRlp; exports.transactionType = _chunkV5OK27XKjs.transactionType; exports.trim = _chunkV5OK27XKjs.trim; exports.verifyMessage = _chunkV5OK27XKjs.verifyMessage;
216
+ exports.arrayRegex = _chunkVLSWFKRMjs.arrayRegex; exports.assertRequest = _chunkVLSWFKRMjs.assertRequest; exports.boolToBytes = _chunkVLSWFKRMjs.boolToBytes; exports.boolToHex = _chunkVLSWFKRMjs.boolToHex; exports.buildRequest = _chunkVLSWFKRMjs.buildRequest; exports.bytesRegex = _chunkVLSWFKRMjs.bytesRegex; exports.bytesToBigint = _chunkVLSWFKRMjs.bytesToBigint; exports.bytesToBool = _chunkVLSWFKRMjs.bytesToBool; exports.bytesToHex = _chunkVLSWFKRMjs.bytesToHex; exports.bytesToNumber = _chunkVLSWFKRMjs.bytesToNumber; exports.bytesToString = _chunkVLSWFKRMjs.bytesToString; exports.concat = _chunkVLSWFKRMjs.concat; exports.concatBytes = _chunkVLSWFKRMjs.concatBytes; exports.concatHex = _chunkVLSWFKRMjs.concatHex; exports.containsNodeError = _chunkVLSWFKRMjs.containsNodeError; exports.decodeAbiParameters = _chunkVLSWFKRMjs.decodeAbiParameters; exports.decodeErrorResult = _chunkVLSWFKRMjs.decodeErrorResult; exports.decodeEventLog = _chunkVLSWFKRMjs.decodeEventLog; exports.decodeFunctionData = _chunkVLSWFKRMjs.decodeFunctionData; exports.decodeFunctionResult = _chunkVLSWFKRMjs.decodeFunctionResult; exports.defineBlock = _chunkVLSWFKRMjs.defineBlock; exports.defineChain = _chunkVLSWFKRMjs.defineChain; exports.defineFormatter = _chunkVLSWFKRMjs.defineFormatter; exports.defineTransaction = _chunkVLSWFKRMjs.defineTransaction; exports.defineTransactionReceipt = _chunkVLSWFKRMjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkVLSWFKRMjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkVLSWFKRMjs.encodeAbiParameters; exports.encodeDeployData = _chunkVLSWFKRMjs.encodeDeployData; exports.encodeErrorResult = _chunkVLSWFKRMjs.encodeErrorResult; exports.encodeEventTopics = _chunkVLSWFKRMjs.encodeEventTopics; exports.encodeFunctionData = _chunkVLSWFKRMjs.encodeFunctionData; exports.encodeFunctionResult = _chunkVLSWFKRMjs.encodeFunctionResult; exports.encodePacked = _chunkVLSWFKRMjs.encodePacked; exports.extract = _chunkVLSWFKRMjs.extract; exports.extractFunctionName = _chunkVLSWFKRMjs.extractFunctionName; exports.extractFunctionParams = _chunkVLSWFKRMjs.extractFunctionParams; exports.extractFunctionParts = _chunkVLSWFKRMjs.extractFunctionParts; exports.extractFunctionType = _chunkVLSWFKRMjs.extractFunctionType; exports.format = _chunkVLSWFKRMjs.format; exports.formatAbiItem = _chunkVLSWFKRMjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkVLSWFKRMjs.formatAbiItemWithArgs; exports.formatBlock = _chunkVLSWFKRMjs.formatBlock; exports.formatEther = _chunkVLSWFKRMjs.formatEther; exports.formatGwei = _chunkVLSWFKRMjs.formatGwei; exports.formatTransaction = _chunkVLSWFKRMjs.formatTransaction; exports.formatTransactionRequest = _chunkVLSWFKRMjs.formatTransactionRequest; exports.formatUnits = _chunkVLSWFKRMjs.formatUnits; exports.fromBytes = _chunkVLSWFKRMjs.fromBytes; exports.fromHex = _chunkVLSWFKRMjs.fromHex; exports.fromRlp = _chunkVLSWFKRMjs.fromRlp; exports.getAbiItem = _chunkVLSWFKRMjs.getAbiItem; exports.getAccount = _chunkVLSWFKRMjs.getAccount; exports.getAddress = _chunkVLSWFKRMjs.getAddress; exports.getCallError = _chunkVLSWFKRMjs.getCallError; exports.getChainContractAddress = _chunkVLSWFKRMjs.getChainContractAddress; exports.getContractAddress = _chunkVLSWFKRMjs.getContractAddress; exports.getContractError = _chunkVLSWFKRMjs.getContractError; exports.getCreate2Address = _chunkVLSWFKRMjs.getCreate2Address; exports.getCreateAddress = _chunkVLSWFKRMjs.getCreateAddress; exports.getEstimateGasError = _chunkVLSWFKRMjs.getEstimateGasError; exports.getEventSelector = _chunkVLSWFKRMjs.getEventSelector; exports.getFunctionSelector = _chunkVLSWFKRMjs.getFunctionSelector; exports.getNodeError = _chunkVLSWFKRMjs.getNodeError; exports.getSocket = _chunkVLSWFKRMjs.getSocket; exports.getTransactionError = _chunkVLSWFKRMjs.getTransactionError; exports.hashMessage = _chunkVLSWFKRMjs.hashMessage; exports.hexToBigInt = _chunkVLSWFKRMjs.hexToBigInt; exports.hexToBool = _chunkVLSWFKRMjs.hexToBool; exports.hexToBytes = _chunkVLSWFKRMjs.hexToBytes; exports.hexToNumber = _chunkVLSWFKRMjs.hexToNumber; exports.hexToString = _chunkVLSWFKRMjs.hexToString; exports.integerRegex = _chunkVLSWFKRMjs.integerRegex; exports.isAddress = _chunkVLSWFKRMjs.isAddress; exports.isAddressEqual = _chunkVLSWFKRMjs.isAddressEqual; exports.isBytes = _chunkVLSWFKRMjs.isBytes; exports.isHex = _chunkVLSWFKRMjs.isHex; exports.keccak256 = _chunkVLSWFKRMjs.keccak256; exports.numberToBytes = _chunkVLSWFKRMjs.numberToBytes; exports.numberToHex = _chunkVLSWFKRMjs.numberToHex; exports.pad = _chunkVLSWFKRMjs.pad; exports.padBytes = _chunkVLSWFKRMjs.padBytes; exports.padHex = _chunkVLSWFKRMjs.padHex; exports.parseAbi = _chunkVLSWFKRMjs.parseAbi; exports.parseAbiItem = _chunkVLSWFKRMjs.parseAbiItem; exports.parseAbiParameter = _chunkVLSWFKRMjs.parseAbiParameter; exports.parseAbiParameters = _chunkVLSWFKRMjs.parseAbiParameters; exports.parseEther = _chunkVLSWFKRMjs.parseEther; exports.parseGwei = _chunkVLSWFKRMjs.parseGwei; exports.parseUnits = _chunkVLSWFKRMjs.parseUnits; exports.prepareRequest = _chunkVLSWFKRMjs.prepareRequest; exports.recoverAddress = _chunkVLSWFKRMjs.recoverAddress; exports.recoverMessageAddress = _chunkVLSWFKRMjs.recoverMessageAddress; exports.rpc = _chunkVLSWFKRMjs.rpc; exports.size = _chunkVLSWFKRMjs.size; exports.slice = _chunkVLSWFKRMjs.slice; exports.sliceBytes = _chunkVLSWFKRMjs.sliceBytes; exports.sliceHex = _chunkVLSWFKRMjs.sliceHex; exports.stringToBytes = _chunkVLSWFKRMjs.stringToBytes; exports.stringToHex = _chunkVLSWFKRMjs.stringToHex; exports.stringify = _chunkVLSWFKRMjs.stringify; exports.toBytes = _chunkVLSWFKRMjs.toBytes; exports.toHex = _chunkVLSWFKRMjs.toHex; exports.toRlp = _chunkVLSWFKRMjs.toRlp; exports.transactionType = _chunkVLSWFKRMjs.transactionType; exports.trim = _chunkVLSWFKRMjs.trim; exports.verifyMessage = _chunkVLSWFKRMjs.verifyMessage;
217
217
  //# sourceMappingURL=index.js.map
@@ -105,7 +105,7 @@ import {
105
105
  transactionType,
106
106
  trim,
107
107
  verifyMessage
108
- } from "../chunk-CBTCDCZV.mjs";
108
+ } from "../chunk-LGWBVIG5.mjs";
109
109
  export {
110
110
  arrayRegex,
111
111
  assertRequest,
package/dist/wallet.js CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
12
+ var _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
13
13
 
14
14
 
15
15
 
@@ -21,5 +21,5 @@ var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
21
21
 
22
22
 
23
23
 
24
- exports.addChain = _chunkV5OK27XKjs.addChain; exports.getAddresses = _chunkV5OK27XKjs.getAddresses; exports.getPermissions = _chunkV5OK27XKjs.getPermissions; exports.requestAddresses = _chunkV5OK27XKjs.requestAddresses; exports.requestPermissions = _chunkV5OK27XKjs.requestPermissions; exports.sendTransaction = _chunkV5OK27XKjs.sendTransaction; exports.signMessage = _chunkV5OK27XKjs.signMessage; exports.signTypedData = _chunkV5OK27XKjs.signTypedData; exports.switchChain = _chunkV5OK27XKjs.switchChain; exports.watchAsset = _chunkV5OK27XKjs.watchAsset;
24
+ exports.addChain = _chunkVLSWFKRMjs.addChain; exports.getAddresses = _chunkVLSWFKRMjs.getAddresses; exports.getPermissions = _chunkVLSWFKRMjs.getPermissions; exports.requestAddresses = _chunkVLSWFKRMjs.requestAddresses; exports.requestPermissions = _chunkVLSWFKRMjs.requestPermissions; exports.sendTransaction = _chunkVLSWFKRMjs.sendTransaction; exports.signMessage = _chunkVLSWFKRMjs.signMessage; exports.signTypedData = _chunkVLSWFKRMjs.signTypedData; exports.switchChain = _chunkVLSWFKRMjs.switchChain; exports.watchAsset = _chunkVLSWFKRMjs.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-CBTCDCZV.mjs";
12
+ } from "./chunk-LGWBVIG5.mjs";
13
13
  export {
14
14
  addChain,
15
15
  getAddresses,
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "isomorphic-ws": "^5.0.0",
11
11
  "ws": "^8.12.0"
12
12
  },
13
- "version": "0.2.0-main.20230328T195914",
13
+ "version": "0.2.0-main.20230330T201928",
14
14
  "files": [
15
15
  "/abi",
16
16
  "/dist",