viem 0.3.0-main.20230404T223908 → 0.3.0-main.20230405T025333

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 (56) 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 +4 -4
  5. package/dist/accounts/index.js +17 -17
  6. package/dist/accounts/index.mjs +2 -2
  7. package/dist/{chain-892805a2.d.ts → chain-02c77999.d.ts} +3 -1
  8. package/dist/{chain-d06e2a80.d.ts → chain-29e97b48.d.ts} +1 -1
  9. package/dist/chains.d.ts +3 -3
  10. package/dist/chains.js +89 -89
  11. package/dist/chains.mjs +1 -1
  12. package/dist/{chunk-Z2CBCLIP.js → chunk-67LQLTKN.js} +6 -6
  13. package/dist/{chunk-HNJPZOTY.mjs → chunk-IRIMDDIU.mjs} +2 -2
  14. package/dist/{chunk-HNJPZOTY.mjs.map → chunk-IRIMDDIU.mjs.map} +1 -1
  15. package/dist/{chunk-XIX7YAOP.mjs → chunk-QEC2PWFG.mjs} +2 -2
  16. package/dist/{chunk-LXW72PZZ.js → chunk-RRNJVV5N.js} +2 -2
  17. package/dist/{chunk-LXW72PZZ.js.map → chunk-RRNJVV5N.js.map} +1 -1
  18. package/dist/contract.d.ts +8 -8
  19. package/dist/contract.js +2 -2
  20. package/dist/contract.mjs +1 -1
  21. package/dist/{createTransport-9692876d.d.ts → createTransport-55339615.d.ts} +2 -2
  22. package/dist/{eip1193-16c1b134.d.ts → eip1193-07d9c47f.d.ts} +1 -1
  23. package/dist/{encodeFunctionResult-5b30ddf1.d.ts → encodeFunctionResult-f7c8e382.d.ts} +1 -1
  24. package/dist/{encodePacked-0ac1e458.d.ts → encodePacked-462bce62.d.ts} +1 -1
  25. package/dist/ens.d.ts +5 -5
  26. package/dist/ens.js +2 -2
  27. package/dist/ens.mjs +1 -1
  28. package/dist/ethers.d.ts +2 -2
  29. package/dist/ethers.js +4 -4
  30. package/dist/ethers.mjs +2 -2
  31. package/dist/{formatAbiItem-c722de85.d.ts → formatAbiItem-e5bbcadb.d.ts} +1 -1
  32. package/dist/{getAbiItem-6223ab36.d.ts → getAbiItem-443d91a0.d.ts} +1 -1
  33. package/dist/{getEnsResolver-af3ad3a8.d.ts → getEnsResolver-314de6e9.d.ts} +4 -4
  34. package/dist/index.d.ts +16 -16
  35. package/dist/index.js +94 -94
  36. package/dist/index.mjs +1 -1
  37. package/dist/{parseGwei-3bead650.d.ts → parseGwei-4fb29d96.d.ts} +5 -5
  38. package/dist/public.d.ts +5 -5
  39. package/dist/public.js +2 -2
  40. package/dist/public.mjs +1 -1
  41. package/dist/{publicKeyToAddress-2e49b7cb.d.ts → publicKeyToAddress-52476df3.d.ts} +2 -2
  42. package/dist/{test-1cc18fdd.d.ts → test-2d6d9a8d.d.ts} +3 -3
  43. package/dist/test.d.ts +5 -5
  44. package/dist/test.js +2 -2
  45. package/dist/test.mjs +1 -1
  46. package/dist/{typedData-969116ac.d.ts → typedData-337e8d8f.d.ts} +1 -1
  47. package/dist/utils/index.d.ts +15 -15
  48. package/dist/utils/index.js +2 -2
  49. package/dist/utils/index.mjs +1 -1
  50. package/dist/wallet.d.ts +5 -5
  51. package/dist/wallet.js +2 -2
  52. package/dist/wallet.mjs +1 -1
  53. package/dist/window.d.ts +2 -2
  54. package/package.json +1 -1
  55. /package/dist/{chunk-Z2CBCLIP.js.map → chunk-67LQLTKN.js.map} +0 -0
  56. /package/dist/{chunk-XIX7YAOP.mjs.map → chunk-QEC2PWFG.mjs.map} +0 -0
package/dist/index.js CHANGED
@@ -265,7 +265,7 @@
265
265
 
266
266
 
267
267
 
