viem 0.2.4 → 0.2.6

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.
Files changed (62) hide show
  1. package/dist/abi.d.ts +3 -3
  2. package/dist/abi.js +2 -2
  3. package/dist/abi.mjs +1 -1
  4. package/dist/accounts/index.d.ts +14 -23
  5. package/dist/accounts/index.js +29 -38
  6. package/dist/accounts/index.js.map +1 -1
  7. package/dist/accounts/index.mjs +22 -31
  8. package/dist/accounts/index.mjs.map +1 -1
  9. package/dist/{chain-5507c6f0.d.ts → chain-892805a2.d.ts} +1 -1
  10. package/dist/{chain-fe47467d.d.ts → chain-d06e2a80.d.ts} +1 -1
  11. package/dist/chains.d.ts +3 -3
  12. package/dist/chains.js +89 -89
  13. package/dist/chains.mjs +1 -1
  14. package/dist/{chunk-ZEA2O6V2.mjs → chunk-AWZ7ROLD.mjs} +6 -7
  15. package/dist/chunk-AWZ7ROLD.mjs.map +1 -0
  16. package/dist/{chunk-QISMTRQF.js → chunk-GEN2W3H2.js} +6 -7
  17. package/dist/chunk-GEN2W3H2.js.map +1 -0
  18. package/dist/{chunk-NNNKKACJ.js → chunk-IPKAMASI.js} +6 -6
  19. package/dist/{chunk-VOEF3A53.mjs → chunk-UOOOQDP7.mjs} +2 -2
  20. package/dist/contract.d.ts +9 -8
  21. package/dist/contract.js +2 -2
  22. package/dist/contract.mjs +1 -1
  23. package/dist/{createTransport-21a0d2b3.d.ts → createTransport-9692876d.d.ts} +2 -2
  24. package/dist/{eip1193-2f3a9cd2.d.ts → eip1193-16c1b134.d.ts} +1 -1
  25. package/dist/{encodeFunctionResult-c5185b98.d.ts → encodeFunctionResult-5b30ddf1.d.ts} +12 -8
  26. package/dist/{encodePacked-98f67d09.d.ts → encodePacked-0ac1e458.d.ts} +1 -1
  27. package/dist/ens.d.ts +5 -5
  28. package/dist/ens.js +2 -2
  29. package/dist/ens.mjs +1 -1
  30. package/dist/ethers.d.ts +2 -2
  31. package/dist/ethers.js +4 -4
  32. package/dist/ethers.mjs +2 -2
  33. package/dist/{formatAbiItem-56dff508.d.ts → formatAbiItem-c722de85.d.ts} +1 -1
  34. package/dist/{getAbiItem-bfba73d1.d.ts → getAbiItem-6223ab36.d.ts} +1 -1
  35. package/dist/{getEnsResolver-ce85735b.d.ts → getEnsResolver-af3ad3a8.d.ts} +4 -4
  36. package/dist/index.d.ts +17 -16
  37. package/dist/index.js +95 -95
  38. package/dist/index.js.map +1 -1
  39. package/dist/index.mjs +2 -2
  40. package/dist/index.mjs.map +1 -1
  41. package/dist/{parseGwei-280a3ff7.d.ts → parseGwei-3bead650.d.ts} +5 -5
  42. package/dist/public.d.ts +5 -5
  43. package/dist/public.js +2 -2
  44. package/dist/public.mjs +1 -1
  45. package/dist/{publicKeyToAddress-623eb398.d.ts → publicKeyToAddress-2e49b7cb.d.ts} +2 -2
  46. package/dist/{test-b67569fe.d.ts → test-1cc18fdd.d.ts} +3 -3
  47. package/dist/test.d.ts +5 -5
  48. package/dist/test.js +2 -2
  49. package/dist/test.mjs +1 -1
  50. package/dist/{typedData-46b4d81f.d.ts → typedData-969116ac.d.ts} +2 -2
  51. package/dist/utils/index.d.ts +16 -15
  52. package/dist/utils/index.js +2 -2
  53. package/dist/utils/index.mjs +1 -1
  54. package/dist/wallet.d.ts +5 -5
  55. package/dist/wallet.js +2 -2
  56. package/dist/wallet.mjs +1 -1
  57. package/dist/window.d.ts +2 -2
  58. package/package.json +1 -1
  59. package/dist/chunk-QISMTRQF.js.map +0 -1
  60. package/dist/chunk-ZEA2O6V2.mjs.map +0 -1
  61. /package/dist/{chunk-NNNKKACJ.js.map → chunk-IPKAMASI.js.map} +0 -0
  62. /package/dist/{chunk-VOEF3A53.mjs.map → chunk-UOOOQDP7.mjs.map} +0 -0
package/dist/index.js CHANGED
@@ -265,7 +265,7 @@
265
265
 
266
266
 
267
267
 
268
- var _chunkQISMTRQFjs = require('./chunk-QISMTRQF.js');
268
+ var _chunkGEN2W3H2js = require('./chunk-GEN2W3H2.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: _chunkQISMTRQFjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
282
+ request: _chunkGEN2W3H2js.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 (_chunkQISMTRQFjs.isDeterministicError.call(void 0, err))
324
+ if (_chunkGEN2W3H2js.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 _chunkQISMTRQFjs.wait.call(void 0, interval);
410
+ await _chunkGEN2W3H2js.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, _chunkQISMTRQFjs.UrlRequiredError)();
429
+ throw new (0, _chunkGEN2W3H2js.UrlRequiredError)();
430
430
  return createTransport(
431
431
  {
432
432
  key,
433
433
  name,
434
434
  async request({ method, params }) {
435
- const { result } = await _chunkQISMTRQFjs.rpc.http(url_, {
435
+ const { result } = await _chunkGEN2W3H2js.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, _chunkQISMTRQFjs.UrlRequiredError)();
465
+ throw new (0, _chunkGEN2W3H2js.UrlRequiredError)();
466
466
  return createTransport(
467
467
  {
468
468
  key,
469
469
  name,
470
470
  async request({ method, params }) {
471
- const socket = await _chunkQISMTRQFjs.getSocket.call(void 0, url_);
472
- const { result } = await _chunkQISMTRQFjs.rpc.webSocketAsync(socket, {
471
+ const socket = await _chunkGEN2W3H2js.getSocket.call(void 0, url_);
472
+ const { result } = await _chunkGEN2W3H2js.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 _chunkQISMTRQFjs.getSocket.call(void 0, url_);
485
+ return _chunkGEN2W3H2js.getSocket.call(void 0, url_);
486
486
  },
487
487
  async subscribe({ params, onData, onError }) {
488
- const socket = await _chunkQISMTRQFjs.getSocket.call(void 0, url_);
488
+ const socket = await _chunkGEN2W3H2js.getSocket.call(void 0, url_);
489
489
  const { result: subscriptionId } = await new Promise(
490
- (resolve, reject) => _chunkQISMTRQFjs.rpc.webSocket(socket, {
490
+ (resolve, reject) => _chunkGEN2W3H2js.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) => _chunkQISMTRQFjs.rpc.webSocket(socket, {
514
+ (resolve, reject) => _chunkGEN2W3H2js.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) => _chunkQISMTRQFjs.call.call(void 0, client, args),
571
- createBlockFilter: () => _chunkQISMTRQFjs.createBlockFilter.call(void 0, client),
572
- createContractEventFilter: (args) => _chunkQISMTRQFjs.createContractEventFilter.call(void 0, client, args),
573
- createEventFilter: (args) => _chunkQISMTRQFjs.createEventFilter.call(void 0, client, args),
574
- createPendingTransactionFilter: () => _chunkQISMTRQFjs.createPendingTransactionFilter.call(void 0, client),
575
- estimateContractGas: (args) => _chunkQISMTRQFjs.estimateContractGas.call(void 0, client, args),
576
- estimateGas: (args) => _chunkQISMTRQFjs.estimateGas.call(void 0, client, args),
577
- getBalance: (args) => _chunkQISMTRQFjs.getBalance.call(void 0, client, args),
578
- getBlock: (args) => _chunkQISMTRQFjs.getBlock.call(void 0, client, args),
579
- getBlockNumber: (args) => _chunkQISMTRQFjs.getBlockNumber.call(void 0, client, args),
580
- getBlockTransactionCount: (args) => _chunkQISMTRQFjs.getBlockTransactionCount.call(void 0, client, args),
581
- getBytecode: (args) => _chunkQISMTRQFjs.getBytecode.call(void 0, client, args),
582
- getChainId: () => _chunkQISMTRQFjs.getChainId.call(void 0, client),
583
- getEnsAddress: (args) => _chunkQISMTRQFjs.getEnsAddress.call(void 0, client, args),
584
- getEnsAvatar: (args) => _chunkQISMTRQFjs.getEnsAvatar.call(void 0, client, args),
585
- getEnsName: (args) => _chunkQISMTRQFjs.getEnsName.call(void 0, client, args),
586
- getEnsResolver: (args) => _chunkQISMTRQFjs.getEnsResolver.call(void 0, client, args),
587
- getEnsText: (args) => _chunkQISMTRQFjs.getEnsText.call(void 0, client, args),
588
- getFeeHistory: (args) => _chunkQISMTRQFjs.getFeeHistory.call(void 0, client, args),
589
- getFilterChanges: (args) => _chunkQISMTRQFjs.getFilterChanges.call(void 0, client, args),
590
- getFilterLogs: (args) => _chunkQISMTRQFjs.getFilterLogs.call(void 0, client, args),
591
- getGasPrice: () => _chunkQISMTRQFjs.getGasPrice.call(void 0, client),
592
- getLogs: (args) => _chunkQISMTRQFjs.getLogs.call(void 0, client, args),
593
- getStorageAt: (args) => _chunkQISMTRQFjs.getStorageAt.call(void 0, client, args),
594
- getTransaction: (args) => _chunkQISMTRQFjs.getTransaction.call(void 0, client, args),
595
- getTransactionConfirmations: (args) => _chunkQISMTRQFjs.getTransactionConfirmations.call(void 0, client, args),
596
- getTransactionCount: (args) => _chunkQISMTRQFjs.getTransactionCount.call(void 0, client, args),
597
- getTransactionReceipt: (args) => _chunkQISMTRQFjs.getTransactionReceipt.call(void 0, client, args),
598
- multicall: (args) => _chunkQISMTRQFjs.multicall.call(void 0, client, args),
599
- readContract: (args) => _chunkQISMTRQFjs.readContract.call(void 0, client, args),
600
- simulateContract: (args) => _chunkQISMTRQFjs.simulateContract.call(void 0, client, args),
601
- uninstallFilter: (args) => _chunkQISMTRQFjs.uninstallFilter.call(void 0, client, args),
602
- waitForTransactionReceipt: (args) => _chunkQISMTRQFjs.waitForTransactionReceipt.call(void 0, client, args),
603
- watchBlocks: (args) => _chunkQISMTRQFjs.watchBlocks.call(void 0, client, args),
604
- watchBlockNumber: (args) => _chunkQISMTRQFjs.watchBlockNumber.call(void 0, client, args),
605
- watchContractEvent: (args) => _chunkQISMTRQFjs.watchContractEvent.call(void 0, client, args),
606
- watchEvent: (args) => _chunkQISMTRQFjs.watchEvent.call(void 0, client, args),
607
- watchPendingTransactions: (args) => _chunkQISMTRQFjs.watchPendingTransactions.call(void 0, client, args)
570
+ call: (args) => _chunkGEN2W3H2js.call.call(void 0, client, args),
571
+ createBlockFilter: () => _chunkGEN2W3H2js.createBlockFilter.call(void 0, client),
572
+ createContractEventFilter: (args) => _chunkGEN2W3H2js.createContractEventFilter.call(void 0, client, args),
573
+ createEventFilter: (args) => _chunkGEN2W3H2js.createEventFilter.call(void 0, client, args),
574
+ createPendingTransactionFilter: () => _chunkGEN2W3H2js.createPendingTransactionFilter.call(void 0, client),
575
+ estimateContractGas: (args) => _chunkGEN2W3H2js.estimateContractGas.call(void 0, client, args),
576
+ estimateGas: (args) => _chunkGEN2W3H2js.estimateGas.call(void 0, client, args),
577
+ getBalance: (args) => _chunkGEN2W3H2js.getBalance.call(void 0, client, args),
578
+ getBlock: (args) => _chunkGEN2W3H2js.getBlock.call(void 0, client, args),
579
+ getBlockNumber: (args) => _chunkGEN2W3H2js.getBlockNumber.call(void 0, client, args),
580
+ getBlockTransactionCount: (args) => _chunkGEN2W3H2js.getBlockTransactionCount.call(void 0, client, args),
581
+ getBytecode: (args) => _chunkGEN2W3H2js.getBytecode.call(void 0, client, args),
582
+ getChainId: () => _chunkGEN2W3H2js.getChainId.call(void 0, client),
583
+ getEnsAddress: (args) => _chunkGEN2W3H2js.getEnsAddress.call(void 0, client, args),
584
+ getEnsAvatar: (args) => _chunkGEN2W3H2js.getEnsAvatar.call(void 0, client, args),
585
+ getEnsName: (args) => _chunkGEN2W3H2js.getEnsName.call(void 0, client, args),
586
+ getEnsResolver: (args) => _chunkGEN2W3H2js.getEnsResolver.call(void 0, client, args),
587
+ getEnsText: (args) => _chunkGEN2W3H2js.getEnsText.call(void 0, client, args),
588
+ getFeeHistory: (args) => _chunkGEN2W3H2js.getFeeHistory.call(void 0, client, args),
589
+ getFilterChanges: (args) => _chunkGEN2W3H2js.getFilterChanges.call(void 0, client, args),
590
+ getFilterLogs: (args) => _chunkGEN2W3H2js.getFilterLogs.call(void 0, client, args),
591
+ getGasPrice: () => _chunkGEN2W3H2js.getGasPrice.call(void 0, client),
592
+ getLogs: (args) => _chunkGEN2W3H2js.getLogs.call(void 0, client, args),
593
+ getStorageAt: (args) => _chunkGEN2W3H2js.getStorageAt.call(void 0, client, args),
594
+ getTransaction: (args) => _chunkGEN2W3H2js.getTransaction.call(void 0, client, args),
595
+ getTransactionConfirmations: (args) => _chunkGEN2W3H2js.getTransactionConfirmations.call(void 0, client, args),
596
+ getTransactionCount: (args) => _chunkGEN2W3H2js.getTransactionCount.call(void 0, client, args),
597
+ getTransactionReceipt: (args) => _chunkGEN2W3H2js.getTransactionReceipt.call(void 0, client, args),
598
+ multicall: (args) => _chunkGEN2W3H2js.multicall.call(void 0, client, args),
599
+ readContract: (args) => _chunkGEN2W3H2js.readContract.call(void 0, client, args),
600
+ simulateContract: (args) => _chunkGEN2W3H2js.simulateContract.call(void 0, client, args),
601
+ uninstallFilter: (args) => _chunkGEN2W3H2js.uninstallFilter.call(void 0, client, args),
602
+ waitForTransactionReceipt: (args) => _chunkGEN2W3H2js.waitForTransactionReceipt.call(void 0, client, args),
603
+ watchBlocks: (args) => _chunkGEN2W3H2js.watchBlocks.call(void 0, client, args),
604
+ watchBlockNumber: (args) => _chunkGEN2W3H2js.watchBlockNumber.call(void 0, client, args),
605
+ watchContractEvent: (args) => _chunkGEN2W3H2js.watchContractEvent.call(void 0, client, args),
606
+ watchEvent: (args) => _chunkGEN2W3H2js.watchEvent.call(void 0, client, args),
607
+ watchPendingTransactions: (args) => _chunkGEN2W3H2js.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) => _chunkQISMTRQFjs.dropTransaction.call(void 0, client, args),
614
- getAutomine: () => _chunkQISMTRQFjs.getAutomine.call(void 0, client),
615
- getTxpoolContent: () => _chunkQISMTRQFjs.getTxpoolContent.call(void 0, client),
616
- getTxpoolStatus: () => _chunkQISMTRQFjs.getTxpoolStatus.call(void 0, client),
617
- impersonateAccount: (args) => _chunkQISMTRQFjs.impersonateAccount.call(void 0, client, args),
618
- increaseTime: (args) => _chunkQISMTRQFjs.increaseTime.call(void 0, client, args),
619
- inspectTxpool: () => _chunkQISMTRQFjs.inspectTxpool.call(void 0, client),
620
- mine: (args) => _chunkQISMTRQFjs.mine.call(void 0, client, args),
621
- removeBlockTimestampInterval: () => _chunkQISMTRQFjs.removeBlockTimestampInterval.call(void 0, client),
622
- reset: (args) => _chunkQISMTRQFjs.reset.call(void 0, client, args),
623
- revert: (args) => _chunkQISMTRQFjs.revert.call(void 0, client, args),
624
- sendUnsignedTransaction: (args) => _chunkQISMTRQFjs.sendUnsignedTransaction.call(void 0, client, args),
625
- setAutomine: (args) => _chunkQISMTRQFjs.setAutomine.call(void 0, client, args),
626
- setBalance: (args) => _chunkQISMTRQFjs.setBalance.call(void 0, client, args),
627
- setBlockGasLimit: (args) => _chunkQISMTRQFjs.setBlockGasLimit.call(void 0, client, args),
628
- setBlockTimestampInterval: (args) => _chunkQISMTRQFjs.setBlockTimestampInterval.call(void 0, client, args),
629
- setCode: (args) => _chunkQISMTRQFjs.setCode.call(void 0, client, args),
630
- setCoinbase: (args) => _chunkQISMTRQFjs.setCoinbase.call(void 0, client, args),
631
- setIntervalMining: (args) => _chunkQISMTRQFjs.setIntervalMining.call(void 0, client, args),
632
- setLoggingEnabled: (args) => _chunkQISMTRQFjs.setLoggingEnabled.call(void 0, client, args),
633
- setMinGasPrice: (args) => _chunkQISMTRQFjs.setMinGasPrice.call(void 0, client, args),
634
- setNextBlockBaseFeePerGas: (args) => _chunkQISMTRQFjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
635
- setNextBlockTimestamp: (args) => _chunkQISMTRQFjs.setNextBlockTimestamp.call(void 0, client, args),
636
- setNonce: (args) => _chunkQISMTRQFjs.setNonce.call(void 0, client, args),
637
- setRpcUrl: (args) => _chunkQISMTRQFjs.setRpcUrl.call(void 0, client, args),
638
- setStorageAt: (args) => _chunkQISMTRQFjs.setStorageAt.call(void 0, client, args),
639
- snapshot: () => _chunkQISMTRQFjs.snapshot.call(void 0, client),
640
- stopImpersonatingAccount: (args) => _chunkQISMTRQFjs.stopImpersonatingAccount.call(void 0, client, args)
613
+ dropTransaction: (args) => _chunkGEN2W3H2js.dropTransaction.call(void 0, client, args),
614
+ getAutomine: () => _chunkGEN2W3H2js.getAutomine.call(void 0, client),
615
+ getTxpoolContent: () => _chunkGEN2W3H2js.getTxpoolContent.call(void 0, client),
616
+ getTxpoolStatus: () => _chunkGEN2W3H2js.getTxpoolStatus.call(void 0, client),
617
+ impersonateAccount: (args) => _chunkGEN2W3H2js.impersonateAccount.call(void 0, client, args),
618
+ increaseTime: (args) => _chunkGEN2W3H2js.increaseTime.call(void 0, client, args),
619
+ inspectTxpool: () => _chunkGEN2W3H2js.inspectTxpool.call(void 0, client),
620
+ mine: (args) => _chunkGEN2W3H2js.mine.call(void 0, client, args),
621
+ removeBlockTimestampInterval: () => _chunkGEN2W3H2js.removeBlockTimestampInterval.call(void 0, client),
622
+ reset: (args) => _chunkGEN2W3H2js.reset.call(void 0, client, args),
623
+ revert: (args) => _chunkGEN2W3H2js.revert.call(void 0, client, args),
624
+ sendUnsignedTransaction: (args) => _chunkGEN2W3H2js.sendUnsignedTransaction.call(void 0, client, args),
625
+ setAutomine: (args) => _chunkGEN2W3H2js.setAutomine.call(void 0, client, args),
626
+ setBalance: (args) => _chunkGEN2W3H2js.setBalance.call(void 0, client, args),
627
+ setBlockGasLimit: (args) => _chunkGEN2W3H2js.setBlockGasLimit.call(void 0, client, args),
628
+ setBlockTimestampInterval: (args) => _chunkGEN2W3H2js.setBlockTimestampInterval.call(void 0, client, args),
629
+ setCode: (args) => _chunkGEN2W3H2js.setCode.call(void 0, client, args),
630
+ setCoinbase: (args) => _chunkGEN2W3H2js.setCoinbase.call(void 0, client, args),
631
+ setIntervalMining: (args) => _chunkGEN2W3H2js.setIntervalMining.call(void 0, client, args),
632
+ setLoggingEnabled: (args) => _chunkGEN2W3H2js.setLoggingEnabled.call(void 0, client, args),
633
+ setMinGasPrice: (args) => _chunkGEN2W3H2js.setMinGasPrice.call(void 0, client, args),
634
+ setNextBlockBaseFeePerGas: (args) => _chunkGEN2W3H2js.setNextBlockBaseFeePerGas.call(void 0, client, args),
635
+ setNextBlockTimestamp: (args) => _chunkGEN2W3H2js.setNextBlockTimestamp.call(void 0, client, args),
636
+ setNonce: (args) => _chunkGEN2W3H2js.setNonce.call(void 0, client, args),
637
+ setRpcUrl: (args) => _chunkGEN2W3H2js.setRpcUrl.call(void 0, client, args),
638
+ setStorageAt: (args) => _chunkGEN2W3H2js.setStorageAt.call(void 0, client, args),
639
+ snapshot: () => _chunkGEN2W3H2js.snapshot.call(void 0, client),
640
+ stopImpersonatingAccount: (args) => _chunkGEN2W3H2js.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) => _chunkQISMTRQFjs.addChain.call(void 0, client, args),
647
- deployContract: (args) => _chunkQISMTRQFjs.deployContract.call(void 0, client, args),
648
- getAddresses: () => _chunkQISMTRQFjs.getAddresses.call(void 0, client),
649
- getChainId: () => _chunkQISMTRQFjs.getChainId.call(void 0, client),
650
- getPermissions: () => _chunkQISMTRQFjs.getPermissions.call(void 0, client),
651
- requestAddresses: () => _chunkQISMTRQFjs.requestAddresses.call(void 0, client),
652
- requestPermissions: (args) => _chunkQISMTRQFjs.requestPermissions.call(void 0, client, args),
653
- sendTransaction: (args) => _chunkQISMTRQFjs.sendTransaction.call(void 0, client, args),
654
- signMessage: (args) => _chunkQISMTRQFjs.signMessage.call(void 0, client, args),
655
- signTypedData: (args) => _chunkQISMTRQFjs.signTypedData.call(void 0, client, args),
656
- switchChain: (args) => _chunkQISMTRQFjs.switchChain.call(void 0, client, args),
657
- watchAsset: (args) => _chunkQISMTRQFjs.watchAsset.call(void 0, client, args),
658
- writeContract: (args) => _chunkQISMTRQFjs.writeContract.call(void 0, client, args)
646
+ addChain: (args) => _chunkGEN2W3H2js.addChain.call(void 0, client, args),
647
+ deployContract: (args) => _chunkGEN2W3H2js.deployContract.call(void 0, client, args),
648
+ getAddresses: () => _chunkGEN2W3H2js.getAddresses.call(void 0, client),
649
+ getChainId: () => _chunkGEN2W3H2js.getChainId.call(void 0, client),
650
+ getPermissions: () => _chunkGEN2W3H2js.getPermissions.call(void 0, client),
651
+ requestAddresses: () => _chunkGEN2W3H2js.requestAddresses.call(void 0, client),
652
+ requestPermissions: (args) => _chunkGEN2W3H2js.requestPermissions.call(void 0, client, args),
653
+ sendTransaction: (args) => _chunkGEN2W3H2js.sendTransaction.call(void 0, client, args),
654
+ signMessage: (args) => _chunkGEN2W3H2js.signMessage.call(void 0, client, args),
655
+ signTypedData: (args) => _chunkGEN2W3H2js.signTypedData.call(void 0, client, args),
656
+ switchChain: (args) => _chunkGEN2W3H2js.switchChain.call(void 0, client, args),
657
+ watchAsset: (args) => _chunkGEN2W3H2js.watchAsset.call(void 0, client, args),
658
+ writeContract: (args) => _chunkGEN2W3H2js.writeContract.call(void 0, client, args)
659
659
  });
660
660
 
661
661
  // src/clients/createPublicClient.ts
@@ -721,10 +721,10 @@ function createWalletClient({
721
721
  key,
722
722
  name,
723
723
  pollingInterval,
724
- transport: () => transport({ retryCount: 0 }),
724
+ transport: (opts) => transport({ ...opts, retryCount: 0 }),
725
725
  type: "walletClient"
726
726
  }),
727
- account: account ? _chunkQISMTRQFjs.parseAccount.call(void 0, account) : void 0
727
+ account: account ? _chunkGEN2W3H2js.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 = _chunkQISMTRQFjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkQISMTRQFjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkQISMTRQFjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkQISMTRQFjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkQISMTRQFjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkQISMTRQFjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkQISMTRQFjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkQISMTRQFjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkQISMTRQFjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkQISMTRQFjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkQISMTRQFjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkQISMTRQFjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkQISMTRQFjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkQISMTRQFjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkQISMTRQFjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkQISMTRQFjs.BaseError; exports.BlockNotFoundError = _chunkQISMTRQFjs.BlockNotFoundError; exports.CallExecutionError = _chunkQISMTRQFjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkQISMTRQFjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkQISMTRQFjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkQISMTRQFjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkQISMTRQFjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkQISMTRQFjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkQISMTRQFjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkQISMTRQFjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkQISMTRQFjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkQISMTRQFjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkQISMTRQFjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkQISMTRQFjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkQISMTRQFjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkQISMTRQFjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkQISMTRQFjs.HttpRequestError; exports.InsufficientFundsError = _chunkQISMTRQFjs.InsufficientFundsError; exports.InternalRpcError = _chunkQISMTRQFjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkQISMTRQFjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkQISMTRQFjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkQISMTRQFjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkQISMTRQFjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkQISMTRQFjs.InvalidAddressError; exports.InvalidArrayError = _chunkQISMTRQFjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkQISMTRQFjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkQISMTRQFjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkQISMTRQFjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkQISMTRQFjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkQISMTRQFjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkQISMTRQFjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkQISMTRQFjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkQISMTRQFjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkQISMTRQFjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkQISMTRQFjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkQISMTRQFjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkQISMTRQFjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkQISMTRQFjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkQISMTRQFjs.NonceMaxValueError; exports.NonceTooHighError = _chunkQISMTRQFjs.NonceTooHighError; exports.NonceTooLowError = _chunkQISMTRQFjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkQISMTRQFjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkQISMTRQFjs.ParseRpcError; exports.RawContractError = _chunkQISMTRQFjs.RawContractError; exports.RequestError = _chunkQISMTRQFjs.RequestError; exports.ResourceNotFoundRpcError = _chunkQISMTRQFjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkQISMTRQFjs.ResourceUnavailableRpcError; exports.RpcError = _chunkQISMTRQFjs.RpcError; exports.RpcRequestError = _chunkQISMTRQFjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkQISMTRQFjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkQISMTRQFjs.SwitchChainError; exports.TimeoutError = _chunkQISMTRQFjs.TimeoutError; exports.TipAboveFeeCapError = _chunkQISMTRQFjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkQISMTRQFjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkQISMTRQFjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkQISMTRQFjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkQISMTRQFjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkQISMTRQFjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkQISMTRQFjs.UnknownNodeError; exports.UnknownRpcError = _chunkQISMTRQFjs.UnknownRpcError; exports.UrlRequiredError = _chunkQISMTRQFjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkQISMTRQFjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkQISMTRQFjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkQISMTRQFjs.WebSocketRequestError; exports.assertRequest = _chunkQISMTRQFjs.assertRequest; exports.assertTransactionEIP1559 = _chunkQISMTRQFjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkQISMTRQFjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkQISMTRQFjs.assertTransactionLegacy; exports.boolToBytes = _chunkQISMTRQFjs.boolToBytes; exports.boolToHex = _chunkQISMTRQFjs.boolToHex; exports.bytesToBigint = _chunkQISMTRQFjs.bytesToBigint; exports.bytesToBool = _chunkQISMTRQFjs.bytesToBool; exports.bytesToHex = _chunkQISMTRQFjs.bytesToHex; exports.bytesToNumber = _chunkQISMTRQFjs.bytesToNumber; exports.bytesToString = _chunkQISMTRQFjs.bytesToString; exports.concat = _chunkQISMTRQFjs.concat; exports.concatBytes = _chunkQISMTRQFjs.concatBytes; exports.concatHex = _chunkQISMTRQFjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkQISMTRQFjs.decodeAbiParameters; exports.decodeErrorResult = _chunkQISMTRQFjs.decodeErrorResult; exports.decodeEventLog = _chunkQISMTRQFjs.decodeEventLog; exports.decodeFunctionData = _chunkQISMTRQFjs.decodeFunctionData; exports.decodeFunctionResult = _chunkQISMTRQFjs.decodeFunctionResult; exports.defineBlock = _chunkQISMTRQFjs.defineBlock; exports.defineChain = _chunkQISMTRQFjs.defineChain; exports.defineTransaction = _chunkQISMTRQFjs.defineTransaction; exports.defineTransactionReceipt = _chunkQISMTRQFjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkQISMTRQFjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkQISMTRQFjs.encodeAbiParameters; exports.encodeDeployData = _chunkQISMTRQFjs.encodeDeployData; exports.encodeErrorResult = _chunkQISMTRQFjs.encodeErrorResult; exports.encodeEventTopics = _chunkQISMTRQFjs.encodeEventTopics; exports.encodeFunctionData = _chunkQISMTRQFjs.encodeFunctionData; exports.encodeFunctionResult = _chunkQISMTRQFjs.encodeFunctionResult; exports.encodePacked = _chunkQISMTRQFjs.encodePacked; exports.etherUnits = _chunkQISMTRQFjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkQISMTRQFjs.formatBlock; exports.formatEther = _chunkQISMTRQFjs.formatEther; exports.formatGwei = _chunkQISMTRQFjs.formatGwei; exports.formatTransaction = _chunkQISMTRQFjs.formatTransaction; exports.formatTransactionRequest = _chunkQISMTRQFjs.formatTransactionRequest; exports.formatUnits = _chunkQISMTRQFjs.formatUnits; exports.fromBytes = _chunkQISMTRQFjs.fromBytes; exports.fromHex = _chunkQISMTRQFjs.fromHex; exports.fromRlp = _chunkQISMTRQFjs.fromRlp; exports.getAbiItem = _chunkQISMTRQFjs.getAbiItem; exports.getAddress = _chunkQISMTRQFjs.getAddress; exports.getContract = _chunkQISMTRQFjs.getContract; exports.getContractAddress = _chunkQISMTRQFjs.getContractAddress; exports.getContractError = _chunkQISMTRQFjs.getContractError; exports.getCreate2Address = _chunkQISMTRQFjs.getCreate2Address; exports.getCreateAddress = _chunkQISMTRQFjs.getCreateAddress; exports.getEventSelector = _chunkQISMTRQFjs.getEventSelector; exports.getFunctionSelector = _chunkQISMTRQFjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkQISMTRQFjs.getSerializedTransactionType; exports.getTransactionType = _chunkQISMTRQFjs.getTransactionType; exports.gweiUnits = _chunkQISMTRQFjs.gweiUnits; exports.hashMessage = _chunkQISMTRQFjs.hashMessage; exports.hashTypedData = _chunkQISMTRQFjs.hashTypedData; exports.hexToBigInt = _chunkQISMTRQFjs.hexToBigInt; exports.hexToBool = _chunkQISMTRQFjs.hexToBool; exports.hexToBytes = _chunkQISMTRQFjs.hexToBytes; exports.hexToNumber = _chunkQISMTRQFjs.hexToNumber; exports.hexToString = _chunkQISMTRQFjs.hexToString; exports.http = http; exports.isAddress = _chunkQISMTRQFjs.isAddress; exports.isAddressEqual = _chunkQISMTRQFjs.isAddressEqual; exports.isBytes = _chunkQISMTRQFjs.isBytes; exports.isHash = _chunkQISMTRQFjs.isHash; exports.isHex = _chunkQISMTRQFjs.isHex; exports.keccak256 = _chunkQISMTRQFjs.keccak256; exports.labelhash = _chunkQISMTRQFjs.labelhash; exports.multicall3Abi = _chunkQISMTRQFjs.multicall3Abi; exports.namehash = _chunkQISMTRQFjs.namehash; exports.numberToBytes = _chunkQISMTRQFjs.numberToBytes; exports.numberToHex = _chunkQISMTRQFjs.numberToHex; exports.pad = _chunkQISMTRQFjs.pad; exports.padBytes = _chunkQISMTRQFjs.padBytes; exports.padHex = _chunkQISMTRQFjs.padHex; exports.parseAbi = _chunkQISMTRQFjs.parseAbi; exports.parseAbiItem = _chunkQISMTRQFjs.parseAbiItem; exports.parseAbiParameter = _chunkQISMTRQFjs.parseAbiParameter; exports.parseAbiParameters = _chunkQISMTRQFjs.parseAbiParameters; exports.parseEther = _chunkQISMTRQFjs.parseEther; exports.parseGwei = _chunkQISMTRQFjs.parseGwei; exports.parseTransaction = _chunkQISMTRQFjs.parseTransaction; exports.parseUnits = _chunkQISMTRQFjs.parseUnits; exports.prepareRequest = _chunkQISMTRQFjs.prepareRequest; exports.recoverAddress = _chunkQISMTRQFjs.recoverAddress; exports.recoverMessageAddress = _chunkQISMTRQFjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkQISMTRQFjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkQISMTRQFjs.serializeTransaction; exports.size = _chunkQISMTRQFjs.size; exports.slice = _chunkQISMTRQFjs.slice; exports.sliceBytes = _chunkQISMTRQFjs.sliceBytes; exports.sliceHex = _chunkQISMTRQFjs.sliceHex; exports.stringToBytes = _chunkQISMTRQFjs.stringToBytes; exports.stringToHex = _chunkQISMTRQFjs.stringToHex; exports.stringify = _chunkQISMTRQFjs.stringify; exports.toBytes = _chunkQISMTRQFjs.toBytes; exports.toHex = _chunkQISMTRQFjs.toHex; exports.toRlp = _chunkQISMTRQFjs.toRlp; exports.transactionType = _chunkQISMTRQFjs.transactionType; exports.trim = _chunkQISMTRQFjs.trim; exports.validateTypedData = _chunkQISMTRQFjs.validateTypedData; exports.verifyMessage = _chunkQISMTRQFjs.verifyMessage; exports.verifyTypedData = _chunkQISMTRQFjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkQISMTRQFjs.weiUnits;
926
+ exports.AbiConstructorNotFoundError = _chunkGEN2W3H2js.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkGEN2W3H2js.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkGEN2W3H2js.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkGEN2W3H2js.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkGEN2W3H2js.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkGEN2W3H2js.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkGEN2W3H2js.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkGEN2W3H2js.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkGEN2W3H2js.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkGEN2W3H2js.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkGEN2W3H2js.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkGEN2W3H2js.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkGEN2W3H2js.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkGEN2W3H2js.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkGEN2W3H2js.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkGEN2W3H2js.BaseError; exports.BlockNotFoundError = _chunkGEN2W3H2js.BlockNotFoundError; exports.CallExecutionError = _chunkGEN2W3H2js.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkGEN2W3H2js.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkGEN2W3H2js.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkGEN2W3H2js.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkGEN2W3H2js.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkGEN2W3H2js.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkGEN2W3H2js.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkGEN2W3H2js.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkGEN2W3H2js.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkGEN2W3H2js.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkGEN2W3H2js.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkGEN2W3H2js.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkGEN2W3H2js.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkGEN2W3H2js.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkGEN2W3H2js.HttpRequestError; exports.InsufficientFundsError = _chunkGEN2W3H2js.InsufficientFundsError; exports.InternalRpcError = _chunkGEN2W3H2js.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkGEN2W3H2js.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkGEN2W3H2js.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkGEN2W3H2js.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkGEN2W3H2js.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkGEN2W3H2js.InvalidAddressError; exports.InvalidArrayError = _chunkGEN2W3H2js.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkGEN2W3H2js.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkGEN2W3H2js.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkGEN2W3H2js.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkGEN2W3H2js.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkGEN2W3H2js.InvalidHexValueError; exports.InvalidInputRpcError = _chunkGEN2W3H2js.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkGEN2W3H2js.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkGEN2W3H2js.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkGEN2W3H2js.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkGEN2W3H2js.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkGEN2W3H2js.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkGEN2W3H2js.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkGEN2W3H2js.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkGEN2W3H2js.NonceMaxValueError; exports.NonceTooHighError = _chunkGEN2W3H2js.NonceTooHighError; exports.NonceTooLowError = _chunkGEN2W3H2js.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkGEN2W3H2js.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkGEN2W3H2js.ParseRpcError; exports.RawContractError = _chunkGEN2W3H2js.RawContractError; exports.RequestError = _chunkGEN2W3H2js.RequestError; exports.ResourceNotFoundRpcError = _chunkGEN2W3H2js.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkGEN2W3H2js.ResourceUnavailableRpcError; exports.RpcError = _chunkGEN2W3H2js.RpcError; exports.RpcRequestError = _chunkGEN2W3H2js.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkGEN2W3H2js.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkGEN2W3H2js.SwitchChainError; exports.TimeoutError = _chunkGEN2W3H2js.TimeoutError; exports.TipAboveFeeCapError = _chunkGEN2W3H2js.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkGEN2W3H2js.TransactionExecutionError; exports.TransactionNotFoundError = _chunkGEN2W3H2js.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkGEN2W3H2js.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkGEN2W3H2js.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkGEN2W3H2js.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkGEN2W3H2js.UnknownNodeError; exports.UnknownRpcError = _chunkGEN2W3H2js.UnknownRpcError; exports.UrlRequiredError = _chunkGEN2W3H2js.UrlRequiredError; exports.UserRejectedRequestError = _chunkGEN2W3H2js.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkGEN2W3H2js.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkGEN2W3H2js.WebSocketRequestError; exports.assertRequest = _chunkGEN2W3H2js.assertRequest; exports.assertTransactionEIP1559 = _chunkGEN2W3H2js.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkGEN2W3H2js.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkGEN2W3H2js.assertTransactionLegacy; exports.boolToBytes = _chunkGEN2W3H2js.boolToBytes; exports.boolToHex = _chunkGEN2W3H2js.boolToHex; exports.bytesToBigint = _chunkGEN2W3H2js.bytesToBigint; exports.bytesToBool = _chunkGEN2W3H2js.bytesToBool; exports.bytesToHex = _chunkGEN2W3H2js.bytesToHex; exports.bytesToNumber = _chunkGEN2W3H2js.bytesToNumber; exports.bytesToString = _chunkGEN2W3H2js.bytesToString; exports.concat = _chunkGEN2W3H2js.concat; exports.concatBytes = _chunkGEN2W3H2js.concatBytes; exports.concatHex = _chunkGEN2W3H2js.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkGEN2W3H2js.decodeAbiParameters; exports.decodeErrorResult = _chunkGEN2W3H2js.decodeErrorResult; exports.decodeEventLog = _chunkGEN2W3H2js.decodeEventLog; exports.decodeFunctionData = _chunkGEN2W3H2js.decodeFunctionData; exports.decodeFunctionResult = _chunkGEN2W3H2js.decodeFunctionResult; exports.defineBlock = _chunkGEN2W3H2js.defineBlock; exports.defineChain = _chunkGEN2W3H2js.defineChain; exports.defineTransaction = _chunkGEN2W3H2js.defineTransaction; exports.defineTransactionReceipt = _chunkGEN2W3H2js.defineTransactionReceipt; exports.defineTransactionRequest = _chunkGEN2W3H2js.defineTransactionRequest; exports.encodeAbiParameters = _chunkGEN2W3H2js.encodeAbiParameters; exports.encodeDeployData = _chunkGEN2W3H2js.encodeDeployData; exports.encodeErrorResult = _chunkGEN2W3H2js.encodeErrorResult; exports.encodeEventTopics = _chunkGEN2W3H2js.encodeEventTopics; exports.encodeFunctionData = _chunkGEN2W3H2js.encodeFunctionData; exports.encodeFunctionResult = _chunkGEN2W3H2js.encodeFunctionResult; exports.encodePacked = _chunkGEN2W3H2js.encodePacked; exports.etherUnits = _chunkGEN2W3H2js.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkGEN2W3H2js.formatBlock; exports.formatEther = _chunkGEN2W3H2js.formatEther; exports.formatGwei = _chunkGEN2W3H2js.formatGwei; exports.formatTransaction = _chunkGEN2W3H2js.formatTransaction; exports.formatTransactionRequest = _chunkGEN2W3H2js.formatTransactionRequest; exports.formatUnits = _chunkGEN2W3H2js.formatUnits; exports.fromBytes = _chunkGEN2W3H2js.fromBytes; exports.fromHex = _chunkGEN2W3H2js.fromHex; exports.fromRlp = _chunkGEN2W3H2js.fromRlp; exports.getAbiItem = _chunkGEN2W3H2js.getAbiItem; exports.getAddress = _chunkGEN2W3H2js.getAddress; exports.getContract = _chunkGEN2W3H2js.getContract; exports.getContractAddress = _chunkGEN2W3H2js.getContractAddress; exports.getContractError = _chunkGEN2W3H2js.getContractError; exports.getCreate2Address = _chunkGEN2W3H2js.getCreate2Address; exports.getCreateAddress = _chunkGEN2W3H2js.getCreateAddress; exports.getEventSelector = _chunkGEN2W3H2js.getEventSelector; exports.getFunctionSelector = _chunkGEN2W3H2js.getFunctionSelector; exports.getSerializedTransactionType = _chunkGEN2W3H2js.getSerializedTransactionType; exports.getTransactionType = _chunkGEN2W3H2js.getTransactionType; exports.gweiUnits = _chunkGEN2W3H2js.gweiUnits; exports.hashMessage = _chunkGEN2W3H2js.hashMessage; exports.hashTypedData = _chunkGEN2W3H2js.hashTypedData; exports.hexToBigInt = _chunkGEN2W3H2js.hexToBigInt; exports.hexToBool = _chunkGEN2W3H2js.hexToBool; exports.hexToBytes = _chunkGEN2W3H2js.hexToBytes; exports.hexToNumber = _chunkGEN2W3H2js.hexToNumber; exports.hexToString = _chunkGEN2W3H2js.hexToString; exports.http = http; exports.isAddress = _chunkGEN2W3H2js.isAddress; exports.isAddressEqual = _chunkGEN2W3H2js.isAddressEqual; exports.isBytes = _chunkGEN2W3H2js.isBytes; exports.isHash = _chunkGEN2W3H2js.isHash; exports.isHex = _chunkGEN2W3H2js.isHex; exports.keccak256 = _chunkGEN2W3H2js.keccak256; exports.labelhash = _chunkGEN2W3H2js.labelhash; exports.multicall3Abi = _chunkGEN2W3H2js.multicall3Abi; exports.namehash = _chunkGEN2W3H2js.namehash; exports.numberToBytes = _chunkGEN2W3H2js.numberToBytes; exports.numberToHex = _chunkGEN2W3H2js.numberToHex; exports.pad = _chunkGEN2W3H2js.pad; exports.padBytes = _chunkGEN2W3H2js.padBytes; exports.padHex = _chunkGEN2W3H2js.padHex; exports.parseAbi = _chunkGEN2W3H2js.parseAbi; exports.parseAbiItem = _chunkGEN2W3H2js.parseAbiItem; exports.parseAbiParameter = _chunkGEN2W3H2js.parseAbiParameter; exports.parseAbiParameters = _chunkGEN2W3H2js.parseAbiParameters; exports.parseEther = _chunkGEN2W3H2js.parseEther; exports.parseGwei = _chunkGEN2W3H2js.parseGwei; exports.parseTransaction = _chunkGEN2W3H2js.parseTransaction; exports.parseUnits = _chunkGEN2W3H2js.parseUnits; exports.prepareRequest = _chunkGEN2W3H2js.prepareRequest; exports.recoverAddress = _chunkGEN2W3H2js.recoverAddress; exports.recoverMessageAddress = _chunkGEN2W3H2js.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkGEN2W3H2js.recoverTypedDataAddress; exports.serializeTransaction = _chunkGEN2W3H2js.serializeTransaction; exports.size = _chunkGEN2W3H2js.size; exports.slice = _chunkGEN2W3H2js.slice; exports.sliceBytes = _chunkGEN2W3H2js.sliceBytes; exports.sliceHex = _chunkGEN2W3H2js.sliceHex; exports.stringToBytes = _chunkGEN2W3H2js.stringToBytes; exports.stringToHex = _chunkGEN2W3H2js.stringToHex; exports.stringify = _chunkGEN2W3H2js.stringify; exports.toBytes = _chunkGEN2W3H2js.toBytes; exports.toHex = _chunkGEN2W3H2js.toHex; exports.toRlp = _chunkGEN2W3H2js.toRlp; exports.transactionType = _chunkGEN2W3H2js.transactionType; exports.trim = _chunkGEN2W3H2js.trim; exports.validateTypedData = _chunkGEN2W3H2js.validateTypedData; exports.verifyMessage = _chunkGEN2W3H2js.verifyMessage; exports.verifyTypedData = _chunkGEN2W3H2js.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkGEN2W3H2js.weiUnits;
927
927
  //# sourceMappingURL=index.js.map