268
- var _chunkLXW72PZZjs = require('./chunk-LXW72PZZ.js');
268
+ var _chunkRRNJVV5Njs = require('./chunk-RRNJVV5N.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: _chunkLXW72PZZjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
282
+ request: _chunkRRNJVV5Njs.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 (_chunkLXW72PZZjs.isDeterministicError.call(void 0, err))
324
+ if (_chunkRRNJVV5Njs.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 _chunkLXW72PZZjs.wait.call(void 0, interval);
410
+ await _chunkRRNJVV5Njs.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, _chunkLXW72PZZjs.UrlRequiredError)();
429
+ throw new (0, _chunkRRNJVV5Njs.UrlRequiredError)();
430
430
  return createTransport(
431
431
  {
432
432
  key,
433
433
  name,
434
434
  async request({ method, params }) {
435
- const { result } = await _chunkLXW72PZZjs.rpc.http(url_, {
435
+ const { result } = await _chunkRRNJVV5Njs.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, _chunkLXW72PZZjs.UrlRequiredError)();
465
+ throw new (0, _chunkRRNJVV5Njs.UrlRequiredError)();
466
466
  return createTransport(
467
467
  {
468
468
  key,
469
469
  name,
470
470
  async request({ method, params }) {
471
- const socket = await _chunkLXW72PZZjs.getSocket.call(void 0, url_);
472
- const { result } = await _chunkLXW72PZZjs.rpc.webSocketAsync(socket, {
471
+ const socket = await _chunkRRNJVV5Njs.getSocket.call(void 0, url_);
472
+ const { result } = await _chunkRRNJVV5Njs.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 _chunkLXW72PZZjs.getSocket.call(void 0, url_);
485
+ return _chunkRRNJVV5Njs.getSocket.call(void 0, url_);
486
486
  },
487
487
  async subscribe({ params, onData, onError }) {
488
- const socket = await _chunkLXW72PZZjs.getSocket.call(void 0, url_);
488
+ const socket = await _chunkRRNJVV5Njs.getSocket.call(void 0, url_);
489
489
  const { result: subscriptionId } = await new Promise(
490
- (resolve, reject) => _chunkLXW72PZZjs.rpc.webSocket(socket, {
490
+ (resolve, reject) => _chunkRRNJVV5Njs.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) => _chunkLXW72PZZjs.rpc.webSocket(socket, {
514
+ (resolve, reject) => _chunkRRNJVV5Njs.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) => _chunkLXW72PZZjs.call.call(void 0, client, args),
571
- createBlockFilter: () => _chunkLXW72PZZjs.createBlockFilter.call(void 0, client),
572
- createContractEventFilter: (args) => _chunkLXW72PZZjs.createContractEventFilter.call(void 0, client, args),
573
- createEventFilter: (args) => _chunkLXW72PZZjs.createEventFilter.call(void 0, client, args),
574
- createPendingTransactionFilter: () => _chunkLXW72PZZjs.createPendingTransactionFilter.call(void 0, client),
575
- estimateContractGas: (args) => _chunkLXW72PZZjs.estimateContractGas.call(void 0, client, args),
576
- estimateGas: (args) => _chunkLXW72PZZjs.estimateGas.call(void 0, client, args),
577
- getBalance: (args) => _chunkLXW72PZZjs.getBalance.call(void 0, client, args),
578
- getBlock: (args) => _chunkLXW72PZZjs.getBlock.call(void 0, client, args),
579
- getBlockNumber: (args) => _chunkLXW72PZZjs.getBlockNumber.call(void 0, client, args),
580
- getBlockTransactionCount: (args) => _chunkLXW72PZZjs.getBlockTransactionCount.call(void 0, client, args),
581
- getBytecode: (args) => _chunkLXW72PZZjs.getBytecode.call(void 0, client, args),
582
- getChainId: () => _chunkLXW72PZZjs.getChainId.call(void 0, client),
583
- getEnsAddress: (args) => _chunkLXW72PZZjs.getEnsAddress.call(void 0, client, args),
584
- getEnsAvatar: (args) => _chunkLXW72PZZjs.getEnsAvatar.call(void 0, client, args),
585
- getEnsName: (args) => _chunkLXW72PZZjs.getEnsName.call(void 0, client, args),
586
- getEnsResolver: (args) => _chunkLXW72PZZjs.getEnsResolver.call(void 0, client, args),
587
- getEnsText: (args) => _chunkLXW72PZZjs.getEnsText.call(void 0, client, args),
588
- getFeeHistory: (args) => _chunkLXW72PZZjs.getFeeHistory.call(void 0, client, args),
589
- getFilterChanges: (args) => _chunkLXW72PZZjs.getFilterChanges.call(void 0, client, args),
590
- getFilterLogs: (args) => _chunkLXW72PZZjs.getFilterLogs.call(void 0, client, args),
591
- getGasPrice: () => _chunkLXW72PZZjs.getGasPrice.call(void 0, client),
592
- getLogs: (args) => _chunkLXW72PZZjs.getLogs.call(void 0, client, args),
593
- getStorageAt: (args) => _chunkLXW72PZZjs.getStorageAt.call(void 0, client, args),
594
- getTransaction: (args) => _chunkLXW72PZZjs.getTransaction.call(void 0, client, args),
595
- getTransactionConfirmations: (args) => _chunkLXW72PZZjs.getTransactionConfirmations.call(void 0, client, args),
596
- getTransactionCount: (args) => _chunkLXW72PZZjs.getTransactionCount.call(void 0, client, args),
597
- getTransactionReceipt: (args) => _chunkLXW72PZZjs.getTransactionReceipt.call(void 0, client, args),
598
- multicall: (args) => _chunkLXW72PZZjs.multicall.call(void 0, client, args),
599
- readContract: (args) => _chunkLXW72PZZjs.readContract.call(void 0, client, args),
600
- simulateContract: (args) => _chunkLXW72PZZjs.simulateContract.call(void 0, client, args),
601
- uninstallFilter: (args) => _chunkLXW72PZZjs.uninstallFilter.call(void 0, client, args),
602
- waitForTransactionReceipt: (args) => _chunkLXW72PZZjs.waitForTransactionReceipt.call(void 0, client, args),
603
- watchBlocks: (args) => _chunkLXW72PZZjs.watchBlocks.call(void 0, client, args),
604
- watchBlockNumber: (args) => _chunkLXW72PZZjs.watchBlockNumber.call(void 0, client, args),
605
- watchContractEvent: (args) => _chunkLXW72PZZjs.watchContractEvent.call(void 0, client, args),
606
- watchEvent: (args) => _chunkLXW72PZZjs.watchEvent.call(void 0, client, args),
607
- watchPendingTransactions: (args) => _chunkLXW72PZZjs.watchPendingTransactions.call(void 0, client, args)
570
+ call: (args) => _chunkRRNJVV5Njs.call.call(void 0, client, args),
571
+ createBlockFilter: () => _chunkRRNJVV5Njs.createBlockFilter.call(void 0, client),
572
+ createContractEventFilter: (args) => _chunkRRNJVV5Njs.createContractEventFilter.call(void 0, client, args),
573
+ createEventFilter: (args) => _chunkRRNJVV5Njs.createEventFilter.call(void 0, client, args),
574
+ createPendingTransactionFilter: () => _chunkRRNJVV5Njs.createPendingTransactionFilter.call(void 0, client),
575
+ estimateContractGas: (args) => _chunkRRNJVV5Njs.estimateContractGas.call(void 0, client, args),
576
+ estimateGas: (args) => _chunkRRNJVV5Njs.estimateGas.call(void 0, client, args),
577
+ getBalance: (args) => _chunkRRNJVV5Njs.getBalance.call(void 0, client, args),
578
+ getBlock: (args) => _chunkRRNJVV5Njs.getBlock.call(void 0, client, args),
579
+ getBlockNumber: (args) => _chunkRRNJVV5Njs.getBlockNumber.call(void 0, client, args),
580
+ getBlockTransactionCount: (args) => _chunkRRNJVV5Njs.getBlockTransactionCount.call(void 0, client, args),
581
+ getBytecode: (args) => _chunkRRNJVV5Njs.getBytecode.call(void 0, client, args),
582
+ getChainId: () => _chunkRRNJVV5Njs.getChainId.call(void 0, client),
583
+ getEnsAddress: (args) => _chunkRRNJVV5Njs.getEnsAddress.call(void 0, client, args),
584
+ getEnsAvatar: (args) => _chunkRRNJVV5Njs.getEnsAvatar.call(void 0, client, args),
585
+ getEnsName: (args) => _chunkRRNJVV5Njs.getEnsName.call(void 0, client, args),
586
+ getEnsResolver: (args) => _chunkRRNJVV5Njs.getEnsResolver.call(void 0, client, args),
587
+ getEnsText: (args) => _chunkRRNJVV5Njs.getEnsText.call(void 0, client, args),
588
+ getFeeHistory: (args) => _chunkRRNJVV5Njs.getFeeHistory.call(void 0, client, args),
589
+ getFilterChanges: (args) => _chunkRRNJVV5Njs.getFilterChanges.call(void 0, client, args),
590
+ getFilterLogs: (args) => _chunkRRNJVV5Njs.getFilterLogs.call(void 0, client, args),
591
+ getGasPrice: () => _chunkRRNJVV5Njs.getGasPrice.call(void 0, client),
592
+ getLogs: (args) => _chunkRRNJVV5Njs.getLogs.call(void 0, client, args),
593
+ getStorageAt: (args) => _chunkRRNJVV5Njs.getStorageAt.call(void 0, client, args),
594
+ getTransaction: (args) => _chunkRRNJVV5Njs.getTransaction.call(void 0, client, args),
595
+ getTransactionConfirmations: (args) => _chunkRRNJVV5Njs.getTransactionConfirmations.call(void 0, client, args),
596
+ getTransactionCount: (args) => _chunkRRNJVV5Njs.getTransactionCount.call(void 0, client, args),
597
+ getTransactionReceipt: (args) => _chunkRRNJVV5Njs.getTransactionReceipt.call(void 0, client, args),
598
+ multicall: (args) => _chunkRRNJVV5Njs.multicall.call(void 0, client, args),
599
+ readContract: (args) => _chunkRRNJVV5Njs.readContract.call(void 0, client, args),
600
+ simulateContract: (args) => _chunkRRNJVV5Njs.simulateContract.call(void 0, client, args),
601
+ uninstallFilter: (args) => _chunkRRNJVV5Njs.uninstallFilter.call(void 0, client, args),
602
+ waitForTransactionReceipt: (args) => _chunkRRNJVV5Njs.waitForTransactionReceipt.call(void 0, client, args),
603
+ watchBlocks: (args) => _chunkRRNJVV5Njs.watchBlocks.call(void 0, client, args),
604
+ watchBlockNumber: (args) => _chunkRRNJVV5Njs.watchBlockNumber.call(void 0, client, args),
605
+ watchContractEvent: (args) => _chunkRRNJVV5Njs.watchContractEvent.call(void 0, client, args),
606
+ watchEvent: (args) => _chunkRRNJVV5Njs.watchEvent.call(void 0, client, args),
607
+ watchPendingTransactions: (args) => _chunkRRNJVV5Njs.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) => _chunkLXW72PZZjs.dropTransaction.call(void 0, client, args),
614
- getAutomine: () => _chunkLXW72PZZjs.getAutomine.call(void 0, client),
615
- getTxpoolContent: () => _chunkLXW72PZZjs.getTxpoolContent.call(void 0, client),
616
- getTxpoolStatus: () => _chunkLXW72PZZjs.getTxpoolStatus.call(void 0, client),
617
- impersonateAccount: (args) => _chunkLXW72PZZjs.impersonateAccount.call(void 0, client, args),
618
- increaseTime: (args) => _chunkLXW72PZZjs.increaseTime.call(void 0, client, args),
619
- inspectTxpool: () => _chunkLXW72PZZjs.inspectTxpool.call(void 0, client),
620
- mine: (args) => _chunkLXW72PZZjs.mine.call(void 0, client, args),
621
- removeBlockTimestampInterval: () => _chunkLXW72PZZjs.removeBlockTimestampInterval.call(void 0, client),
622
- reset: (args) => _chunkLXW72PZZjs.reset.call(void 0, client, args),
623
- revert: (args) => _chunkLXW72PZZjs.revert.call(void 0, client, args),
624
- sendUnsignedTransaction: (args) => _chunkLXW72PZZjs.sendUnsignedTransaction.call(void 0, client, args),
625
- setAutomine: (args) => _chunkLXW72PZZjs.setAutomine.call(void 0, client, args),
626
- setBalance: (args) => _chunkLXW72PZZjs.setBalance.call(void 0, client, args),
627
- setBlockGasLimit: (args) => _chunkLXW72PZZjs.setBlockGasLimit.call(void 0, client, args),
628
- setBlockTimestampInterval: (args) => _chunkLXW72PZZjs.setBlockTimestampInterval.call(void 0, client, args),
629
- setCode: (args) => _chunkLXW72PZZjs.setCode.call(void 0, client, args),
630
- setCoinbase: (args) => _chunkLXW72PZZjs.setCoinbase.call(void 0, client, args),
631
- setIntervalMining: (args) => _chunkLXW72PZZjs.setIntervalMining.call(void 0, client, args),
632
- setLoggingEnabled: (args) => _chunkLXW72PZZjs.setLoggingEnabled.call(void 0, client, args),
633
- setMinGasPrice: (args) => _chunkLXW72PZZjs.setMinGasPrice.call(void 0, client, args),
634
- setNextBlockBaseFeePerGas: (args) => _chunkLXW72PZZjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
635
- setNextBlockTimestamp: (args) => _chunkLXW72PZZjs.setNextBlockTimestamp.call(void 0, client, args),
636
- setNonce: (args) => _chunkLXW72PZZjs.setNonce.call(void 0, client, args),
637
- setRpcUrl: (args) => _chunkLXW72PZZjs.setRpcUrl.call(void 0, client, args),
638
- setStorageAt: (args) => _chunkLXW72PZZjs.setStorageAt.call(void 0, client, args),
639
- snapshot: () => _chunkLXW72PZZjs.snapshot.call(void 0, client),
640
- stopImpersonatingAccount: (args) => _chunkLXW72PZZjs.stopImpersonatingAccount.call(void 0, client, args)
613
+ dropTransaction: (args) => _chunkRRNJVV5Njs.dropTransaction.call(void 0, client, args),
614
+ getAutomine: () => _chunkRRNJVV5Njs.getAutomine.call(void 0, client),
615
+ getTxpoolContent: () => _chunkRRNJVV5Njs.getTxpoolContent.call(void 0, client),
616
+ getTxpoolStatus: () => _chunkRRNJVV5Njs.getTxpoolStatus.call(void 0, client),
617
+ impersonateAccount: (args) => _chunkRRNJVV5Njs.impersonateAccount.call(void 0, client, args),
618
+ increaseTime: (args) => _chunkRRNJVV5Njs.increaseTime.call(void 0, client, args),
619
+ inspectTxpool: () => _chunkRRNJVV5Njs.inspectTxpool.call(void 0, client),
620
+ mine: (args) => _chunkRRNJVV5Njs.mine.call(void 0, client, args),
621
+ removeBlockTimestampInterval: () => _chunkRRNJVV5Njs.removeBlockTimestampInterval.call(void 0, client),
622
+ reset: (args) => _chunkRRNJVV5Njs.reset.call(void 0, client, args),
623
+ revert: (args) => _chunkRRNJVV5Njs.revert.call(void 0, client, args),
624
+ sendUnsignedTransaction: (args) => _chunkRRNJVV5Njs.sendUnsignedTransaction.call(void 0, client, args),
625
+ setAutomine: (args) => _chunkRRNJVV5Njs.setAutomine.call(void 0, client, args),
626
+ setBalance: (args) => _chunkRRNJVV5Njs.setBalance.call(void 0, client, args),
627
+ setBlockGasLimit: (args) => _chunkRRNJVV5Njs.setBlockGasLimit.call(void 0, client, args),
628
+ setBlockTimestampInterval: (args) => _chunkRRNJVV5Njs.setBlockTimestampInterval.call(void 0, client, args),
629
+ setCode: (args) => _chunkRRNJVV5Njs.setCode.call(void 0, client, args),
630
+ setCoinbase: (args) => _chunkRRNJVV5Njs.setCoinbase.call(void 0, client, args),
631
+ setIntervalMining: (args) => _chunkRRNJVV5Njs.setIntervalMining.call(void 0, client, args),
632
+ setLoggingEnabled: (args) => _chunkRRNJVV5Njs.setLoggingEnabled.call(void 0, client, args),
633
+ setMinGasPrice: (args) => _chunkRRNJVV5Njs.setMinGasPrice.call(void 0, client, args),
634
+ setNextBlockBaseFeePerGas: (args) => _chunkRRNJVV5Njs.setNextBlockBaseFeePerGas.call(void 0, client, args),
635
+ setNextBlockTimestamp: (args) => _chunkRRNJVV5Njs.setNextBlockTimestamp.call(void 0, client, args),
636
+ setNonce: (args) => _chunkRRNJVV5Njs.setNonce.call(void 0, client, args),
637
+ setRpcUrl: (args) => _chunkRRNJVV5Njs.setRpcUrl.call(void 0, client, args),
638
+ setStorageAt: (args) => _chunkRRNJVV5Njs.setStorageAt.call(void 0, client, args),
639
+ snapshot: () => _chunkRRNJVV5Njs.snapshot.call(void 0, client),
640
+ stopImpersonatingAccount: (args) => _chunkRRNJVV5Njs.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) => _chunkLXW72PZZjs.addChain.call(void 0, client, args),
647
- deployContract: (args) => _chunkLXW72PZZjs.deployContract.call(void 0, client, args),
648
- getAddresses: () => _chunkLXW72PZZjs.getAddresses.call(void 0, client),
649
- getChainId: () => _chunkLXW72PZZjs.getChainId.call(void 0, client),
650
- getPermissions: () => _chunkLXW72PZZjs.getPermissions.call(void 0, client),
651
- requestAddresses: () => _chunkLXW72PZZjs.requestAddresses.call(void 0, client),
652
- requestPermissions: (args) => _chunkLXW72PZZjs.requestPermissions.call(void 0, client, args),
653
- sendTransaction: (args) => _chunkLXW72PZZjs.sendTransaction.call(void 0, client, args),
654
- signMessage: (args) => _chunkLXW72PZZjs.signMessage.call(void 0, client, args),
655
- signTypedData: (args) => _chunkLXW72PZZjs.signTypedData.call(void 0, client, args),
656
- switchChain: (args) => _chunkLXW72PZZjs.switchChain.call(void 0, client, args),
657
- watchAsset: (args) => _chunkLXW72PZZjs.watchAsset.call(void 0, client, args),
658
- writeContract: (args) => _chunkLXW72PZZjs.writeContract.call(void 0, client, args)
646
+ addChain: (args) => _chunkRRNJVV5Njs.addChain.call(void 0, client, args),
647
+ deployContract: (args) => _chunkRRNJVV5Njs.deployContract.call(void 0, client, args),
648
+ getAddresses: () => _chunkRRNJVV5Njs.getAddresses.call(void 0, client),
649
+ getChainId: () => _chunkRRNJVV5Njs.getChainId.call(void 0, client),
650
+ getPermissions: () => _chunkRRNJVV5Njs.getPermissions.call(void 0, client),
651
+ requestAddresses: () => _chunkRRNJVV5Njs.requestAddresses.call(void 0, client),
652
+ requestPermissions: (args) => _chunkRRNJVV5Njs.requestPermissions.call(void 0, client, args),
653
+ sendTransaction: (args) => _chunkRRNJVV5Njs.sendTransaction.call(void 0, client, args),
654
+ signMessage: (args) => _chunkRRNJVV5Njs.signMessage.call(void 0, client, args),
655
+ signTypedData: (args) => _chunkRRNJVV5Njs.signTypedData.call(void 0, client, args),
656
+ switchChain: (args) => _chunkRRNJVV5Njs.switchChain.call(void 0, client, args),
657
+ watchAsset: (args) => _chunkRRNJVV5Njs.watchAsset.call(void 0, client, args),
658
+ writeContract: (args) => _chunkRRNJVV5Njs.writeContract.call(void 0, client, args)
659
659
  });
660
660
 
661
661
  // src/clients/createPublicClient.ts
@@ -724,7 +724,7 @@ function createWalletClient({
724
724
  transport: (opts) => transport({ ...opts, retryCount: 0 }),
725
725
  type: "walletClient"
726
726
  }),
727
- account: account ? _chunkLXW72PZZjs.parseAccount.call(void 0, account) : void 0
727
+ account: account ? _chunkRRNJVV5Njs.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 = _chunkLXW72PZZjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkLXW72PZZjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkLXW72PZZjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkLXW72PZZjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkLXW72PZZjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkLXW72PZZjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkLXW72PZZjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkLXW72PZZjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkLXW72PZZjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkLXW72PZZjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkLXW72PZZjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkLXW72PZZjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkLXW72PZZjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkLXW72PZZjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkLXW72PZZjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkLXW72PZZjs.BaseError; exports.BlockNotFoundError = _chunkLXW72PZZjs.BlockNotFoundError; exports.CallExecutionError = _chunkLXW72PZZjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkLXW72PZZjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkLXW72PZZjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkLXW72PZZjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkLXW72PZZjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkLXW72PZZjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkLXW72PZZjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkLXW72PZZjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkLXW72PZZjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkLXW72PZZjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkLXW72PZZjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkLXW72PZZjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkLXW72PZZjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkLXW72PZZjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkLXW72PZZjs.HttpRequestError; exports.InsufficientFundsError = _chunkLXW72PZZjs.InsufficientFundsError; exports.InternalRpcError = _chunkLXW72PZZjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkLXW72PZZjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkLXW72PZZjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkLXW72PZZjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkLXW72PZZjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkLXW72PZZjs.InvalidAddressError; exports.InvalidArrayError = _chunkLXW72PZZjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkLXW72PZZjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkLXW72PZZjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkLXW72PZZjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkLXW72PZZjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkLXW72PZZjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkLXW72PZZjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkLXW72PZZjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkLXW72PZZjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkLXW72PZZjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkLXW72PZZjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkLXW72PZZjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkLXW72PZZjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkLXW72PZZjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkLXW72PZZjs.NonceMaxValueError; exports.NonceTooHighError = _chunkLXW72PZZjs.NonceTooHighError; exports.NonceTooLowError = _chunkLXW72PZZjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkLXW72PZZjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkLXW72PZZjs.ParseRpcError; exports.RawContractError = _chunkLXW72PZZjs.RawContractError; exports.RequestError = _chunkLXW72PZZjs.RequestError; exports.ResourceNotFoundRpcError = _chunkLXW72PZZjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkLXW72PZZjs.ResourceUnavailableRpcError; exports.RpcError = _chunkLXW72PZZjs.RpcError; exports.RpcRequestError = _chunkLXW72PZZjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkLXW72PZZjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkLXW72PZZjs.SwitchChainError; exports.TimeoutError = _chunkLXW72PZZjs.TimeoutError; exports.TipAboveFeeCapError = _chunkLXW72PZZjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkLXW72PZZjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkLXW72PZZjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkLXW72PZZjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkLXW72PZZjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkLXW72PZZjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkLXW72PZZjs.UnknownNodeError; exports.UnknownRpcError = _chunkLXW72PZZjs.UnknownRpcError; exports.UrlRequiredError = _chunkLXW72PZZjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkLXW72PZZjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkLXW72PZZjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkLXW72PZZjs.WebSocketRequestError; exports.assertRequest = _chunkLXW72PZZjs.assertRequest; exports.assertTransactionEIP1559 = _chunkLXW72PZZjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkLXW72PZZjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkLXW72PZZjs.assertTransactionLegacy; exports.boolToBytes = _chunkLXW72PZZjs.boolToBytes; exports.boolToHex = _chunkLXW72PZZjs.boolToHex; exports.bytesToBigint = _chunkLXW72PZZjs.bytesToBigint; exports.bytesToBool = _chunkLXW72PZZjs.bytesToBool; exports.bytesToHex = _chunkLXW72PZZjs.bytesToHex; exports.bytesToNumber = _chunkLXW72PZZjs.bytesToNumber; exports.bytesToString = _chunkLXW72PZZjs.bytesToString; exports.concat = _chunkLXW72PZZjs.concat; exports.concatBytes = _chunkLXW72PZZjs.concatBytes; exports.concatHex = _chunkLXW72PZZjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkLXW72PZZjs.decodeAbiParameters; exports.decodeErrorResult = _chunkLXW72PZZjs.decodeErrorResult; exports.decodeEventLog = _chunkLXW72PZZjs.decodeEventLog; exports.decodeFunctionData = _chunkLXW72PZZjs.decodeFunctionData; exports.decodeFunctionResult = _chunkLXW72PZZjs.decodeFunctionResult; exports.defineBlock = _chunkLXW72PZZjs.defineBlock; exports.defineChain = _chunkLXW72PZZjs.defineChain; exports.defineTransaction = _chunkLXW72PZZjs.defineTransaction; exports.defineTransactionReceipt = _chunkLXW72PZZjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkLXW72PZZjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkLXW72PZZjs.encodeAbiParameters; exports.encodeDeployData = _chunkLXW72PZZjs.encodeDeployData; exports.encodeErrorResult = _chunkLXW72PZZjs.encodeErrorResult; exports.encodeEventTopics = _chunkLXW72PZZjs.encodeEventTopics; exports.encodeFunctionData = _chunkLXW72PZZjs.encodeFunctionData; exports.encodeFunctionResult = _chunkLXW72PZZjs.encodeFunctionResult; exports.encodePacked = _chunkLXW72PZZjs.encodePacked; exports.etherUnits = _chunkLXW72PZZjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkLXW72PZZjs.formatBlock; exports.formatEther = _chunkLXW72PZZjs.formatEther; exports.formatGwei = _chunkLXW72PZZjs.formatGwei; exports.formatTransaction = _chunkLXW72PZZjs.formatTransaction; exports.formatTransactionRequest = _chunkLXW72PZZjs.formatTransactionRequest; exports.formatUnits = _chunkLXW72PZZjs.formatUnits; exports.fromBytes = _chunkLXW72PZZjs.fromBytes; exports.fromHex = _chunkLXW72PZZjs.fromHex; exports.fromRlp = _chunkLXW72PZZjs.fromRlp; exports.getAbiItem = _chunkLXW72PZZjs.getAbiItem; exports.getAddress = _chunkLXW72PZZjs.getAddress; exports.getContract = _chunkLXW72PZZjs.getContract; exports.getContractAddress = _chunkLXW72PZZjs.getContractAddress; exports.getContractError = _chunkLXW72PZZjs.getContractError; exports.getCreate2Address = _chunkLXW72PZZjs.getCreate2Address; exports.getCreateAddress = _chunkLXW72PZZjs.getCreateAddress; exports.getEventSelector = _chunkLXW72PZZjs.getEventSelector; exports.getFunctionSelector = _chunkLXW72PZZjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkLXW72PZZjs.getSerializedTransactionType; exports.getTransactionType = _chunkLXW72PZZjs.getTransactionType; exports.gweiUnits = _chunkLXW72PZZjs.gweiUnits; exports.hashMessage = _chunkLXW72PZZjs.hashMessage; exports.hashTypedData = _chunkLXW72PZZjs.hashTypedData; exports.hexToBigInt = _chunkLXW72PZZjs.hexToBigInt; exports.hexToBool = _chunkLXW72PZZjs.hexToBool; exports.hexToBytes = _chunkLXW72PZZjs.hexToBytes; exports.hexToNumber = _chunkLXW72PZZjs.hexToNumber; exports.hexToString = _chunkLXW72PZZjs.hexToString; exports.http = http; exports.isAddress = _chunkLXW72PZZjs.isAddress; exports.isAddressEqual = _chunkLXW72PZZjs.isAddressEqual; exports.isBytes = _chunkLXW72PZZjs.isBytes; exports.isHash = _chunkLXW72PZZjs.isHash; exports.isHex = _chunkLXW72PZZjs.isHex; exports.keccak256 = _chunkLXW72PZZjs.keccak256; exports.labelhash = _chunkLXW72PZZjs.labelhash; exports.multicall3Abi = _chunkLXW72PZZjs.multicall3Abi; exports.namehash = _chunkLXW72PZZjs.namehash; exports.numberToBytes = _chunkLXW72PZZjs.numberToBytes; exports.numberToHex = _chunkLXW72PZZjs.numberToHex; exports.pad = _chunkLXW72PZZjs.pad; exports.padBytes = _chunkLXW72PZZjs.padBytes; exports.padHex = _chunkLXW72PZZjs.padHex; exports.parseAbi = _chunkLXW72PZZjs.parseAbi; exports.parseAbiItem = _chunkLXW72PZZjs.parseAbiItem; exports.parseAbiParameter = _chunkLXW72PZZjs.parseAbiParameter; exports.parseAbiParameters = _chunkLXW72PZZjs.parseAbiParameters; exports.parseEther = _chunkLXW72PZZjs.parseEther; exports.parseGwei = _chunkLXW72PZZjs.parseGwei; exports.parseTransaction = _chunkLXW72PZZjs.parseTransaction; exports.parseUnits = _chunkLXW72PZZjs.parseUnits; exports.prepareRequest = _chunkLXW72PZZjs.prepareRequest; exports.recoverAddress = _chunkLXW72PZZjs.recoverAddress; exports.recoverMessageAddress = _chunkLXW72PZZjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkLXW72PZZjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkLXW72PZZjs.serializeTransaction; exports.size = _chunkLXW72PZZjs.size; exports.slice = _chunkLXW72PZZjs.slice; exports.sliceBytes = _chunkLXW72PZZjs.sliceBytes; exports.sliceHex = _chunkLXW72PZZjs.sliceHex; exports.stringToBytes = _chunkLXW72PZZjs.stringToBytes; exports.stringToHex = _chunkLXW72PZZjs.stringToHex; exports.stringify = _chunkLXW72PZZjs.stringify; exports.toBytes = _chunkLXW72PZZjs.toBytes; exports.toHex = _chunkLXW72PZZjs.toHex; exports.toRlp = _chunkLXW72PZZjs.toRlp; exports.transactionType = _chunkLXW72PZZjs.transactionType; exports.trim = _chunkLXW72PZZjs.trim; exports.validateTypedData = _chunkLXW72PZZjs.validateTypedData; exports.verifyMessage = _chunkLXW72PZZjs.verifyMessage; exports.verifyTypedData = _chunkLXW72PZZjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkLXW72PZZjs.weiUnits;
926
+ exports.AbiConstructorNotFoundError = _chunkRRNJVV5Njs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkRRNJVV5Njs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkRRNJVV5Njs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkRRNJVV5Njs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkRRNJVV5Njs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkRRNJVV5Njs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkRRNJVV5Njs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkRRNJVV5Njs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkRRNJVV5Njs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkRRNJVV5Njs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkRRNJVV5Njs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkRRNJVV5Njs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkRRNJVV5Njs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkRRNJVV5Njs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkRRNJVV5Njs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkRRNJVV5Njs.BaseError; exports.BlockNotFoundError = _chunkRRNJVV5Njs.BlockNotFoundError; exports.CallExecutionError = _chunkRRNJVV5Njs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkRRNJVV5Njs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkRRNJVV5Njs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkRRNJVV5Njs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkRRNJVV5Njs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkRRNJVV5Njs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkRRNJVV5Njs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkRRNJVV5Njs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkRRNJVV5Njs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkRRNJVV5Njs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkRRNJVV5Njs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkRRNJVV5Njs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkRRNJVV5Njs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkRRNJVV5Njs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkRRNJVV5Njs.HttpRequestError; exports.InsufficientFundsError = _chunkRRNJVV5Njs.InsufficientFundsError; exports.InternalRpcError = _chunkRRNJVV5Njs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkRRNJVV5Njs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkRRNJVV5Njs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkRRNJVV5Njs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkRRNJVV5Njs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkRRNJVV5Njs.InvalidAddressError; exports.InvalidArrayError = _chunkRRNJVV5Njs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkRRNJVV5Njs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkRRNJVV5Njs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkRRNJVV5Njs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkRRNJVV5Njs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkRRNJVV5Njs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkRRNJVV5Njs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkRRNJVV5Njs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkRRNJVV5Njs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkRRNJVV5Njs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkRRNJVV5Njs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkRRNJVV5Njs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkRRNJVV5Njs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkRRNJVV5Njs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkRRNJVV5Njs.NonceMaxValueError; exports.NonceTooHighError = _chunkRRNJVV5Njs.NonceTooHighError; exports.NonceTooLowError = _chunkRRNJVV5Njs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkRRNJVV5Njs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkRRNJVV5Njs.ParseRpcError; exports.RawContractError = _chunkRRNJVV5Njs.RawContractError; exports.RequestError = _chunkRRNJVV5Njs.RequestError; exports.ResourceNotFoundRpcError = _chunkRRNJVV5Njs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkRRNJVV5Njs.ResourceUnavailableRpcError; exports.RpcError = _chunkRRNJVV5Njs.RpcError; exports.RpcRequestError = _chunkRRNJVV5Njs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkRRNJVV5Njs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkRRNJVV5Njs.SwitchChainError; exports.TimeoutError = _chunkRRNJVV5Njs.TimeoutError; exports.TipAboveFeeCapError = _chunkRRNJVV5Njs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkRRNJVV5Njs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkRRNJVV5Njs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkRRNJVV5Njs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkRRNJVV5Njs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkRRNJVV5Njs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkRRNJVV5Njs.UnknownNodeError; exports.UnknownRpcError = _chunkRRNJVV5Njs.UnknownRpcError; exports.UrlRequiredError = _chunkRRNJVV5Njs.UrlRequiredError; exports.UserRejectedRequestError = _chunkRRNJVV5Njs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkRRNJVV5Njs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkRRNJVV5Njs.WebSocketRequestError; exports.assertRequest = _chunkRRNJVV5Njs.assertRequest; exports.assertTransactionEIP1559 = _chunkRRNJVV5Njs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkRRNJVV5Njs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkRRNJVV5Njs.assertTransactionLegacy; exports.boolToBytes = _chunkRRNJVV5Njs.boolToBytes; exports.boolToHex = _chunkRRNJVV5Njs.boolToHex; exports.bytesToBigint = _chunkRRNJVV5Njs.bytesToBigint; exports.bytesToBool = _chunkRRNJVV5Njs.bytesToBool; exports.bytesToHex = _chunkRRNJVV5Njs.bytesToHex; exports.bytesToNumber = _chunkRRNJVV5Njs.bytesToNumber; exports.bytesToString = _chunkRRNJVV5Njs.bytesToString; exports.concat = _chunkRRNJVV5Njs.concat; exports.concatBytes = _chunkRRNJVV5Njs.concatBytes; exports.concatHex = _chunkRRNJVV5Njs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkRRNJVV5Njs.decodeAbiParameters; exports.decodeErrorResult = _chunkRRNJVV5Njs.decodeErrorResult; exports.decodeEventLog = _chunkRRNJVV5Njs.decodeEventLog; exports.decodeFunctionData = _chunkRRNJVV5Njs.decodeFunctionData; exports.decodeFunctionResult = _chunkRRNJVV5Njs.decodeFunctionResult; exports.defineBlock = _chunkRRNJVV5Njs.defineBlock; exports.defineChain = _chunkRRNJVV5Njs.defineChain; exports.defineTransaction = _chunkRRNJVV5Njs.defineTransaction; exports.defineTransactionReceipt = _chunkRRNJVV5Njs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkRRNJVV5Njs.defineTransactionRequest; exports.encodeAbiParameters = _chunkRRNJVV5Njs.encodeAbiParameters; exports.encodeDeployData = _chunkRRNJVV5Njs.encodeDeployData; exports.encodeErrorResult = _chunkRRNJVV5Njs.encodeErrorResult; exports.encodeEventTopics = _chunkRRNJVV5Njs.encodeEventTopics; exports.encodeFunctionData = _chunkRRNJVV5Njs.encodeFunctionData; exports.encodeFunctionResult = _chunkRRNJVV5Njs.encodeFunctionResult; exports.encodePacked = _chunkRRNJVV5Njs.encodePacked; exports.etherUnits = _chunkRRNJVV5Njs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkRRNJVV5Njs.formatBlock; exports.formatEther = _chunkRRNJVV5Njs.formatEther; exports.formatGwei = _chunkRRNJVV5Njs.formatGwei; exports.formatTransaction = _chunkRRNJVV5Njs.formatTransaction; exports.formatTransactionRequest = _chunkRRNJVV5Njs.formatTransactionRequest; exports.formatUnits = _chunkRRNJVV5Njs.formatUnits; exports.fromBytes = _chunkRRNJVV5Njs.fromBytes; exports.fromHex = _chunkRRNJVV5Njs.fromHex; exports.fromRlp = _chunkRRNJVV5Njs.fromRlp; exports.getAbiItem = _chunkRRNJVV5Njs.getAbiItem; exports.getAddress = _chunkRRNJVV5Njs.getAddress; exports.getContract = _chunkRRNJVV5Njs.getContract; exports.getContractAddress = _chunkRRNJVV5Njs.getContractAddress; exports.getContractError = _chunkRRNJVV5Njs.getContractError; exports.getCreate2Address = _chunkRRNJVV5Njs.getCreate2Address; exports.getCreateAddress = _chunkRRNJVV5Njs.getCreateAddress; exports.getEventSelector = _chunkRRNJVV5Njs.getEventSelector; exports.getFunctionSelector = _chunkRRNJVV5Njs.getFunctionSelector; exports.getSerializedTransactionType = _chunkRRNJVV5Njs.getSerializedTransactionType; exports.getTransactionType = _chunkRRNJVV5Njs.getTransactionType; exports.gweiUnits = _chunkRRNJVV5Njs.gweiUnits; exports.hashMessage = _chunkRRNJVV5Njs.hashMessage; exports.hashTypedData = _chunkRRNJVV5Njs.hashTypedData; exports.hexToBigInt = _chunkRRNJVV5Njs.hexToBigInt; exports.hexToBool = _chunkRRNJVV5Njs.hexToBool; exports.hexToBytes = _chunkRRNJVV5Njs.hexToBytes; exports.hexToNumber = _chunkRRNJVV5Njs.hexToNumber; exports.hexToString = _chunkRRNJVV5Njs.hexToString; exports.http = http; exports.isAddress = _chunkRRNJVV5Njs.isAddress; exports.isAddressEqual = _chunkRRNJVV5Njs.isAddressEqual; exports.isBytes = _chunkRRNJVV5Njs.isBytes; exports.isHash = _chunkRRNJVV5Njs.isHash; exports.isHex = _chunkRRNJVV5Njs.isHex; exports.keccak256 = _chunkRRNJVV5Njs.keccak256; exports.labelhash = _chunkRRNJVV5Njs.labelhash; exports.multicall3Abi = _chunkRRNJVV5Njs.multicall3Abi; exports.namehash = _chunkRRNJVV5Njs.namehash; exports.numberToBytes = _chunkRRNJVV5Njs.numberToBytes; exports.numberToHex = _chunkRRNJVV5Njs.numberToHex; exports.pad = _chunkRRNJVV5Njs.pad; exports.padBytes = _chunkRRNJVV5Njs.padBytes; exports.padHex = _chunkRRNJVV5Njs.padHex; exports.parseAbi = _chunkRRNJVV5Njs.parseAbi; exports.parseAbiItem = _chunkRRNJVV5Njs.parseAbiItem; exports.parseAbiParameter = _chunkRRNJVV5Njs.parseAbiParameter; exports.parseAbiParameters = _chunkRRNJVV5Njs.parseAbiParameters; exports.parseEther = _chunkRRNJVV5Njs.parseEther; exports.parseGwei = _chunkRRNJVV5Njs.parseGwei; exports.parseTransaction = _chunkRRNJVV5Njs.parseTransaction; exports.parseUnits = _chunkRRNJVV5Njs.parseUnits; exports.prepareRequest = _chunkRRNJVV5Njs.prepareRequest; exports.recoverAddress = _chunkRRNJVV5Njs.recoverAddress; exports.recoverMessageAddress = _chunkRRNJVV5Njs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkRRNJVV5Njs.recoverTypedDataAddress; exports.serializeTransaction = _chunkRRNJVV5Njs.serializeTransaction; exports.size = _chunkRRNJVV5Njs.size; exports.slice = _chunkRRNJVV5Njs.slice; exports.sliceBytes = _chunkRRNJVV5Njs.sliceBytes; exports.sliceHex = _chunkRRNJVV5Njs.sliceHex; exports.stringToBytes = _chunkRRNJVV5Njs.stringToBytes; exports.stringToHex = _chunkRRNJVV5Njs.stringToHex; exports.stringify = _chunkRRNJVV5Njs.stringify; exports.toBytes = _chunkRRNJVV5Njs.toBytes; exports.toHex = _chunkRRNJVV5Njs.toHex; exports.toRlp = _chunkRRNJVV5Njs.toRlp; exports.transactionType = _chunkRRNJVV5Njs.transactionType; exports.trim = _chunkRRNJVV5Njs.trim; exports.validateTypedData = _chunkRRNJVV5Njs.validateTypedData; exports.verifyMessage = _chunkRRNJVV5Njs.verifyMessage; exports.verifyTypedData = _chunkRRNJVV5Njs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkRRNJVV5Njs.weiUnits;
927
927
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -265,7 +265,7 @@ import {
265
265
  watchPendingTransactions,
266
266
  weiUnits,
267
267
  writeContract
268
- } from "./chunk-HNJPZOTY.mjs";
268
+ } from "./chunk-IRIMDDIU.mjs";
269
269
 
270
270
  // src/clients/transports/createTransport.ts
271
271
  function createTransport({
@@ -1,10 +1,10 @@
1
1
  import { Address, Abi, TypedData } from 'abitype';
2
- import { B as ByteArray, H as Hex, C as Chain, a as Hash, i as BlockTag, ao as EventDefinition, a5 as TransactionSerialized, a6 as TransactionSerializedEIP1559, a7 as TransactionSerializedEIP2930, a0 as TransactionSerializable, e as AccessList, a9 as TransactionType, a2 as TransactionSerializableEIP1559, a3 as TransactionSerializableEIP2930, a4 as TransactionSerializableLegacy, ap as Signature } from './chain-892805a2.js';
3
- import { A as Account, T as TypedDataDefinition } from './typedData-969116ac.js';
4
- import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters, W as WalletClient, P as PublicClient, b3 as GetAccountParameter } from './getEnsResolver-af3ad3a8.js';
5
- import { a as DecodeErrorResultReturnType } from './encodeFunctionResult-5b30ddf1.js';
2
+ import { B as ByteArray, H as Hex, C as Chain, a as Hash, i as BlockTag, ao as EventDefinition, a5 as TransactionSerialized, a6 as TransactionSerializedEIP1559, a7 as TransactionSerializedEIP2930, a0 as TransactionSerializable, e as AccessList, a9 as TransactionType, a2 as TransactionSerializableEIP1559, a3 as TransactionSerializableEIP2930, a4 as TransactionSerializableLegacy, ap as Signature } from './chain-02c77999.js';
3
+ import { A as Account, T as TypedDataDefinition } from './typedData-337e8d8f.js';
4
+ import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters, W as WalletClient, P as PublicClient, b3 as GetAccountParameter } from './getEnsResolver-314de6e9.js';
5
+ import { a as DecodeErrorResultReturnType } from './encodeFunctionResult-f7c8e382.js';
6
6
  import WebSocket from 'isomorphic-ws';
7
- import { a as Transport } from './createTransport-9692876d.js';
7
+ import { a as Transport } from './createTransport-55339615.js';
8
8
 
9
9
  declare function getAddress(address: string): Address;
10
10
 
package/dist/public.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- export { i as CallParameters, j as CallReturnType, k as CreateBlockFilterReturnType, l as CreateEventFilterParameters, m as CreateEventFilterReturnType, n as CreatePendingTransactionFilterReturnType, p as EstimateGasParameters, q as EstimateGasReturnType, r as GetBalanceParameters, s as GetBalanceReturnType, t as GetBlockNumberParameters, u as GetBlockNumberReturnType, v as GetBlockParameters, w as GetBlockReturnType, x as GetBlockTransactionCountParameters, y as GetBlockTransactionCountReturnType, z as GetBytecodeParameters, B as GetBytecodeReturnType, N as GetFeeHistoryParameters, O as GetFeeHistoryReturnType, Q as GetFilterChangesParameters, T as GetFilterChangesReturnType, U as GetFilterLogsParameters, V as GetFilterLogsReturnType, X as GetGasPriceReturnType, a1 as GetTransactionConfirmationsParameters, a3 as GetTransactionConfirmationsReturnType, a2 as GetTransactionCountParameters, a4 as GetTransactionCountReturnType, a5 as GetTransactionParameters, a6 as GetTransactionReceiptParameters, a7 as GetTransactionReceiptReturnType, a8 as GetTransactionReturnType, ab as OnBlock, ac as OnBlockNumberFn, ad as OnBlockNumberParameter, ae as OnBlockParameter, af as OnLogsFn, ag as OnLogsParameter, ah as OnTransactionsFn, ai as OnTransactionsParameter, aj as ReplacementReason, ak as ReplacementReturnType, av as UninstallFilterParameters, aw as UninstallFilterReturnType, ax as WaitForTransactionReceiptParameters, ay as WaitForTransactionReceiptReturnType, aB as WatchBlockNumberParameters, aD as WatchBlocksParameters, aH as WatchPendingTransactionsParameters, bn as call, bo as createBlockFilter, bp as createEventFilter, bq as createPendingTransactionFilter, br as estimateGas, bs as getBalance, bt as getBlock, bu as getBlockNumber, bv as getBlockNumberCache, bw as getBlockTransactionCount, b6 as getBytecode, bx as getChainId, by as getFeeHistory, bz as getFilterChanges, bA as getFilterLogs, bC as getGasPrice, bB as getLogs, bD as getTransaction, bE as getTransactionConfirmations, bF as getTransactionCount, bG as getTransactionReceipt, bH as uninstallFilter, bI as waitForTransactionReceipt, bJ as watchBlockNumber, bK as watchBlocks, bL as watchEvent, bM as watchPendingTransactions } from './getEnsResolver-af3ad3a8.js';
2
- import './createTransport-9692876d.js';
3
- import './eip1193-16c1b134.js';
1
+ export { i as CallParameters, j as CallReturnType, k as CreateBlockFilterReturnType, l as CreateEventFilterParameters, m as CreateEventFilterReturnType, n as CreatePendingTransactionFilterReturnType, p as EstimateGasParameters, q as EstimateGasReturnType, r as GetBalanceParameters, s as GetBalanceReturnType, t as GetBlockNumberParameters, u as GetBlockNumberReturnType, v as GetBlockParameters, w as GetBlockReturnType, x as GetBlockTransactionCountParameters, y as GetBlockTransactionCountReturnType, z as GetBytecodeParameters, B as GetBytecodeReturnType, N as GetFeeHistoryParameters, O as GetFeeHistoryReturnType, Q as GetFilterChangesParameters, T as GetFilterChangesReturnType, U as GetFilterLogsParameters, V as GetFilterLogsReturnType, X as GetGasPriceReturnType, a1 as GetTransactionConfirmationsParameters, a3 as GetTransactionConfirmationsReturnType, a2 as GetTransactionCountParameters, a4 as GetTransactionCountReturnType, a5 as GetTransactionParameters, a6 as GetTransactionReceiptParameters, a7 as GetTransactionReceiptReturnType, a8 as GetTransactionReturnType, ab as OnBlock, ac as OnBlockNumberFn, ad as OnBlockNumberParameter, ae as OnBlockParameter, af as OnLogsFn, ag as OnLogsParameter, ah as OnTransactionsFn, ai as OnTransactionsParameter, aj as ReplacementReason, ak as ReplacementReturnType, av as UninstallFilterParameters, aw as UninstallFilterReturnType, ax as WaitForTransactionReceiptParameters, ay as WaitForTransactionReceiptReturnType, aB as WatchBlockNumberParameters, aD as WatchBlocksParameters, aH as WatchPendingTransactionsParameters, bn as call, bo as createBlockFilter, bp as createEventFilter, bq as createPendingTransactionFilter, br as estimateGas, bs as getBalance, bt as getBlock, bu as getBlockNumber, bv as getBlockNumberCache, bw as getBlockTransactionCount, b6 as getBytecode, bx as getChainId, by as getFeeHistory, bz as getFilterChanges, bA as getFilterLogs, bC as getGasPrice, bB as getLogs, bD as getTransaction, bE as getTransactionConfirmations, bF as getTransactionCount, bG as getTransactionReceipt, bH as uninstallFilter, bI as waitForTransactionReceipt, bJ as watchBlockNumber, bK as watchBlocks, bL as watchEvent, bM as watchPendingTransactions } from './getEnsResolver-314de6e9.js';
2
+ import './createTransport-55339615.js';
3
+ import './eip1193-07d9c47f.js';
4
4
  import 'abitype';
5
- import './chain-892805a2.js';
5
+ import './chain-02c77999.js';
6
6
  import '@wagmi/chains';
7
- import './typedData-969116ac.js';
7
+ import './typedData-337e8d8f.js';
8
8
  import '@scure/bip32';
package/dist/public.js CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- var _chunkLXW72PZZjs = require('./chunk-LXW72PZZ.js');
29
+ var _chunkRRNJVV5Njs = require('./chunk-RRNJVV5N.js');
30
30
 
31
31
 
32
32
 
@@ -55,5 +55,5 @@ var _chunkLXW72PZZjs = require('./chunk-LXW72PZZ.js');
55
55
 
56
56
 
57
57
 
58
- exports.call = _chunkLXW72PZZjs.call; exports.createBlockFilter = _chunkLXW72PZZjs.createBlockFilter; exports.createEventFilter = _chunkLXW72PZZjs.createEventFilter; exports.createPendingTransactionFilter = _chunkLXW72PZZjs.createPendingTransactionFilter; exports.estimateGas = _chunkLXW72PZZjs.estimateGas; exports.getBalance = _chunkLXW72PZZjs.getBalance; exports.getBlock = _chunkLXW72PZZjs.getBlock; exports.getBlockNumber = _chunkLXW72PZZjs.getBlockNumber; exports.getBlockNumberCache = _chunkLXW72PZZjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkLXW72PZZjs.getBlockTransactionCount; exports.getBytecode = _chunkLXW72PZZjs.getBytecode; exports.getChainId = _chunkLXW72PZZjs.getChainId; exports.getFeeHistory = _chunkLXW72PZZjs.getFeeHistory; exports.getFilterChanges = _chunkLXW72PZZjs.getFilterChanges; exports.getFilterLogs = _chunkLXW72PZZjs.getFilterLogs; exports.getGasPrice = _chunkLXW72PZZjs.getGasPrice; exports.getLogs = _chunkLXW72PZZjs.getLogs; exports.getTransaction = _chunkLXW72PZZjs.getTransaction; exports.getTransactionConfirmations = _chunkLXW72PZZjs.getTransactionConfirmations; exports.getTransactionCount = _chunkLXW72PZZjs.getTransactionCount; exports.getTransactionReceipt = _chunkLXW72PZZjs.getTransactionReceipt; exports.uninstallFilter = _chunkLXW72PZZjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkLXW72PZZjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkLXW72PZZjs.watchBlockNumber; exports.watchBlocks = _chunkLXW72PZZjs.watchBlocks; exports.watchEvent = _chunkLXW72PZZjs.watchEvent; exports.watchPendingTransactions = _chunkLXW72PZZjs.watchPendingTransactions;
58
+ exports.call = _chunkRRNJVV5Njs.call; exports.createBlockFilter = _chunkRRNJVV5Njs.createBlockFilter; exports.createEventFilter = _chunkRRNJVV5Njs.createEventFilter; exports.createPendingTransactionFilter = _chunkRRNJVV5Njs.createPendingTransactionFilter; exports.estimateGas = _chunkRRNJVV5Njs.estimateGas; exports.getBalance = _chunkRRNJVV5Njs.getBalance; exports.getBlock = _chunkRRNJVV5Njs.getBlock; exports.getBlockNumber = _chunkRRNJVV5Njs.getBlockNumber; exports.getBlockNumberCache = _chunkRRNJVV5Njs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkRRNJVV5Njs.getBlockTransactionCount; exports.getBytecode = _chunkRRNJVV5Njs.getBytecode; exports.getChainId = _chunkRRNJVV5Njs.getChainId; exports.getFeeHistory = _chunkRRNJVV5Njs.getFeeHistory; exports.getFilterChanges = _chunkRRNJVV5Njs.getFilterChanges; exports.getFilterLogs = _chunkRRNJVV5Njs.getFilterLogs; exports.getGasPrice = _chunkRRNJVV5Njs.getGasPrice; exports.getLogs = _chunkRRNJVV5Njs.getLogs; exports.getTransaction = _chunkRRNJVV5Njs.getTransaction; exports.getTransactionConfirmations = _chunkRRNJVV5Njs.getTransactionConfirmations; exports.getTransactionCount = _chunkRRNJVV5Njs.getTransactionCount; exports.getTransactionReceipt = _chunkRRNJVV5Njs.getTransactionReceipt; exports.uninstallFilter = _chunkRRNJVV5Njs.uninstallFilter; exports.waitForTransactionReceipt = _chunkRRNJVV5Njs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkRRNJVV5Njs.watchBlockNumber; exports.watchBlocks = _chunkRRNJVV5Njs.watchBlocks; exports.watchEvent = _chunkRRNJVV5Njs.watchEvent; exports.watchPendingTransactions = _chunkRRNJVV5Njs.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-HNJPZOTY.mjs";
29
+ } from "./chunk-IRIMDDIU.mjs";
30
30
  export {
31
31
  call,
32
32
  createBlockFilter,
@@ -1,6 +1,6 @@
1
1
  import { Address } from 'abitype';
2
- import { A as Account } from './typedData-969116ac.js';
3
- import { H as Hex } from './chain-892805a2.js';
2
+ import { A as Account } from './typedData-337e8d8f.js';
3
+ import { H as Hex } from './chain-02c77999.js';
4
4
 
5
5
  declare function parseAccount(account: Address | Account): Account;
6
6
 
@@ -1,6 +1,6 @@
1
- import { a as Transport, b as ClientConfig, C as Client } from './createTransport-9692876d.js';
2
- import { a as Hash, C as Chain, J as RpcTransaction, an as Quantity, X as TransactionRequest, H as Hex } from './chain-892805a2.js';
3
- import { T as TestRequests } from './eip1193-16c1b134.js';
1
+ import { a as Transport, b as ClientConfig, C as Client } from './createTransport-55339615.js';
2
+ import { a as Hash, C as Chain, J as RpcTransaction, an as Quantity, X as TransactionRequest, H as Hex } from './chain-02c77999.js';
3
+ import { T as TestRequests } from './eip1193-07d9c47f.js';
4
4
  import { Address } from 'abitype';
5
5
  import { Chain as Chain$1 } from '@wagmi/chains';
6
6
 
package/dist/test.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- import { T as TestClient, r as TestClientMode } from './test-1cc18fdd.js';
2
- export { D as DropTransactionParameters, I as ImpersonateAccountParameters, a as IncreaseTimeParameters, M as MineParameters, R as ResetParameters, b as RevertParameters, S as SendUnsignedTransactionParameters, c as SendUnsignedTransactionReturnType, d as SetBalanceParameters, e as SetBlockGasLimitParameters, f as SetBlockTimestampIntervalParameters, g as SetCodeParameters, h as SetCoinbaseParameters, i as SetIntervalMiningParameters, j as SetMinGasPriceParameters, k as SetNextBlockBaseFeePerGasParameters, l as SetNextBlockTimestampParameters, m as SetNonceParameters, n as SetStorageAtParameters, o as StopImpersonatingAccountParameters, s as dropTransaction, t as getAutomine, u as getTxpoolContent, v as getTxpoolStatus, w as impersonateAccount, x as increaseTime, y as inspectTxpool, z as mine, A as reset, B as revert, C as sendUnsignedTransaction, E as setBalance, F as setBlockGasLimit, G as setBlockTimestampInterval, H as setCode, J as setCoinbase, K as setIntervalMining, L as setMinGasPrice, N as setNextBlockBaseFeePerGas, O as setNextBlockTimestamp, P as setNonce, Q as setStorageAt, U as stopImpersonatingAccount } from './test-1cc18fdd.js';
1
+ import { T as TestClient, r as TestClientMode } from './test-2d6d9a8d.js';
2
+ export { D as DropTransactionParameters, I as ImpersonateAccountParameters, a as IncreaseTimeParameters, M as MineParameters, R as ResetParameters, b as RevertParameters, S as SendUnsignedTransactionParameters, c as SendUnsignedTransactionReturnType, d as SetBalanceParameters, e as SetBlockGasLimitParameters, f as SetBlockTimestampIntervalParameters, g as SetCodeParameters, h as SetCoinbaseParameters, i as SetIntervalMiningParameters, j as SetMinGasPriceParameters, k as SetNextBlockBaseFeePerGasParameters, l as SetNextBlockTimestampParameters, m as SetNonceParameters, n as SetStorageAtParameters, o as StopImpersonatingAccountParameters, s as dropTransaction, t as getAutomine, u as getTxpoolContent, v as getTxpoolStatus, w as impersonateAccount, x as increaseTime, y as inspectTxpool, z as mine, A as reset, B as revert, C as sendUnsignedTransaction, E as setBalance, F as setBlockGasLimit, G as setBlockTimestampInterval, H as setCode, J as setCoinbase, K as setIntervalMining, L as setMinGasPrice, N as setNextBlockBaseFeePerGas, O as setNextBlockTimestamp, P as setNonce, Q as setStorageAt, U as stopImpersonatingAccount } from './test-2d6d9a8d.js';
3
3
  import { Chain } from '@wagmi/chains';
4
- import { a as Transport } from './createTransport-9692876d.js';
5
- import { C as Chain$1 } from './chain-892805a2.js';
6
- import './eip1193-16c1b134.js';
4
+ import { a as Transport } from './createTransport-55339615.js';
5
+ import { C as Chain$1 } from './chain-02c77999.js';
6
+ import './eip1193-07d9c47f.js';
7
7
  import 'abitype';
8
8
 
9
9
  declare function removeBlockTimestampInterval<TChain extends Chain | undefined>(client: TestClient<TestClientMode, Transport, TChain>): Promise<void>;
package/dist/test.js CHANGED
@@ -27,7 +27,7 @@
27
27
 
28
28
 
29
29
 
30
- var _chunkLXW72PZZjs = require('./chunk-LXW72PZZ.js');
30
+ var _chunkRRNJVV5Njs = require('./chunk-RRNJVV5N.js');
31
31
 
32
32
 
33
33
 
@@ -57,5 +57,5 @@ var _chunkLXW72PZZjs = require('./chunk-LXW72PZZ.js');
57
57
 
58
58
 
59
59
 
60
- exports.dropTransaction = _chunkLXW72PZZjs.dropTransaction; exports.getAutomine = _chunkLXW72PZZjs.getAutomine; exports.getTxpoolContent = _chunkLXW72PZZjs.getTxpoolContent; exports.getTxpoolStatus = _chunkLXW72PZZjs.getTxpoolStatus; exports.impersonateAccount = _chunkLXW72PZZjs.impersonateAccount; exports.increaseTime = _chunkLXW72PZZjs.increaseTime; exports.inspectTxpool = _chunkLXW72PZZjs.inspectTxpool; exports.mine = _chunkLXW72PZZjs.mine; exports.removeBlockTimestampInterval = _chunkLXW72PZZjs.removeBlockTimestampInterval; exports.reset = _chunkLXW72PZZjs.reset; exports.revert = _chunkLXW72PZZjs.revert; exports.sendUnsignedTransaction = _chunkLXW72PZZjs.sendUnsignedTransaction; exports.setAutomine = _chunkLXW72PZZjs.setAutomine; exports.setBalance = _chunkLXW72PZZjs.setBalance; exports.setBlockGasLimit = _chunkLXW72PZZjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkLXW72PZZjs.setBlockTimestampInterval; exports.setCode = _chunkLXW72PZZjs.setCode; exports.setCoinbase = _chunkLXW72PZZjs.setCoinbase; exports.setIntervalMining = _chunkLXW72PZZjs.setIntervalMining; exports.setLoggingEnabled = _chunkLXW72PZZjs.setLoggingEnabled; exports.setMinGasPrice = _chunkLXW72PZZjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkLXW72PZZjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkLXW72PZZjs.setNextBlockTimestamp; exports.setNonce = _chunkLXW72PZZjs.setNonce; exports.setRpcUrl = _chunkLXW72PZZjs.setRpcUrl; exports.setStorageAt = _chunkLXW72PZZjs.setStorageAt; exports.snapshot = _chunkLXW72PZZjs.snapshot; exports.stopImpersonatingAccount = _chunkLXW72PZZjs.stopImpersonatingAccount;
60
+ exports.dropTransaction = _chunkRRNJVV5Njs.dropTransaction; exports.getAutomine = _chunkRRNJVV5Njs.getAutomine; exports.getTxpoolContent = _chunkRRNJVV5Njs.getTxpoolContent; exports.getTxpoolStatus = _chunkRRNJVV5Njs.getTxpoolStatus; exports.impersonateAccount = _chunkRRNJVV5Njs.impersonateAccount; exports.increaseTime = _chunkRRNJVV5Njs.increaseTime; exports.inspectTxpool = _chunkRRNJVV5Njs.inspectTxpool; exports.mine = _chunkRRNJVV5Njs.mine; exports.removeBlockTimestampInterval = _chunkRRNJVV5Njs.removeBlockTimestampInterval; exports.reset = _chunkRRNJVV5Njs.reset; exports.revert = _chunkRRNJVV5Njs.revert; exports.sendUnsignedTransaction = _chunkRRNJVV5Njs.sendUnsignedTransaction; exports.setAutomine = _chunkRRNJVV5Njs.setAutomine; exports.setBalance = _chunkRRNJVV5Njs.setBalance; exports.setBlockGasLimit = _chunkRRNJVV5Njs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkRRNJVV5Njs.setBlockTimestampInterval; exports.setCode = _chunkRRNJVV5Njs.setCode; exports.setCoinbase = _chunkRRNJVV5Njs.setCoinbase; exports.setIntervalMining = _chunkRRNJVV5Njs.setIntervalMining; exports.setLoggingEnabled = _chunkRRNJVV5Njs.setLoggingEnabled; exports.setMinGasPrice = _chunkRRNJVV5Njs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkRRNJVV5Njs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkRRNJVV5Njs.setNextBlockTimestamp; exports.setNonce = _chunkRRNJVV5Njs.setNonce; exports.setRpcUrl = _chunkRRNJVV5Njs.setRpcUrl; exports.setStorageAt = _chunkRRNJVV5Njs.setStorageAt; exports.snapshot = _chunkRRNJVV5Njs.snapshot; exports.stopImpersonatingAccount = _chunkRRNJVV5Njs.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-HNJPZOTY.mjs";
30
+ } from "./chunk-IRIMDDIU.mjs";
31
31
  export {
32
32
  dropTransaction,
33
33
  getAutomine,
@@ -1,6 +1,6 @@
1
1
  import { HDKey } from '@scure/bip32';
2
2
  import { Address, TypedData, TypedDataToPrimitiveTypes, TypedDataDomain, Narrow } from 'abitype';
3
- import { a as Hash, a0 as TransactionSerializable, H as Hex } from './chain-892805a2.js';
3
+ import { a as Hash, a0 as TransactionSerializable, H as Hex } from './chain-02c77999.js';
4
4
 
5
5
  type Account<TAddress extends Address = Address> = JsonRpcAccount<TAddress> | LocalAccount<string, TAddress>;
6
6
  type AccountSource = Address | CustomSource;
@@ -1,21 +1,21 @@
1
1
  export { ParseAbi, ParseAbiItem, ParseAbiParameter, ParseAbiParameters, parseAbi, parseAbiItem, parseAbiParameter, parseAbiParameters } from 'abitype';
2
- export { D as DecodeAbiParametersReturnType, E as EncodeAbiParametersReturnType, G as GetAbiItemParameters, d as decodeAbiParameters, e as encodeAbiParameters, g as getAbiItem } from '../getAbiItem-6223ab36.js';
3
- export { D as DecodeErrorResultParameters, a as DecodeErrorResultReturnType, b as DecodeEventLogParameters, c as DecodeEventLogReturnType, d as DecodeFunctionDataParameters, e as DecodeFunctionResultParameters, f as DecodeFunctionResultReturnType, E as EncodeDeployDataParameters, g as EncodeErrorResultParameters, h as EncodeEventTopicsParameters, i as EncodeFunctionDataParameters, j as EncodeFunctionResultParameters, k as decodeErrorResult, l as decodeEventLog, m as decodeFunctionData, n as decodeFunctionResult, o as encodeDeployData, p as encodeErrorResult, q as encodeEventTopics, r as encodeFunctionData, s as encodeFunctionResult } from '../encodeFunctionResult-5b30ddf1.js';
4
- export { e as encodePacked } from '../encodePacked-0ac1e458.js';
5
- export { a as formatAbiItem, f as formatAbiItemWithArgs } from '../formatAbiItem-c722de85.js';
6
- export { p as parseAccount, a as publicKeyToAddress } from '../publicKeyToAddress-2e49b7cb.js';
7
- import { B as BaseError, C as CallExecutionError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, i as NonceTooHighError, j as NonceTooLowError, N as NonceMaxValueError, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, m as TransactionTypeNotSupportedError, T as TipAboveFeeCapError, U as UnknownNodeError, l as TransactionExecutionError } from '../parseGwei-3bead650.js';
8
- export { G as GetContractAddressOptions, p as GetCreate2AddressOptions, q as GetCreateAddressOptions, r as GetSerializedTransactionType, s as GetTransactionType, t as HashTypedDataParameters, u as HashTypedDataReturnType, H as HttpOptions, v as RecoverAddressParameters, w as RecoverAddressReturnType, x as RecoverMessageAddressParameters, y as RecoverMessageAddressReturnType, z as RecoverTypedDataAddressParameters, A as RecoverTypedDataAddressReturnType, R as RpcResponse, aY as Socket, D as ToRlpReturnType, V as VerifyMessageParameters, J as VerifyMessageReturnType, K as VerifyTypedDataParameters, L as VerifyTypedDataReturnType, M as assertRequest, O as assertTransactionEIP1559, P as assertTransactionEIP2930, Q as assertTransactionLegacy, S as boolToBytes, X as boolToHex, Y as bytesToBigint, Z as bytesToBool, _ as bytesToHex, $ as bytesToNumber, a0 as bytesToString, a1 as concat, a2 as concatBytes, a3 as concatHex, a4 as formatEther, a5 as formatGwei, a6 as formatUnits, a7 as fromBytes, a8 as fromHex, a9 as fromRlp, aa as getAddress, ab as getContractAddress, ac as getContractError, ad as getCreate2Address, ae as getCreateAddress, af as getEventSelector, ag as getFunctionSelector, ah as getSerializedTransactionType, aZ as getSocket, ai as getTransactionType, aj as hashMessage, ak as hashTypedData, al as hexToBigInt, am as hexToBool, an as hexToBytes, ao as hexToNumber, ap as hexToString, aq as isAddress, ar as isAddressEqual, as as isBytes, at as isHash, au as isHex, av as keccak256, aw as numberToBytes, ax as numberToHex, ay as pad, az as padBytes, aA as padHex, aB as parseEther, aC as parseGwei, aD as parseTransaction, aE as parseUnits, aF as prepareRequest, aG as recoverAddress, aH as recoverMessageAddress, aI as recoverTypedDataAddress, a_ as rpc, aJ as serializeTransaction, aK as size, aL as slice, aM as sliceBytes, aN as sliceHex, aO as stringToBytes, aP as stringToHex, aQ as stringify, aR as toBytes, aS as toHex, aT as toRlp, aU as trim, aV as validateTypedData, aW as verifyMessage, aX as verifyTypedData } from '../parseGwei-3bead650.js';
9
- export { d as defineChain, g as getChainContractAddress } from '../chain-d06e2a80.js';
10
- import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters } from '../getEnsResolver-af3ad3a8.js';
11
- export { aU as BlockFormatter, aV as FormattedBlock, aW as FormattedTransactionReceipt, aX as FormattedTransactionRequest, aY as TransactionReceiptFormatter, aZ as TransactionRequestFormatter, a_ as defineBlock, a$ as defineTransactionReceipt, b0 as defineTransactionRequest, b1 as formatBlock, b2 as formatTransactionRequest } from '../getEnsResolver-af3ad3a8.js';
12
- import { aj as Formatter, C as Chain } from '../chain-892805a2.js';
13
- export { ab as ExtractFormatter, ac as Formatted, ad as FormattedTransaction, ae as TransactionFormatter, ar as defineFormatter, af as defineTransaction, as as format, ag as formatTransaction, ah as transactionType } from '../chain-892805a2.js';
14
- import { A as Account } from '../typedData-969116ac.js';
2
+ export { D as DecodeAbiParametersReturnType, E as EncodeAbiParametersReturnType, G as GetAbiItemParameters, d as decodeAbiParameters, e as encodeAbiParameters, g as getAbiItem } from '../getAbiItem-443d91a0.js';
3
+ export { D as DecodeErrorResultParameters, a as DecodeErrorResultReturnType, b as DecodeEventLogParameters, c as DecodeEventLogReturnType, d as DecodeFunctionDataParameters, e as DecodeFunctionResultParameters, f as DecodeFunctionResultReturnType, E as EncodeDeployDataParameters, g as EncodeErrorResultParameters, h as EncodeEventTopicsParameters, i as EncodeFunctionDataParameters, j as EncodeFunctionResultParameters, k as decodeErrorResult, l as decodeEventLog, m as decodeFunctionData, n as decodeFunctionResult, o as encodeDeployData, p as encodeErrorResult, q as encodeEventTopics, r as encodeFunctionData, s as encodeFunctionResult } from '../encodeFunctionResult-f7c8e382.js';
4
+ export { e as encodePacked } from '../encodePacked-462bce62.js';
5
+ export { a as formatAbiItem, f as formatAbiItemWithArgs } from '../formatAbiItem-e5bbcadb.js';
6
+ export { p as parseAccount, a as publicKeyToAddress } from '../publicKeyToAddress-52476df3.js';
7
+ import { B as BaseError, C as CallExecutionError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, i as NonceTooHighError, j as NonceTooLowError, N as NonceMaxValueError, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, m as TransactionTypeNotSupportedError, T as TipAboveFeeCapError, U as UnknownNodeError, l as TransactionExecutionError } from '../parseGwei-4fb29d96.js';
8
+ export { G as GetContractAddressOptions, p as GetCreate2AddressOptions, q as GetCreateAddressOptions, r as GetSerializedTransactionType, s as GetTransactionType, t as HashTypedDataParameters, u as HashTypedDataReturnType, H as HttpOptions, v as RecoverAddressParameters, w as RecoverAddressReturnType, x as RecoverMessageAddressParameters, y as RecoverMessageAddressReturnType, z as RecoverTypedDataAddressParameters, A as RecoverTypedDataAddressReturnType, R as RpcResponse, aY as Socket, D as ToRlpReturnType, V as VerifyMessageParameters, J as VerifyMessageReturnType, K as VerifyTypedDataParameters, L as VerifyTypedDataReturnType, M as assertRequest, O as assertTransactionEIP1559, P as assertTransactionEIP2930, Q as assertTransactionLegacy, S as boolToBytes, X as boolToHex, Y as bytesToBigint, Z as bytesToBool, _ as bytesToHex, $ as bytesToNumber, a0 as bytesToString, a1 as concat, a2 as concatBytes, a3 as concatHex, a4 as formatEther, a5 as formatGwei, a6 as formatUnits, a7 as fromBytes, a8 as fromHex, a9 as fromRlp, aa as getAddress, ab as getContractAddress, ac as getContractError, ad as getCreate2Address, ae as getCreateAddress, af as getEventSelector, ag as getFunctionSelector, ah as getSerializedTransactionType, aZ as getSocket, ai as getTransactionType, aj as hashMessage, ak as hashTypedData, al as hexToBigInt, am as hexToBool, an as hexToBytes, ao as hexToNumber, ap as hexToString, aq as isAddress, ar as isAddressEqual, as as isBytes, at as isHash, au as isHex, av as keccak256, aw as numberToBytes, ax as numberToHex, ay as pad, az as padBytes, aA as padHex, aB as parseEther, aC as parseGwei, aD as parseTransaction, aE as parseUnits, aF as prepareRequest, aG as recoverAddress, aH as recoverMessageAddress, aI as recoverTypedDataAddress, a_ as rpc, aJ as serializeTransaction, aK as size, aL as slice, aM as sliceBytes, aN as sliceHex, aO as stringToBytes, aP as stringToHex, aQ as stringify, aR as toBytes, aS as toHex, aT as toRlp, aU as trim, aV as validateTypedData, aW as verifyMessage, aX as verifyTypedData } from '../parseGwei-4fb29d96.js';
9
+ export { d as defineChain, g as getChainContractAddress } from '../chain-29e97b48.js';
10
+ import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters } from '../getEnsResolver-314de6e9.js';
11
+ export { aU as BlockFormatter, aV as FormattedBlock, aW as FormattedTransactionReceipt, aX as FormattedTransactionRequest, aY as TransactionReceiptFormatter, aZ as TransactionRequestFormatter, a_ as defineBlock, a$ as defineTransactionReceipt, b0 as defineTransactionRequest, b1 as formatBlock, b2 as formatTransactionRequest } from '../getEnsResolver-314de6e9.js';
12
+ import { aj as Formatter, C as Chain } from '../chain-02c77999.js';
13
+ export { ab as ExtractFormatter, ac as Formatted, ad as FormattedTransaction, ae as TransactionFormatter, ar as defineFormatter, af as defineTransaction, as as format, ag as formatTransaction, ah as transactionType } from '../chain-02c77999.js';
14
+ import { A as Account } from '../typedData-337e8d8f.js';
15
15
  import 'abitype/dist/abi-7aa1f183';
16
16
  import 'isomorphic-ws';
17
- import '../createTransport-9692876d.js';
18
- import '../eip1193-16c1b134.js';
17
+ import '../createTransport-55339615.js';
18
+ import '../eip1193-07d9c47f.js';
19
19
  import '@wagmi/chains';
20
20
  import '@scure/bip32';
21
21