viem 0.3.0-main.20230406T040634 → 0.3.0-main.20230407T013938

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 (44) hide show
  1. package/dist/abi.js +2 -2
  2. package/dist/abi.mjs +1 -1
  3. package/dist/accounts/index.js +17 -17
  4. package/dist/accounts/index.mjs +2 -2
  5. package/dist/chains.js +89 -89
  6. package/dist/chains.mjs +1 -1
  7. package/dist/{chunk-YQWSPTO6.js → chunk-DT4KSXZC.js} +6 -6
  8. package/dist/{chunk-DXKVBX5S.mjs → chunk-G5MS5HGY.mjs} +122 -38
  9. package/dist/chunk-G5MS5HGY.mjs.map +1 -0
  10. package/dist/{chunk-TFIHG36G.js → chunk-QITZHDNP.js} +126 -42
  11. package/dist/chunk-QITZHDNP.js.map +1 -0
  12. package/dist/{chunk-KDUIUOGY.mjs → chunk-WROUN36E.mjs} +2 -2
  13. package/dist/contract.d.ts +2 -2
  14. package/dist/contract.js +2 -2
  15. package/dist/contract.mjs +1 -1
  16. package/dist/ens.d.ts +1 -1
  17. package/dist/ens.js +2 -2
  18. package/dist/ens.mjs +1 -1
  19. package/dist/ethers.js +26 -6
  20. package/dist/ethers.js.map +1 -1
  21. package/dist/ethers.mjs +24 -4
  22. package/dist/ethers.mjs.map +1 -1
  23. package/dist/{formatAbiItem-e5bbcadb.d.ts → formatAbiItem-aaf282fc.d.ts} +5 -1
  24. package/dist/{getEnsResolver-314de6e9.d.ts → getEnsResolver-68329c3e.d.ts} +1 -1
  25. package/dist/index.d.ts +8 -5
  26. package/dist/index.js +94 -94
  27. package/dist/index.mjs +1 -1
  28. package/dist/{parseGwei-4fb29d96.d.ts → parseGwei-e2b004f8.d.ts} +1 -1
  29. package/dist/public.d.ts +1 -1
  30. package/dist/public.js +2 -2
  31. package/dist/public.mjs +1 -1
  32. package/dist/test.js +2 -2
  33. package/dist/test.mjs +1 -1
  34. package/dist/utils/index.d.ts +5 -5
  35. package/dist/utils/index.js +4 -2
  36. package/dist/utils/index.mjs +3 -1
  37. package/dist/wallet.d.ts +1 -1
  38. package/dist/wallet.js +2 -2
  39. package/dist/wallet.mjs +1 -1
  40. package/package.json +1 -1
  41. package/dist/chunk-DXKVBX5S.mjs.map +0 -1
  42. package/dist/chunk-TFIHG36G.js.map +0 -1
  43. /package/dist/{chunk-YQWSPTO6.js.map → chunk-DT4KSXZC.js.map} +0 -0
  44. /package/dist/{chunk-KDUIUOGY.mjs.map → chunk-WROUN36E.mjs.map} +0 -0
package/dist/index.js CHANGED
@@ -265,7 +265,7 @@
265
265
 
266
266
 
267
267
 
268
- var _chunkTFIHG36Gjs = require('./chunk-TFIHG36G.js');
268
+ var _chunkQITZHDNPjs = require('./chunk-QITZHDNP.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: _chunkTFIHG36Gjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
282
+ request: _chunkQITZHDNPjs.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 (_chunkTFIHG36Gjs.isDeterministicError.call(void 0, err))
324
+ if (_chunkQITZHDNPjs.isDeterministicError.call(void 0, err))
325
325
  throw err;
326
326
  if (i === transports.length - 1)
327
327
  throw err;
@@ -405,7 +405,7 @@ function rankTransports({
405
405
  ];
406
406
  }).sort((a, b) => b[0] - a[0]);
407
407
  onTransports(scores.map(([, i]) => transports[i]));
408
- await _chunkTFIHG36Gjs.wait.call(void 0, interval);
408
+ await _chunkQITZHDNPjs.wait.call(void 0, interval);
409
409
  rankTransports_();
410
410
  };
411
411
  rankTransports_();
@@ -424,13 +424,13 @@ function http(url, config = {}) {
424
424
  const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
425
425
  const url_ = url || _optionalChain([chain, 'optionalAccess', _2 => _2.rpcUrls, 'access', _3 => _3.default, 'access', _4 => _4.http, 'access', _5 => _5[0]]);
426
426
  if (!url_)
427
- throw new (0, _chunkTFIHG36Gjs.UrlRequiredError)();
427
+ throw new (0, _chunkQITZHDNPjs.UrlRequiredError)();
428
428
  return createTransport(
429
429
  {
430
430
  key,
431
431
  name,
432
432
  async request({ method, params }) {
433
- const { result } = await _chunkTFIHG36Gjs.rpc.http(url_, {
433
+ const { result } = await _chunkQITZHDNPjs.rpc.http(url_, {
434
434
  body: {
435
435
  method,
436
436
  params
@@ -460,14 +460,14 @@ function webSocket(url, config = {}) {
460
460
  const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
461
461
  const url_ = url || _optionalChain([chain, 'optionalAccess', _6 => _6.rpcUrls, 'access', _7 => _7.default, 'access', _8 => _8.webSocket, 'optionalAccess', _9 => _9[0]]);
462
462
  if (!url_)
463
- throw new (0, _chunkTFIHG36Gjs.UrlRequiredError)();
463
+ throw new (0, _chunkQITZHDNPjs.UrlRequiredError)();
464
464
  return createTransport(
465
465
  {
466
466
  key,
467
467
  name,
468
468
  async request({ method, params }) {
469
- const socket = await _chunkTFIHG36Gjs.getSocket.call(void 0, url_);
470
- const { result } = await _chunkTFIHG36Gjs.rpc.webSocketAsync(socket, {
469
+ const socket = await _chunkQITZHDNPjs.getSocket.call(void 0, url_);
470
+ const { result } = await _chunkQITZHDNPjs.rpc.webSocketAsync(socket, {
471
471
  body: { method, params },
472
472
  timeout
473
473
  });
@@ -480,12 +480,12 @@ function webSocket(url, config = {}) {
480
480
  },
481
481
  {
482
482
  getSocket() {
483
- return _chunkTFIHG36Gjs.getSocket.call(void 0, url_);
483
+ return _chunkQITZHDNPjs.getSocket.call(void 0, url_);
484
484
  },
485
485
  async subscribe({ params, onData, onError }) {
486
- const socket = await _chunkTFIHG36Gjs.getSocket.call(void 0, url_);
486
+ const socket = await _chunkQITZHDNPjs.getSocket.call(void 0, url_);
487
487
  const { result: subscriptionId } = await new Promise(
488
- (resolve, reject) => _chunkTFIHG36Gjs.rpc.webSocket(socket, {
488
+ (resolve, reject) => _chunkQITZHDNPjs.rpc.webSocket(socket, {
489
489
  body: {
490
490
  method: "eth_subscribe",
491
491
  params
@@ -509,7 +509,7 @@ function webSocket(url, config = {}) {
509
509
  subscriptionId,
510
510
  async unsubscribe() {
511
511
  return new Promise(
512
- (resolve, reject) => _chunkTFIHG36Gjs.rpc.webSocket(socket, {
512
+ (resolve, reject) => _chunkQITZHDNPjs.rpc.webSocket(socket, {
513
513
  body: {
514
514
  method: "eth_unsubscribe",
515
515
  params: [subscriptionId]
@@ -565,95 +565,95 @@ function createClient({
565
565
 
566
566
  // src/clients/decorators/public.ts
567
567
  var publicActions = (client) => ({
568
- call: (args) => _chunkTFIHG36Gjs.call.call(void 0, client, args),
569
- createBlockFilter: () => _chunkTFIHG36Gjs.createBlockFilter.call(void 0, client),
570
- createContractEventFilter: (args) => _chunkTFIHG36Gjs.createContractEventFilter.call(void 0, client, args),
571
- createEventFilter: (args) => _chunkTFIHG36Gjs.createEventFilter.call(void 0, client, args),
572
- createPendingTransactionFilter: () => _chunkTFIHG36Gjs.createPendingTransactionFilter.call(void 0, client),
573
- estimateContractGas: (args) => _chunkTFIHG36Gjs.estimateContractGas.call(void 0, client, args),
574
- estimateGas: (args) => _chunkTFIHG36Gjs.estimateGas.call(void 0, client, args),
575
- getBalance: (args) => _chunkTFIHG36Gjs.getBalance.call(void 0, client, args),
576
- getBlock: (args) => _chunkTFIHG36Gjs.getBlock.call(void 0, client, args),
577
- getBlockNumber: (args) => _chunkTFIHG36Gjs.getBlockNumber.call(void 0, client, args),
578
- getBlockTransactionCount: (args) => _chunkTFIHG36Gjs.getBlockTransactionCount.call(void 0, client, args),
579
- getBytecode: (args) => _chunkTFIHG36Gjs.getBytecode.call(void 0, client, args),
580
- getChainId: () => _chunkTFIHG36Gjs.getChainId.call(void 0, client),
581
- getEnsAddress: (args) => _chunkTFIHG36Gjs.getEnsAddress.call(void 0, client, args),
582
- getEnsAvatar: (args) => _chunkTFIHG36Gjs.getEnsAvatar.call(void 0, client, args),
583
- getEnsName: (args) => _chunkTFIHG36Gjs.getEnsName.call(void 0, client, args),
584
- getEnsResolver: (args) => _chunkTFIHG36Gjs.getEnsResolver.call(void 0, client, args),
585
- getEnsText: (args) => _chunkTFIHG36Gjs.getEnsText.call(void 0, client, args),
586
- getFeeHistory: (args) => _chunkTFIHG36Gjs.getFeeHistory.call(void 0, client, args),
587
- getFilterChanges: (args) => _chunkTFIHG36Gjs.getFilterChanges.call(void 0, client, args),
588
- getFilterLogs: (args) => _chunkTFIHG36Gjs.getFilterLogs.call(void 0, client, args),
589
- getGasPrice: () => _chunkTFIHG36Gjs.getGasPrice.call(void 0, client),
590
- getLogs: (args) => _chunkTFIHG36Gjs.getLogs.call(void 0, client, args),
591
- getStorageAt: (args) => _chunkTFIHG36Gjs.getStorageAt.call(void 0, client, args),
592
- getTransaction: (args) => _chunkTFIHG36Gjs.getTransaction.call(void 0, client, args),
593
- getTransactionConfirmations: (args) => _chunkTFIHG36Gjs.getTransactionConfirmations.call(void 0, client, args),
594
- getTransactionCount: (args) => _chunkTFIHG36Gjs.getTransactionCount.call(void 0, client, args),
595
- getTransactionReceipt: (args) => _chunkTFIHG36Gjs.getTransactionReceipt.call(void 0, client, args),
596
- multicall: (args) => _chunkTFIHG36Gjs.multicall.call(void 0, client, args),
597
- readContract: (args) => _chunkTFIHG36Gjs.readContract.call(void 0, client, args),
598
- simulateContract: (args) => _chunkTFIHG36Gjs.simulateContract.call(void 0, client, args),
599
- uninstallFilter: (args) => _chunkTFIHG36Gjs.uninstallFilter.call(void 0, client, args),
600
- waitForTransactionReceipt: (args) => _chunkTFIHG36Gjs.waitForTransactionReceipt.call(void 0, client, args),
601
- watchBlocks: (args) => _chunkTFIHG36Gjs.watchBlocks.call(void 0, client, args),
602
- watchBlockNumber: (args) => _chunkTFIHG36Gjs.watchBlockNumber.call(void 0, client, args),
603
- watchContractEvent: (args) => _chunkTFIHG36Gjs.watchContractEvent.call(void 0, client, args),
604
- watchEvent: (args) => _chunkTFIHG36Gjs.watchEvent.call(void 0, client, args),
605
- watchPendingTransactions: (args) => _chunkTFIHG36Gjs.watchPendingTransactions.call(void 0, client, args)
568
+ call: (args) => _chunkQITZHDNPjs.call.call(void 0, client, args),
569
+ createBlockFilter: () => _chunkQITZHDNPjs.createBlockFilter.call(void 0, client),
570
+ createContractEventFilter: (args) => _chunkQITZHDNPjs.createContractEventFilter.call(void 0, client, args),
571
+ createEventFilter: (args) => _chunkQITZHDNPjs.createEventFilter.call(void 0, client, args),
572
+ createPendingTransactionFilter: () => _chunkQITZHDNPjs.createPendingTransactionFilter.call(void 0, client),
573
+ estimateContractGas: (args) => _chunkQITZHDNPjs.estimateContractGas.call(void 0, client, args),
574
+ estimateGas: (args) => _chunkQITZHDNPjs.estimateGas.call(void 0, client, args),
575
+ getBalance: (args) => _chunkQITZHDNPjs.getBalance.call(void 0, client, args),
576
+ getBlock: (args) => _chunkQITZHDNPjs.getBlock.call(void 0, client, args),
577
+ getBlockNumber: (args) => _chunkQITZHDNPjs.getBlockNumber.call(void 0, client, args),
578
+ getBlockTransactionCount: (args) => _chunkQITZHDNPjs.getBlockTransactionCount.call(void 0, client, args),
579
+ getBytecode: (args) => _chunkQITZHDNPjs.getBytecode.call(void 0, client, args),
580
+ getChainId: () => _chunkQITZHDNPjs.getChainId.call(void 0, client),
581
+ getEnsAddress: (args) => _chunkQITZHDNPjs.getEnsAddress.call(void 0, client, args),
582
+ getEnsAvatar: (args) => _chunkQITZHDNPjs.getEnsAvatar.call(void 0, client, args),
583
+ getEnsName: (args) => _chunkQITZHDNPjs.getEnsName.call(void 0, client, args),
584
+ getEnsResolver: (args) => _chunkQITZHDNPjs.getEnsResolver.call(void 0, client, args),
585
+ getEnsText: (args) => _chunkQITZHDNPjs.getEnsText.call(void 0, client, args),
586
+ getFeeHistory: (args) => _chunkQITZHDNPjs.getFeeHistory.call(void 0, client, args),
587
+ getFilterChanges: (args) => _chunkQITZHDNPjs.getFilterChanges.call(void 0, client, args),
588
+ getFilterLogs: (args) => _chunkQITZHDNPjs.getFilterLogs.call(void 0, client, args),
589
+ getGasPrice: () => _chunkQITZHDNPjs.getGasPrice.call(void 0, client),
590
+ getLogs: (args) => _chunkQITZHDNPjs.getLogs.call(void 0, client, args),
591
+ getStorageAt: (args) => _chunkQITZHDNPjs.getStorageAt.call(void 0, client, args),
592
+ getTransaction: (args) => _chunkQITZHDNPjs.getTransaction.call(void 0, client, args),
593
+ getTransactionConfirmations: (args) => _chunkQITZHDNPjs.getTransactionConfirmations.call(void 0, client, args),
594
+ getTransactionCount: (args) => _chunkQITZHDNPjs.getTransactionCount.call(void 0, client, args),
595
+ getTransactionReceipt: (args) => _chunkQITZHDNPjs.getTransactionReceipt.call(void 0, client, args),
596
+ multicall: (args) => _chunkQITZHDNPjs.multicall.call(void 0, client, args),
597
+ readContract: (args) => _chunkQITZHDNPjs.readContract.call(void 0, client, args),
598
+ simulateContract: (args) => _chunkQITZHDNPjs.simulateContract.call(void 0, client, args),
599
+ uninstallFilter: (args) => _chunkQITZHDNPjs.uninstallFilter.call(void 0, client, args),
600
+ waitForTransactionReceipt: (args) => _chunkQITZHDNPjs.waitForTransactionReceipt.call(void 0, client, args),
601
+ watchBlocks: (args) => _chunkQITZHDNPjs.watchBlocks.call(void 0, client, args),
602
+ watchBlockNumber: (args) => _chunkQITZHDNPjs.watchBlockNumber.call(void 0, client, args),
603
+ watchContractEvent: (args) => _chunkQITZHDNPjs.watchContractEvent.call(void 0, client, args),
604
+ watchEvent: (args) => _chunkQITZHDNPjs.watchEvent.call(void 0, client, args),
605
+ watchPendingTransactions: (args) => _chunkQITZHDNPjs.watchPendingTransactions.call(void 0, client, args)
606
606
  });
607
607
 
608
608
  // src/clients/decorators/test.ts
609
609
  function testActions(client) {
610
610
  return {
611
- dropTransaction: (args) => _chunkTFIHG36Gjs.dropTransaction.call(void 0, client, args),
612
- getAutomine: () => _chunkTFIHG36Gjs.getAutomine.call(void 0, client),
613
- getTxpoolContent: () => _chunkTFIHG36Gjs.getTxpoolContent.call(void 0, client),
614
- getTxpoolStatus: () => _chunkTFIHG36Gjs.getTxpoolStatus.call(void 0, client),
615
- impersonateAccount: (args) => _chunkTFIHG36Gjs.impersonateAccount.call(void 0, client, args),
616
- increaseTime: (args) => _chunkTFIHG36Gjs.increaseTime.call(void 0, client, args),
617
- inspectTxpool: () => _chunkTFIHG36Gjs.inspectTxpool.call(void 0, client),
618
- mine: (args) => _chunkTFIHG36Gjs.mine.call(void 0, client, args),
619
- removeBlockTimestampInterval: () => _chunkTFIHG36Gjs.removeBlockTimestampInterval.call(void 0, client),
620
- reset: (args) => _chunkTFIHG36Gjs.reset.call(void 0, client, args),
621
- revert: (args) => _chunkTFIHG36Gjs.revert.call(void 0, client, args),
622
- sendUnsignedTransaction: (args) => _chunkTFIHG36Gjs.sendUnsignedTransaction.call(void 0, client, args),
623
- setAutomine: (args) => _chunkTFIHG36Gjs.setAutomine.call(void 0, client, args),
624
- setBalance: (args) => _chunkTFIHG36Gjs.setBalance.call(void 0, client, args),
625
- setBlockGasLimit: (args) => _chunkTFIHG36Gjs.setBlockGasLimit.call(void 0, client, args),
626
- setBlockTimestampInterval: (args) => _chunkTFIHG36Gjs.setBlockTimestampInterval.call(void 0, client, args),
627
- setCode: (args) => _chunkTFIHG36Gjs.setCode.call(void 0, client, args),
628
- setCoinbase: (args) => _chunkTFIHG36Gjs.setCoinbase.call(void 0, client, args),
629
- setIntervalMining: (args) => _chunkTFIHG36Gjs.setIntervalMining.call(void 0, client, args),
630
- setLoggingEnabled: (args) => _chunkTFIHG36Gjs.setLoggingEnabled.call(void 0, client, args),
631
- setMinGasPrice: (args) => _chunkTFIHG36Gjs.setMinGasPrice.call(void 0, client, args),
632
- setNextBlockBaseFeePerGas: (args) => _chunkTFIHG36Gjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
633
- setNextBlockTimestamp: (args) => _chunkTFIHG36Gjs.setNextBlockTimestamp.call(void 0, client, args),
634
- setNonce: (args) => _chunkTFIHG36Gjs.setNonce.call(void 0, client, args),
635
- setRpcUrl: (args) => _chunkTFIHG36Gjs.setRpcUrl.call(void 0, client, args),
636
- setStorageAt: (args) => _chunkTFIHG36Gjs.setStorageAt.call(void 0, client, args),
637
- snapshot: () => _chunkTFIHG36Gjs.snapshot.call(void 0, client),
638
- stopImpersonatingAccount: (args) => _chunkTFIHG36Gjs.stopImpersonatingAccount.call(void 0, client, args)
611
+ dropTransaction: (args) => _chunkQITZHDNPjs.dropTransaction.call(void 0, client, args),
612
+ getAutomine: () => _chunkQITZHDNPjs.getAutomine.call(void 0, client),
613
+ getTxpoolContent: () => _chunkQITZHDNPjs.getTxpoolContent.call(void 0, client),
614
+ getTxpoolStatus: () => _chunkQITZHDNPjs.getTxpoolStatus.call(void 0, client),
615
+ impersonateAccount: (args) => _chunkQITZHDNPjs.impersonateAccount.call(void 0, client, args),
616
+ increaseTime: (args) => _chunkQITZHDNPjs.increaseTime.call(void 0, client, args),
617
+ inspectTxpool: () => _chunkQITZHDNPjs.inspectTxpool.call(void 0, client),
618
+ mine: (args) => _chunkQITZHDNPjs.mine.call(void 0, client, args),
619
+ removeBlockTimestampInterval: () => _chunkQITZHDNPjs.removeBlockTimestampInterval.call(void 0, client),
620
+ reset: (args) => _chunkQITZHDNPjs.reset.call(void 0, client, args),
621
+ revert: (args) => _chunkQITZHDNPjs.revert.call(void 0, client, args),
622
+ sendUnsignedTransaction: (args) => _chunkQITZHDNPjs.sendUnsignedTransaction.call(void 0, client, args),
623
+ setAutomine: (args) => _chunkQITZHDNPjs.setAutomine.call(void 0, client, args),
624
+ setBalance: (args) => _chunkQITZHDNPjs.setBalance.call(void 0, client, args),
625
+ setBlockGasLimit: (args) => _chunkQITZHDNPjs.setBlockGasLimit.call(void 0, client, args),
626
+ setBlockTimestampInterval: (args) => _chunkQITZHDNPjs.setBlockTimestampInterval.call(void 0, client, args),
627
+ setCode: (args) => _chunkQITZHDNPjs.setCode.call(void 0, client, args),
628
+ setCoinbase: (args) => _chunkQITZHDNPjs.setCoinbase.call(void 0, client, args),
629
+ setIntervalMining: (args) => _chunkQITZHDNPjs.setIntervalMining.call(void 0, client, args),
630
+ setLoggingEnabled: (args) => _chunkQITZHDNPjs.setLoggingEnabled.call(void 0, client, args),
631
+ setMinGasPrice: (args) => _chunkQITZHDNPjs.setMinGasPrice.call(void 0, client, args),
632
+ setNextBlockBaseFeePerGas: (args) => _chunkQITZHDNPjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
633
+ setNextBlockTimestamp: (args) => _chunkQITZHDNPjs.setNextBlockTimestamp.call(void 0, client, args),
634
+ setNonce: (args) => _chunkQITZHDNPjs.setNonce.call(void 0, client, args),
635
+ setRpcUrl: (args) => _chunkQITZHDNPjs.setRpcUrl.call(void 0, client, args),
636
+ setStorageAt: (args) => _chunkQITZHDNPjs.setStorageAt.call(void 0, client, args),
637
+ snapshot: () => _chunkQITZHDNPjs.snapshot.call(void 0, client),
638
+ stopImpersonatingAccount: (args) => _chunkQITZHDNPjs.stopImpersonatingAccount.call(void 0, client, args)
639
639
  };
640
640
  }
641
641
 
642
642
  // src/clients/decorators/wallet.ts
643
643
  var walletActions = (client) => ({
644
- addChain: (args) => _chunkTFIHG36Gjs.addChain.call(void 0, client, args),
645
- deployContract: (args) => _chunkTFIHG36Gjs.deployContract.call(void 0, client, args),
646
- getAddresses: () => _chunkTFIHG36Gjs.getAddresses.call(void 0, client),
647
- getChainId: () => _chunkTFIHG36Gjs.getChainId.call(void 0, client),
648
- getPermissions: () => _chunkTFIHG36Gjs.getPermissions.call(void 0, client),
649
- requestAddresses: () => _chunkTFIHG36Gjs.requestAddresses.call(void 0, client),
650
- requestPermissions: (args) => _chunkTFIHG36Gjs.requestPermissions.call(void 0, client, args),
651
- sendTransaction: (args) => _chunkTFIHG36Gjs.sendTransaction.call(void 0, client, args),
652
- signMessage: (args) => _chunkTFIHG36Gjs.signMessage.call(void 0, client, args),
653
- signTypedData: (args) => _chunkTFIHG36Gjs.signTypedData.call(void 0, client, args),
654
- switchChain: (args) => _chunkTFIHG36Gjs.switchChain.call(void 0, client, args),
655
- watchAsset: (args) => _chunkTFIHG36Gjs.watchAsset.call(void 0, client, args),
656
- writeContract: (args) => _chunkTFIHG36Gjs.writeContract.call(void 0, client, args)
644
+ addChain: (args) => _chunkQITZHDNPjs.addChain.call(void 0, client, args),
645
+ deployContract: (args) => _chunkQITZHDNPjs.deployContract.call(void 0, client, args),
646
+ getAddresses: () => _chunkQITZHDNPjs.getAddresses.call(void 0, client),
647
+ getChainId: () => _chunkQITZHDNPjs.getChainId.call(void 0, client),
648
+ getPermissions: () => _chunkQITZHDNPjs.getPermissions.call(void 0, client),
649
+ requestAddresses: () => _chunkQITZHDNPjs.requestAddresses.call(void 0, client),
650
+ requestPermissions: (args) => _chunkQITZHDNPjs.requestPermissions.call(void 0, client, args),
651
+ sendTransaction: (args) => _chunkQITZHDNPjs.sendTransaction.call(void 0, client, args),
652
+ signMessage: (args) => _chunkQITZHDNPjs.signMessage.call(void 0, client, args),
653
+ signTypedData: (args) => _chunkQITZHDNPjs.signTypedData.call(void 0, client, args),
654
+ switchChain: (args) => _chunkQITZHDNPjs.switchChain.call(void 0, client, args),
655
+ watchAsset: (args) => _chunkQITZHDNPjs.watchAsset.call(void 0, client, args),
656
+ writeContract: (args) => _chunkQITZHDNPjs.writeContract.call(void 0, client, args)
657
657
  });
658
658
 
659
659
  // src/clients/createPublicClient.ts
@@ -722,7 +722,7 @@ function createWalletClient({
722
722
  transport: (opts) => transport({ ...opts, retryCount: 0 }),
723
723
  type: "walletClient"
724
724
  }),
725
- account: account ? _chunkTFIHG36Gjs.parseAccount.call(void 0, account) : void 0
725
+ account: account ? _chunkQITZHDNPjs.parseAccount.call(void 0, account) : void 0
726
726
  };
727
727
  return {
728
728
  ...client,
@@ -921,5 +921,5 @@ function createWalletClient({
921
921
 
922
922
 
923
923
 
924
- exports.AbiConstructorNotFoundError = _chunkTFIHG36Gjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkTFIHG36Gjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkTFIHG36Gjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkTFIHG36Gjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkTFIHG36Gjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkTFIHG36Gjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkTFIHG36Gjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkTFIHG36Gjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkTFIHG36Gjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkTFIHG36Gjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkTFIHG36Gjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkTFIHG36Gjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkTFIHG36Gjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkTFIHG36Gjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkTFIHG36Gjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkTFIHG36Gjs.BaseError; exports.BlockNotFoundError = _chunkTFIHG36Gjs.BlockNotFoundError; exports.CallExecutionError = _chunkTFIHG36Gjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkTFIHG36Gjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkTFIHG36Gjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkTFIHG36Gjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkTFIHG36Gjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkTFIHG36Gjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkTFIHG36Gjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkTFIHG36Gjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkTFIHG36Gjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkTFIHG36Gjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkTFIHG36Gjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkTFIHG36Gjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkTFIHG36Gjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkTFIHG36Gjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkTFIHG36Gjs.HttpRequestError; exports.InsufficientFundsError = _chunkTFIHG36Gjs.InsufficientFundsError; exports.InternalRpcError = _chunkTFIHG36Gjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkTFIHG36Gjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkTFIHG36Gjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkTFIHG36Gjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkTFIHG36Gjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkTFIHG36Gjs.InvalidAddressError; exports.InvalidArrayError = _chunkTFIHG36Gjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkTFIHG36Gjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkTFIHG36Gjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkTFIHG36Gjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkTFIHG36Gjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkTFIHG36Gjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkTFIHG36Gjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkTFIHG36Gjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkTFIHG36Gjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkTFIHG36Gjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkTFIHG36Gjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkTFIHG36Gjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkTFIHG36Gjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkTFIHG36Gjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkTFIHG36Gjs.NonceMaxValueError; exports.NonceTooHighError = _chunkTFIHG36Gjs.NonceTooHighError; exports.NonceTooLowError = _chunkTFIHG36Gjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkTFIHG36Gjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkTFIHG36Gjs.ParseRpcError; exports.RawContractError = _chunkTFIHG36Gjs.RawContractError; exports.RequestError = _chunkTFIHG36Gjs.RequestError; exports.ResourceNotFoundRpcError = _chunkTFIHG36Gjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkTFIHG36Gjs.ResourceUnavailableRpcError; exports.RpcError = _chunkTFIHG36Gjs.RpcError; exports.RpcRequestError = _chunkTFIHG36Gjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkTFIHG36Gjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkTFIHG36Gjs.SwitchChainError; exports.TimeoutError = _chunkTFIHG36Gjs.TimeoutError; exports.TipAboveFeeCapError = _chunkTFIHG36Gjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkTFIHG36Gjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkTFIHG36Gjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkTFIHG36Gjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkTFIHG36Gjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkTFIHG36Gjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkTFIHG36Gjs.UnknownNodeError; exports.UnknownRpcError = _chunkTFIHG36Gjs.UnknownRpcError; exports.UrlRequiredError = _chunkTFIHG36Gjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkTFIHG36Gjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkTFIHG36Gjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkTFIHG36Gjs.WebSocketRequestError; exports.assertRequest = _chunkTFIHG36Gjs.assertRequest; exports.assertTransactionEIP1559 = _chunkTFIHG36Gjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkTFIHG36Gjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkTFIHG36Gjs.assertTransactionLegacy; exports.boolToBytes = _chunkTFIHG36Gjs.boolToBytes; exports.boolToHex = _chunkTFIHG36Gjs.boolToHex; exports.bytesToBigint = _chunkTFIHG36Gjs.bytesToBigint; exports.bytesToBool = _chunkTFIHG36Gjs.bytesToBool; exports.bytesToHex = _chunkTFIHG36Gjs.bytesToHex; exports.bytesToNumber = _chunkTFIHG36Gjs.bytesToNumber; exports.bytesToString = _chunkTFIHG36Gjs.bytesToString; exports.concat = _chunkTFIHG36Gjs.concat; exports.concatBytes = _chunkTFIHG36Gjs.concatBytes; exports.concatHex = _chunkTFIHG36Gjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkTFIHG36Gjs.decodeAbiParameters; exports.decodeErrorResult = _chunkTFIHG36Gjs.decodeErrorResult; exports.decodeEventLog = _chunkTFIHG36Gjs.decodeEventLog; exports.decodeFunctionData = _chunkTFIHG36Gjs.decodeFunctionData; exports.decodeFunctionResult = _chunkTFIHG36Gjs.decodeFunctionResult; exports.defineBlock = _chunkTFIHG36Gjs.defineBlock; exports.defineChain = _chunkTFIHG36Gjs.defineChain; exports.defineTransaction = _chunkTFIHG36Gjs.defineTransaction; exports.defineTransactionReceipt = _chunkTFIHG36Gjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkTFIHG36Gjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkTFIHG36Gjs.encodeAbiParameters; exports.encodeDeployData = _chunkTFIHG36Gjs.encodeDeployData; exports.encodeErrorResult = _chunkTFIHG36Gjs.encodeErrorResult; exports.encodeEventTopics = _chunkTFIHG36Gjs.encodeEventTopics; exports.encodeFunctionData = _chunkTFIHG36Gjs.encodeFunctionData; exports.encodeFunctionResult = _chunkTFIHG36Gjs.encodeFunctionResult; exports.encodePacked = _chunkTFIHG36Gjs.encodePacked; exports.etherUnits = _chunkTFIHG36Gjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkTFIHG36Gjs.formatBlock; exports.formatEther = _chunkTFIHG36Gjs.formatEther; exports.formatGwei = _chunkTFIHG36Gjs.formatGwei; exports.formatTransaction = _chunkTFIHG36Gjs.formatTransaction; exports.formatTransactionRequest = _chunkTFIHG36Gjs.formatTransactionRequest; exports.formatUnits = _chunkTFIHG36Gjs.formatUnits; exports.fromBytes = _chunkTFIHG36Gjs.fromBytes; exports.fromHex = _chunkTFIHG36Gjs.fromHex; exports.fromRlp = _chunkTFIHG36Gjs.fromRlp; exports.getAbiItem = _chunkTFIHG36Gjs.getAbiItem; exports.getAddress = _chunkTFIHG36Gjs.getAddress; exports.getContract = _chunkTFIHG36Gjs.getContract; exports.getContractAddress = _chunkTFIHG36Gjs.getContractAddress; exports.getContractError = _chunkTFIHG36Gjs.getContractError; exports.getCreate2Address = _chunkTFIHG36Gjs.getCreate2Address; exports.getCreateAddress = _chunkTFIHG36Gjs.getCreateAddress; exports.getEventSelector = _chunkTFIHG36Gjs.getEventSelector; exports.getFunctionSelector = _chunkTFIHG36Gjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkTFIHG36Gjs.getSerializedTransactionType; exports.getTransactionType = _chunkTFIHG36Gjs.getTransactionType; exports.gweiUnits = _chunkTFIHG36Gjs.gweiUnits; exports.hashMessage = _chunkTFIHG36Gjs.hashMessage; exports.hashTypedData = _chunkTFIHG36Gjs.hashTypedData; exports.hexToBigInt = _chunkTFIHG36Gjs.hexToBigInt; exports.hexToBool = _chunkTFIHG36Gjs.hexToBool; exports.hexToBytes = _chunkTFIHG36Gjs.hexToBytes; exports.hexToNumber = _chunkTFIHG36Gjs.hexToNumber; exports.hexToString = _chunkTFIHG36Gjs.hexToString; exports.http = http; exports.isAddress = _chunkTFIHG36Gjs.isAddress; exports.isAddressEqual = _chunkTFIHG36Gjs.isAddressEqual; exports.isBytes = _chunkTFIHG36Gjs.isBytes; exports.isHash = _chunkTFIHG36Gjs.isHash; exports.isHex = _chunkTFIHG36Gjs.isHex; exports.keccak256 = _chunkTFIHG36Gjs.keccak256; exports.labelhash = _chunkTFIHG36Gjs.labelhash; exports.multicall3Abi = _chunkTFIHG36Gjs.multicall3Abi; exports.namehash = _chunkTFIHG36Gjs.namehash; exports.numberToBytes = _chunkTFIHG36Gjs.numberToBytes; exports.numberToHex = _chunkTFIHG36Gjs.numberToHex; exports.pad = _chunkTFIHG36Gjs.pad; exports.padBytes = _chunkTFIHG36Gjs.padBytes; exports.padHex = _chunkTFIHG36Gjs.padHex; exports.parseAbi = _chunkTFIHG36Gjs.parseAbi; exports.parseAbiItem = _chunkTFIHG36Gjs.parseAbiItem; exports.parseAbiParameter = _chunkTFIHG36Gjs.parseAbiParameter; exports.parseAbiParameters = _chunkTFIHG36Gjs.parseAbiParameters; exports.parseEther = _chunkTFIHG36Gjs.parseEther; exports.parseGwei = _chunkTFIHG36Gjs.parseGwei; exports.parseTransaction = _chunkTFIHG36Gjs.parseTransaction; exports.parseUnits = _chunkTFIHG36Gjs.parseUnits; exports.prepareRequest = _chunkTFIHG36Gjs.prepareRequest; exports.recoverAddress = _chunkTFIHG36Gjs.recoverAddress; exports.recoverMessageAddress = _chunkTFIHG36Gjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkTFIHG36Gjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkTFIHG36Gjs.serializeTransaction; exports.size = _chunkTFIHG36Gjs.size; exports.slice = _chunkTFIHG36Gjs.slice; exports.sliceBytes = _chunkTFIHG36Gjs.sliceBytes; exports.sliceHex = _chunkTFIHG36Gjs.sliceHex; exports.stringToBytes = _chunkTFIHG36Gjs.stringToBytes; exports.stringToHex = _chunkTFIHG36Gjs.stringToHex; exports.stringify = _chunkTFIHG36Gjs.stringify; exports.toBytes = _chunkTFIHG36Gjs.toBytes; exports.toHex = _chunkTFIHG36Gjs.toHex; exports.toRlp = _chunkTFIHG36Gjs.toRlp; exports.transactionType = _chunkTFIHG36Gjs.transactionType; exports.trim = _chunkTFIHG36Gjs.trim; exports.validateTypedData = _chunkTFIHG36Gjs.validateTypedData; exports.verifyMessage = _chunkTFIHG36Gjs.verifyMessage; exports.verifyTypedData = _chunkTFIHG36Gjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkTFIHG36Gjs.weiUnits;
924
+ exports.AbiConstructorNotFoundError = _chunkQITZHDNPjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkQITZHDNPjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkQITZHDNPjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkQITZHDNPjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkQITZHDNPjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkQITZHDNPjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkQITZHDNPjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkQITZHDNPjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkQITZHDNPjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkQITZHDNPjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkQITZHDNPjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkQITZHDNPjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkQITZHDNPjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkQITZHDNPjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkQITZHDNPjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkQITZHDNPjs.BaseError; exports.BlockNotFoundError = _chunkQITZHDNPjs.BlockNotFoundError; exports.CallExecutionError = _chunkQITZHDNPjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkQITZHDNPjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkQITZHDNPjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkQITZHDNPjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkQITZHDNPjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkQITZHDNPjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkQITZHDNPjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkQITZHDNPjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkQITZHDNPjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkQITZHDNPjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkQITZHDNPjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkQITZHDNPjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkQITZHDNPjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkQITZHDNPjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkQITZHDNPjs.HttpRequestError; exports.InsufficientFundsError = _chunkQITZHDNPjs.InsufficientFundsError; exports.InternalRpcError = _chunkQITZHDNPjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkQITZHDNPjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkQITZHDNPjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkQITZHDNPjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkQITZHDNPjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkQITZHDNPjs.InvalidAddressError; exports.InvalidArrayError = _chunkQITZHDNPjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkQITZHDNPjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkQITZHDNPjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkQITZHDNPjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkQITZHDNPjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkQITZHDNPjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkQITZHDNPjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkQITZHDNPjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkQITZHDNPjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkQITZHDNPjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkQITZHDNPjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkQITZHDNPjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkQITZHDNPjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkQITZHDNPjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkQITZHDNPjs.NonceMaxValueError; exports.NonceTooHighError = _chunkQITZHDNPjs.NonceTooHighError; exports.NonceTooLowError = _chunkQITZHDNPjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkQITZHDNPjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkQITZHDNPjs.ParseRpcError; exports.RawContractError = _chunkQITZHDNPjs.RawContractError; exports.RequestError = _chunkQITZHDNPjs.RequestError; exports.ResourceNotFoundRpcError = _chunkQITZHDNPjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkQITZHDNPjs.ResourceUnavailableRpcError; exports.RpcError = _chunkQITZHDNPjs.RpcError; exports.RpcRequestError = _chunkQITZHDNPjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkQITZHDNPjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkQITZHDNPjs.SwitchChainError; exports.TimeoutError = _chunkQITZHDNPjs.TimeoutError; exports.TipAboveFeeCapError = _chunkQITZHDNPjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkQITZHDNPjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkQITZHDNPjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkQITZHDNPjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkQITZHDNPjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkQITZHDNPjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkQITZHDNPjs.UnknownNodeError; exports.UnknownRpcError = _chunkQITZHDNPjs.UnknownRpcError; exports.UrlRequiredError = _chunkQITZHDNPjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkQITZHDNPjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkQITZHDNPjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkQITZHDNPjs.WebSocketRequestError; exports.assertRequest = _chunkQITZHDNPjs.assertRequest; exports.assertTransactionEIP1559 = _chunkQITZHDNPjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkQITZHDNPjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkQITZHDNPjs.assertTransactionLegacy; exports.boolToBytes = _chunkQITZHDNPjs.boolToBytes; exports.boolToHex = _chunkQITZHDNPjs.boolToHex; exports.bytesToBigint = _chunkQITZHDNPjs.bytesToBigint; exports.bytesToBool = _chunkQITZHDNPjs.bytesToBool; exports.bytesToHex = _chunkQITZHDNPjs.bytesToHex; exports.bytesToNumber = _chunkQITZHDNPjs.bytesToNumber; exports.bytesToString = _chunkQITZHDNPjs.bytesToString; exports.concat = _chunkQITZHDNPjs.concat; exports.concatBytes = _chunkQITZHDNPjs.concatBytes; exports.concatHex = _chunkQITZHDNPjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkQITZHDNPjs.decodeAbiParameters; exports.decodeErrorResult = _chunkQITZHDNPjs.decodeErrorResult; exports.decodeEventLog = _chunkQITZHDNPjs.decodeEventLog; exports.decodeFunctionData = _chunkQITZHDNPjs.decodeFunctionData; exports.decodeFunctionResult = _chunkQITZHDNPjs.decodeFunctionResult; exports.defineBlock = _chunkQITZHDNPjs.defineBlock; exports.defineChain = _chunkQITZHDNPjs.defineChain; exports.defineTransaction = _chunkQITZHDNPjs.defineTransaction; exports.defineTransactionReceipt = _chunkQITZHDNPjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkQITZHDNPjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkQITZHDNPjs.encodeAbiParameters; exports.encodeDeployData = _chunkQITZHDNPjs.encodeDeployData; exports.encodeErrorResult = _chunkQITZHDNPjs.encodeErrorResult; exports.encodeEventTopics = _chunkQITZHDNPjs.encodeEventTopics; exports.encodeFunctionData = _chunkQITZHDNPjs.encodeFunctionData; exports.encodeFunctionResult = _chunkQITZHDNPjs.encodeFunctionResult; exports.encodePacked = _chunkQITZHDNPjs.encodePacked; exports.etherUnits = _chunkQITZHDNPjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkQITZHDNPjs.formatBlock; exports.formatEther = _chunkQITZHDNPjs.formatEther; exports.formatGwei = _chunkQITZHDNPjs.formatGwei; exports.formatTransaction = _chunkQITZHDNPjs.formatTransaction; exports.formatTransactionRequest = _chunkQITZHDNPjs.formatTransactionRequest; exports.formatUnits = _chunkQITZHDNPjs.formatUnits; exports.fromBytes = _chunkQITZHDNPjs.fromBytes; exports.fromHex = _chunkQITZHDNPjs.fromHex; exports.fromRlp = _chunkQITZHDNPjs.fromRlp; exports.getAbiItem = _chunkQITZHDNPjs.getAbiItem; exports.getAddress = _chunkQITZHDNPjs.getAddress; exports.getContract = _chunkQITZHDNPjs.getContract; exports.getContractAddress = _chunkQITZHDNPjs.getContractAddress; exports.getContractError = _chunkQITZHDNPjs.getContractError; exports.getCreate2Address = _chunkQITZHDNPjs.getCreate2Address; exports.getCreateAddress = _chunkQITZHDNPjs.getCreateAddress; exports.getEventSelector = _chunkQITZHDNPjs.getEventSelector; exports.getFunctionSelector = _chunkQITZHDNPjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkQITZHDNPjs.getSerializedTransactionType; exports.getTransactionType = _chunkQITZHDNPjs.getTransactionType; exports.gweiUnits = _chunkQITZHDNPjs.gweiUnits; exports.hashMessage = _chunkQITZHDNPjs.hashMessage; exports.hashTypedData = _chunkQITZHDNPjs.hashTypedData; exports.hexToBigInt = _chunkQITZHDNPjs.hexToBigInt; exports.hexToBool = _chunkQITZHDNPjs.hexToBool; exports.hexToBytes = _chunkQITZHDNPjs.hexToBytes; exports.hexToNumber = _chunkQITZHDNPjs.hexToNumber; exports.hexToString = _chunkQITZHDNPjs.hexToString; exports.http = http; exports.isAddress = _chunkQITZHDNPjs.isAddress; exports.isAddressEqual = _chunkQITZHDNPjs.isAddressEqual; exports.isBytes = _chunkQITZHDNPjs.isBytes; exports.isHash = _chunkQITZHDNPjs.isHash; exports.isHex = _chunkQITZHDNPjs.isHex; exports.keccak256 = _chunkQITZHDNPjs.keccak256; exports.labelhash = _chunkQITZHDNPjs.labelhash; exports.multicall3Abi = _chunkQITZHDNPjs.multicall3Abi; exports.namehash = _chunkQITZHDNPjs.namehash; exports.numberToBytes = _chunkQITZHDNPjs.numberToBytes; exports.numberToHex = _chunkQITZHDNPjs.numberToHex; exports.pad = _chunkQITZHDNPjs.pad; exports.padBytes = _chunkQITZHDNPjs.padBytes; exports.padHex = _chunkQITZHDNPjs.padHex; exports.parseAbi = _chunkQITZHDNPjs.parseAbi; exports.parseAbiItem = _chunkQITZHDNPjs.parseAbiItem; exports.parseAbiParameter = _chunkQITZHDNPjs.parseAbiParameter; exports.parseAbiParameters = _chunkQITZHDNPjs.parseAbiParameters; exports.parseEther = _chunkQITZHDNPjs.parseEther; exports.parseGwei = _chunkQITZHDNPjs.parseGwei; exports.parseTransaction = _chunkQITZHDNPjs.parseTransaction; exports.parseUnits = _chunkQITZHDNPjs.parseUnits; exports.prepareRequest = _chunkQITZHDNPjs.prepareRequest; exports.recoverAddress = _chunkQITZHDNPjs.recoverAddress; exports.recoverMessageAddress = _chunkQITZHDNPjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkQITZHDNPjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkQITZHDNPjs.serializeTransaction; exports.size = _chunkQITZHDNPjs.size; exports.slice = _chunkQITZHDNPjs.slice; exports.sliceBytes = _chunkQITZHDNPjs.sliceBytes; exports.sliceHex = _chunkQITZHDNPjs.sliceHex; exports.stringToBytes = _chunkQITZHDNPjs.stringToBytes; exports.stringToHex = _chunkQITZHDNPjs.stringToHex; exports.stringify = _chunkQITZHDNPjs.stringify; exports.toBytes = _chunkQITZHDNPjs.toBytes; exports.toHex = _chunkQITZHDNPjs.toHex; exports.toRlp = _chunkQITZHDNPjs.toRlp; exports.transactionType = _chunkQITZHDNPjs.transactionType; exports.trim = _chunkQITZHDNPjs.trim; exports.validateTypedData = _chunkQITZHDNPjs.validateTypedData; exports.verifyMessage = _chunkQITZHDNPjs.verifyMessage; exports.verifyTypedData = _chunkQITZHDNPjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkQITZHDNPjs.weiUnits;
925
925
  //# 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-DXKVBX5S.mjs";
268
+ } from "./chunk-G5MS5HGY.mjs";
269
269
 
270
270
  // src/clients/transports/createTransport.ts
271
271
  function createTransport({
@@ -1,7 +1,7 @@
1
1
  import { Address, Abi, TypedData } from 'abitype';
2
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
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';
4
+ import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters, W as WalletClient, P as PublicClient, b3 as GetAccountParameter } from './getEnsResolver-68329c3e.js';
5
5
  import { a as DecodeErrorResultReturnType } from './encodeFunctionResult-f7c8e382.js';
6
6
  import WebSocket from 'isomorphic-ws';
7
7
  import { a as Transport } from './createTransport-55339615.js';
package/dist/public.d.ts CHANGED
@@ -1,4 +1,4 @@
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';
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-68329c3e.js';
2
2
  import './createTransport-55339615.js';
3
3
  import './eip1193-07d9c47f.js';
4
4
  import 'abitype';
package/dist/public.js CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- var _chunkTFIHG36Gjs = require('./chunk-TFIHG36G.js');
29
+ var _chunkQITZHDNPjs = require('./chunk-QITZHDNP.js');
30
30
 
31
31
 
32
32
 
@@ -55,5 +55,5 @@ var _chunkTFIHG36Gjs = require('./chunk-TFIHG36G.js');
55
55
 
56
56
 
57
57
 
58
- exports.call = _chunkTFIHG36Gjs.call; exports.createBlockFilter = _chunkTFIHG36Gjs.createBlockFilter; exports.createEventFilter = _chunkTFIHG36Gjs.createEventFilter; exports.createPendingTransactionFilter = _chunkTFIHG36Gjs.createPendingTransactionFilter; exports.estimateGas = _chunkTFIHG36Gjs.estimateGas; exports.getBalance = _chunkTFIHG36Gjs.getBalance; exports.getBlock = _chunkTFIHG36Gjs.getBlock; exports.getBlockNumber = _chunkTFIHG36Gjs.getBlockNumber; exports.getBlockNumberCache = _chunkTFIHG36Gjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkTFIHG36Gjs.getBlockTransactionCount; exports.getBytecode = _chunkTFIHG36Gjs.getBytecode; exports.getChainId = _chunkTFIHG36Gjs.getChainId; exports.getFeeHistory = _chunkTFIHG36Gjs.getFeeHistory; exports.getFilterChanges = _chunkTFIHG36Gjs.getFilterChanges; exports.getFilterLogs = _chunkTFIHG36Gjs.getFilterLogs; exports.getGasPrice = _chunkTFIHG36Gjs.getGasPrice; exports.getLogs = _chunkTFIHG36Gjs.getLogs; exports.getTransaction = _chunkTFIHG36Gjs.getTransaction; exports.getTransactionConfirmations = _chunkTFIHG36Gjs.getTransactionConfirmations; exports.getTransactionCount = _chunkTFIHG36Gjs.getTransactionCount; exports.getTransactionReceipt = _chunkTFIHG36Gjs.getTransactionReceipt; exports.uninstallFilter = _chunkTFIHG36Gjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkTFIHG36Gjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkTFIHG36Gjs.watchBlockNumber; exports.watchBlocks = _chunkTFIHG36Gjs.watchBlocks; exports.watchEvent = _chunkTFIHG36Gjs.watchEvent; exports.watchPendingTransactions = _chunkTFIHG36Gjs.watchPendingTransactions;
58
+ exports.call = _chunkQITZHDNPjs.call; exports.createBlockFilter = _chunkQITZHDNPjs.createBlockFilter; exports.createEventFilter = _chunkQITZHDNPjs.createEventFilter; exports.createPendingTransactionFilter = _chunkQITZHDNPjs.createPendingTransactionFilter; exports.estimateGas = _chunkQITZHDNPjs.estimateGas; exports.getBalance = _chunkQITZHDNPjs.getBalance; exports.getBlock = _chunkQITZHDNPjs.getBlock; exports.getBlockNumber = _chunkQITZHDNPjs.getBlockNumber; exports.getBlockNumberCache = _chunkQITZHDNPjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkQITZHDNPjs.getBlockTransactionCount; exports.getBytecode = _chunkQITZHDNPjs.getBytecode; exports.getChainId = _chunkQITZHDNPjs.getChainId; exports.getFeeHistory = _chunkQITZHDNPjs.getFeeHistory; exports.getFilterChanges = _chunkQITZHDNPjs.getFilterChanges; exports.getFilterLogs = _chunkQITZHDNPjs.getFilterLogs; exports.getGasPrice = _chunkQITZHDNPjs.getGasPrice; exports.getLogs = _chunkQITZHDNPjs.getLogs; exports.getTransaction = _chunkQITZHDNPjs.getTransaction; exports.getTransactionConfirmations = _chunkQITZHDNPjs.getTransactionConfirmations; exports.getTransactionCount = _chunkQITZHDNPjs.getTransactionCount; exports.getTransactionReceipt = _chunkQITZHDNPjs.getTransactionReceipt; exports.uninstallFilter = _chunkQITZHDNPjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkQITZHDNPjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkQITZHDNPjs.watchBlockNumber; exports.watchBlocks = _chunkQITZHDNPjs.watchBlocks; exports.watchEvent = _chunkQITZHDNPjs.watchEvent; exports.watchPendingTransactions = _chunkQITZHDNPjs.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-DXKVBX5S.mjs";
29
+ } from "./chunk-G5MS5HGY.mjs";
30
30
  export {
31
31
  call,
32
32
  createBlockFilter,
package/dist/test.js CHANGED
@@ -27,7 +27,7 @@
27
27
 
28
28
 
29
29
 
30
- var _chunkTFIHG36Gjs = require('./chunk-TFIHG36G.js');
30
+ var _chunkQITZHDNPjs = require('./chunk-QITZHDNP.js');
31
31
 
32
32
 
33
33
 
@@ -57,5 +57,5 @@ var _chunkTFIHG36Gjs = require('./chunk-TFIHG36G.js');
57
57
 
58
58
 
59
59
 
60
- exports.dropTransaction = _chunkTFIHG36Gjs.dropTransaction; exports.getAutomine = _chunkTFIHG36Gjs.getAutomine; exports.getTxpoolContent = _chunkTFIHG36Gjs.getTxpoolContent; exports.getTxpoolStatus = _chunkTFIHG36Gjs.getTxpoolStatus; exports.impersonateAccount = _chunkTFIHG36Gjs.impersonateAccount; exports.increaseTime = _chunkTFIHG36Gjs.increaseTime; exports.inspectTxpool = _chunkTFIHG36Gjs.inspectTxpool; exports.mine = _chunkTFIHG36Gjs.mine; exports.removeBlockTimestampInterval = _chunkTFIHG36Gjs.removeBlockTimestampInterval; exports.reset = _chunkTFIHG36Gjs.reset; exports.revert = _chunkTFIHG36Gjs.revert; exports.sendUnsignedTransaction = _chunkTFIHG36Gjs.sendUnsignedTransaction; exports.setAutomine = _chunkTFIHG36Gjs.setAutomine; exports.setBalance = _chunkTFIHG36Gjs.setBalance; exports.setBlockGasLimit = _chunkTFIHG36Gjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkTFIHG36Gjs.setBlockTimestampInterval; exports.setCode = _chunkTFIHG36Gjs.setCode; exports.setCoinbase = _chunkTFIHG36Gjs.setCoinbase; exports.setIntervalMining = _chunkTFIHG36Gjs.setIntervalMining; exports.setLoggingEnabled = _chunkTFIHG36Gjs.setLoggingEnabled; exports.setMinGasPrice = _chunkTFIHG36Gjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkTFIHG36Gjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkTFIHG36Gjs.setNextBlockTimestamp; exports.setNonce = _chunkTFIHG36Gjs.setNonce; exports.setRpcUrl = _chunkTFIHG36Gjs.setRpcUrl; exports.setStorageAt = _chunkTFIHG36Gjs.setStorageAt; exports.snapshot = _chunkTFIHG36Gjs.snapshot; exports.stopImpersonatingAccount = _chunkTFIHG36Gjs.stopImpersonatingAccount;
60
+ exports.dropTransaction = _chunkQITZHDNPjs.dropTransaction; exports.getAutomine = _chunkQITZHDNPjs.getAutomine; exports.getTxpoolContent = _chunkQITZHDNPjs.getTxpoolContent; exports.getTxpoolStatus = _chunkQITZHDNPjs.getTxpoolStatus; exports.impersonateAccount = _chunkQITZHDNPjs.impersonateAccount; exports.increaseTime = _chunkQITZHDNPjs.increaseTime; exports.inspectTxpool = _chunkQITZHDNPjs.inspectTxpool; exports.mine = _chunkQITZHDNPjs.mine; exports.removeBlockTimestampInterval = _chunkQITZHDNPjs.removeBlockTimestampInterval; exports.reset = _chunkQITZHDNPjs.reset; exports.revert = _chunkQITZHDNPjs.revert; exports.sendUnsignedTransaction = _chunkQITZHDNPjs.sendUnsignedTransaction; exports.setAutomine = _chunkQITZHDNPjs.setAutomine; exports.setBalance = _chunkQITZHDNPjs.setBalance; exports.setBlockGasLimit = _chunkQITZHDNPjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkQITZHDNPjs.setBlockTimestampInterval; exports.setCode = _chunkQITZHDNPjs.setCode; exports.setCoinbase = _chunkQITZHDNPjs.setCoinbase; exports.setIntervalMining = _chunkQITZHDNPjs.setIntervalMining; exports.setLoggingEnabled = _chunkQITZHDNPjs.setLoggingEnabled; exports.setMinGasPrice = _chunkQITZHDNPjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkQITZHDNPjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkQITZHDNPjs.setNextBlockTimestamp; exports.setNonce = _chunkQITZHDNPjs.setNonce; exports.setRpcUrl = _chunkQITZHDNPjs.setRpcUrl; exports.setStorageAt = _chunkQITZHDNPjs.setStorageAt; exports.snapshot = _chunkQITZHDNPjs.snapshot; exports.stopImpersonatingAccount = _chunkQITZHDNPjs.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-DXKVBX5S.mjs";
30
+ } from "./chunk-G5MS5HGY.mjs";
31
31
  export {
32
32
  dropTransaction,
33
33
  getAutomine,
@@ -2,13 +2,13 @@ export { ParseAbi, ParseAbiItem, ParseAbiParameter, ParseAbiParameters, parseAbi
2
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
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
4
  export { e as encodePacked } from '../encodePacked-462bce62.js';
5
- export { a as formatAbiItem, f as formatAbiItemWithArgs } from '../formatAbiItem-e5bbcadb.js';
5
+ export { a as formatAbiItem, f as formatAbiItemWithArgs, b as formatAbiParams } from '../formatAbiItem-aaf282fc.js';
6
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';
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-e2b004f8.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-e2b004f8.js';
9
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';
10
+ import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters } from '../getEnsResolver-68329c3e.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-68329c3e.js';
12
12
  import { aj as Formatter, C as Chain } from '../chain-02c77999.js';
13
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
14
  import { A as Account } from '../typedData-337e8d8f.js';
@@ -118,8 +118,8 @@
118
118
 
119
119
 
120
120
 
121
- var _chunkTFIHG36Gjs = require('../chunk-TFIHG36G.js');
122
121
 
122
+ var _chunkQITZHDNPjs = require('../chunk-QITZHDNP.js');
123
123
 
124
124
 
125
125
 
@@ -239,5 +239,7 @@ var _chunkTFIHG36Gjs = require('../chunk-TFIHG36G.js');
239
239
 
240
240
 
241
241
 
242
- exports.arrayRegex = _chunkTFIHG36Gjs.arrayRegex; exports.assertRequest = _chunkTFIHG36Gjs.assertRequest; exports.assertTransactionEIP1559 = _chunkTFIHG36Gjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkTFIHG36Gjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkTFIHG36Gjs.assertTransactionLegacy; exports.boolToBytes = _chunkTFIHG36Gjs.boolToBytes; exports.boolToHex = _chunkTFIHG36Gjs.boolToHex; exports.buildRequest = _chunkTFIHG36Gjs.buildRequest; exports.bytesRegex = _chunkTFIHG36Gjs.bytesRegex; exports.bytesToBigint = _chunkTFIHG36Gjs.bytesToBigint; exports.bytesToBool = _chunkTFIHG36Gjs.bytesToBool; exports.bytesToHex = _chunkTFIHG36Gjs.bytesToHex; exports.bytesToNumber = _chunkTFIHG36Gjs.bytesToNumber; exports.bytesToString = _chunkTFIHG36Gjs.bytesToString; exports.concat = _chunkTFIHG36Gjs.concat; exports.concatBytes = _chunkTFIHG36Gjs.concatBytes; exports.concatHex = _chunkTFIHG36Gjs.concatHex; exports.containsNodeError = _chunkTFIHG36Gjs.containsNodeError; exports.decodeAbiParameters = _chunkTFIHG36Gjs.decodeAbiParameters; exports.decodeErrorResult = _chunkTFIHG36Gjs.decodeErrorResult; exports.decodeEventLog = _chunkTFIHG36Gjs.decodeEventLog; exports.decodeFunctionData = _chunkTFIHG36Gjs.decodeFunctionData; exports.decodeFunctionResult = _chunkTFIHG36Gjs.decodeFunctionResult; exports.defineBlock = _chunkTFIHG36Gjs.defineBlock; exports.defineChain = _chunkTFIHG36Gjs.defineChain; exports.defineFormatter = _chunkTFIHG36Gjs.defineFormatter; exports.defineTransaction = _chunkTFIHG36Gjs.defineTransaction; exports.defineTransactionReceipt = _chunkTFIHG36Gjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkTFIHG36Gjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkTFIHG36Gjs.encodeAbiParameters; exports.encodeDeployData = _chunkTFIHG36Gjs.encodeDeployData; exports.encodeErrorResult = _chunkTFIHG36Gjs.encodeErrorResult; exports.encodeEventTopics = _chunkTFIHG36Gjs.encodeEventTopics; exports.encodeFunctionData = _chunkTFIHG36Gjs.encodeFunctionData; exports.encodeFunctionResult = _chunkTFIHG36Gjs.encodeFunctionResult; exports.encodePacked = _chunkTFIHG36Gjs.encodePacked; exports.extract = _chunkTFIHG36Gjs.extract; exports.extractFunctionName = _chunkTFIHG36Gjs.extractFunctionName; exports.extractFunctionParams = _chunkTFIHG36Gjs.extractFunctionParams; exports.extractFunctionParts = _chunkTFIHG36Gjs.extractFunctionParts; exports.extractFunctionType = _chunkTFIHG36Gjs.extractFunctionType; exports.format = _chunkTFIHG36Gjs.format; exports.formatAbiItem = _chunkTFIHG36Gjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkTFIHG36Gjs.formatAbiItemWithArgs; exports.formatBlock = _chunkTFIHG36Gjs.formatBlock; exports.formatEther = _chunkTFIHG36Gjs.formatEther; exports.formatGwei = _chunkTFIHG36Gjs.formatGwei; exports.formatTransaction = _chunkTFIHG36Gjs.formatTransaction; exports.formatTransactionRequest = _chunkTFIHG36Gjs.formatTransactionRequest; exports.formatUnits = _chunkTFIHG36Gjs.formatUnits; exports.fromBytes = _chunkTFIHG36Gjs.fromBytes; exports.fromHex = _chunkTFIHG36Gjs.fromHex; exports.fromRlp = _chunkTFIHG36Gjs.fromRlp; exports.getAbiItem = _chunkTFIHG36Gjs.getAbiItem; exports.getAddress = _chunkTFIHG36Gjs.getAddress; exports.getCallError = _chunkTFIHG36Gjs.getCallError; exports.getChainContractAddress = _chunkTFIHG36Gjs.getChainContractAddress; exports.getContractAddress = _chunkTFIHG36Gjs.getContractAddress; exports.getContractError = _chunkTFIHG36Gjs.getContractError; exports.getCreate2Address = _chunkTFIHG36Gjs.getCreate2Address; exports.getCreateAddress = _chunkTFIHG36Gjs.getCreateAddress; exports.getEstimateGasError = _chunkTFIHG36Gjs.getEstimateGasError; exports.getEventSelector = _chunkTFIHG36Gjs.getEventSelector; exports.getFunctionSelector = _chunkTFIHG36Gjs.getFunctionSelector; exports.getNodeError = _chunkTFIHG36Gjs.getNodeError; exports.getSerializedTransactionType = _chunkTFIHG36Gjs.getSerializedTransactionType; exports.getSocket = _chunkTFIHG36Gjs.getSocket; exports.getTransactionError = _chunkTFIHG36Gjs.getTransactionError; exports.getTransactionType = _chunkTFIHG36Gjs.getTransactionType; exports.hashMessage = _chunkTFIHG36Gjs.hashMessage; exports.hashTypedData = _chunkTFIHG36Gjs.hashTypedData; exports.hexToBigInt = _chunkTFIHG36Gjs.hexToBigInt; exports.hexToBool = _chunkTFIHG36Gjs.hexToBool; exports.hexToBytes = _chunkTFIHG36Gjs.hexToBytes; exports.hexToNumber = _chunkTFIHG36Gjs.hexToNumber; exports.hexToString = _chunkTFIHG36Gjs.hexToString; exports.integerRegex = _chunkTFIHG36Gjs.integerRegex; exports.isAddress = _chunkTFIHG36Gjs.isAddress; exports.isAddressEqual = _chunkTFIHG36Gjs.isAddressEqual; exports.isBytes = _chunkTFIHG36Gjs.isBytes; exports.isHash = _chunkTFIHG36Gjs.isHash; exports.isHex = _chunkTFIHG36Gjs.isHex; exports.keccak256 = _chunkTFIHG36Gjs.keccak256; exports.numberToBytes = _chunkTFIHG36Gjs.numberToBytes; exports.numberToHex = _chunkTFIHG36Gjs.numberToHex; exports.pad = _chunkTFIHG36Gjs.pad; exports.padBytes = _chunkTFIHG36Gjs.padBytes; exports.padHex = _chunkTFIHG36Gjs.padHex; exports.parseAbi = _chunkTFIHG36Gjs.parseAbi; exports.parseAbiItem = _chunkTFIHG36Gjs.parseAbiItem; exports.parseAbiParameter = _chunkTFIHG36Gjs.parseAbiParameter; exports.parseAbiParameters = _chunkTFIHG36Gjs.parseAbiParameters; exports.parseAccount = _chunkTFIHG36Gjs.parseAccount; exports.parseEther = _chunkTFIHG36Gjs.parseEther; exports.parseGwei = _chunkTFIHG36Gjs.parseGwei; exports.parseTransaction = _chunkTFIHG36Gjs.parseTransaction; exports.parseUnits = _chunkTFIHG36Gjs.parseUnits; exports.prepareRequest = _chunkTFIHG36Gjs.prepareRequest; exports.publicKeyToAddress = _chunkTFIHG36Gjs.publicKeyToAddress; exports.recoverAddress = _chunkTFIHG36Gjs.recoverAddress; exports.recoverMessageAddress = _chunkTFIHG36Gjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkTFIHG36Gjs.recoverTypedDataAddress; exports.rpc = _chunkTFIHG36Gjs.rpc; exports.serializeTransaction = _chunkTFIHG36Gjs.serializeTransaction; exports.size = _chunkTFIHG36Gjs.size; exports.slice = _chunkTFIHG36Gjs.slice; exports.sliceBytes = _chunkTFIHG36Gjs.sliceBytes; exports.sliceHex = _chunkTFIHG36Gjs.sliceHex; exports.stringToBytes = _chunkTFIHG36Gjs.stringToBytes; exports.stringToHex = _chunkTFIHG36Gjs.stringToHex; exports.stringify = _chunkTFIHG36Gjs.stringify; exports.toBytes = _chunkTFIHG36Gjs.toBytes; exports.toHex = _chunkTFIHG36Gjs.toHex; exports.toRlp = _chunkTFIHG36Gjs.toRlp; exports.transactionType = _chunkTFIHG36Gjs.transactionType; exports.trim = _chunkTFIHG36Gjs.trim; exports.validateTypedData = _chunkTFIHG36Gjs.validateTypedData; exports.verifyMessage = _chunkTFIHG36Gjs.verifyMessage; exports.verifyTypedData = _chunkTFIHG36Gjs.verifyTypedData;
242
+
243
+
244
+ exports.arrayRegex = _chunkQITZHDNPjs.arrayRegex; exports.assertRequest = _chunkQITZHDNPjs.assertRequest; exports.assertTransactionEIP1559 = _chunkQITZHDNPjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkQITZHDNPjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkQITZHDNPjs.assertTransactionLegacy; exports.boolToBytes = _chunkQITZHDNPjs.boolToBytes; exports.boolToHex = _chunkQITZHDNPjs.boolToHex; exports.buildRequest = _chunkQITZHDNPjs.buildRequest; exports.bytesRegex = _chunkQITZHDNPjs.bytesRegex; exports.bytesToBigint = _chunkQITZHDNPjs.bytesToBigint; exports.bytesToBool = _chunkQITZHDNPjs.bytesToBool; exports.bytesToHex = _chunkQITZHDNPjs.bytesToHex; exports.bytesToNumber = _chunkQITZHDNPjs.bytesToNumber; exports.bytesToString = _chunkQITZHDNPjs.bytesToString; exports.concat = _chunkQITZHDNPjs.concat; exports.concatBytes = _chunkQITZHDNPjs.concatBytes; exports.concatHex = _chunkQITZHDNPjs.concatHex; exports.containsNodeError = _chunkQITZHDNPjs.containsNodeError; exports.decodeAbiParameters = _chunkQITZHDNPjs.decodeAbiParameters; exports.decodeErrorResult = _chunkQITZHDNPjs.decodeErrorResult; exports.decodeEventLog = _chunkQITZHDNPjs.decodeEventLog; exports.decodeFunctionData = _chunkQITZHDNPjs.decodeFunctionData; exports.decodeFunctionResult = _chunkQITZHDNPjs.decodeFunctionResult; exports.defineBlock = _chunkQITZHDNPjs.defineBlock; exports.defineChain = _chunkQITZHDNPjs.defineChain; exports.defineFormatter = _chunkQITZHDNPjs.defineFormatter; exports.defineTransaction = _chunkQITZHDNPjs.defineTransaction; exports.defineTransactionReceipt = _chunkQITZHDNPjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkQITZHDNPjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkQITZHDNPjs.encodeAbiParameters; exports.encodeDeployData = _chunkQITZHDNPjs.encodeDeployData; exports.encodeErrorResult = _chunkQITZHDNPjs.encodeErrorResult; exports.encodeEventTopics = _chunkQITZHDNPjs.encodeEventTopics; exports.encodeFunctionData = _chunkQITZHDNPjs.encodeFunctionData; exports.encodeFunctionResult = _chunkQITZHDNPjs.encodeFunctionResult; exports.encodePacked = _chunkQITZHDNPjs.encodePacked; exports.extract = _chunkQITZHDNPjs.extract; exports.extractFunctionName = _chunkQITZHDNPjs.extractFunctionName; exports.extractFunctionParams = _chunkQITZHDNPjs.extractFunctionParams; exports.extractFunctionParts = _chunkQITZHDNPjs.extractFunctionParts; exports.extractFunctionType = _chunkQITZHDNPjs.extractFunctionType; exports.format = _chunkQITZHDNPjs.format; exports.formatAbiItem = _chunkQITZHDNPjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkQITZHDNPjs.formatAbiItemWithArgs; exports.formatAbiParams = _chunkQITZHDNPjs.formatAbiParams; exports.formatBlock = _chunkQITZHDNPjs.formatBlock; exports.formatEther = _chunkQITZHDNPjs.formatEther; exports.formatGwei = _chunkQITZHDNPjs.formatGwei; exports.formatTransaction = _chunkQITZHDNPjs.formatTransaction; exports.formatTransactionRequest = _chunkQITZHDNPjs.formatTransactionRequest; exports.formatUnits = _chunkQITZHDNPjs.formatUnits; exports.fromBytes = _chunkQITZHDNPjs.fromBytes; exports.fromHex = _chunkQITZHDNPjs.fromHex; exports.fromRlp = _chunkQITZHDNPjs.fromRlp; exports.getAbiItem = _chunkQITZHDNPjs.getAbiItem; exports.getAddress = _chunkQITZHDNPjs.getAddress; exports.getCallError = _chunkQITZHDNPjs.getCallError; exports.getChainContractAddress = _chunkQITZHDNPjs.getChainContractAddress; exports.getContractAddress = _chunkQITZHDNPjs.getContractAddress; exports.getContractError = _chunkQITZHDNPjs.getContractError; exports.getCreate2Address = _chunkQITZHDNPjs.getCreate2Address; exports.getCreateAddress = _chunkQITZHDNPjs.getCreateAddress; exports.getEstimateGasError = _chunkQITZHDNPjs.getEstimateGasError; exports.getEventSelector = _chunkQITZHDNPjs.getEventSelector; exports.getFunctionSelector = _chunkQITZHDNPjs.getFunctionSelector; exports.getNodeError = _chunkQITZHDNPjs.getNodeError; exports.getSerializedTransactionType = _chunkQITZHDNPjs.getSerializedTransactionType; exports.getSocket = _chunkQITZHDNPjs.getSocket; exports.getTransactionError = _chunkQITZHDNPjs.getTransactionError; exports.getTransactionType = _chunkQITZHDNPjs.getTransactionType; exports.hashMessage = _chunkQITZHDNPjs.hashMessage; exports.hashTypedData = _chunkQITZHDNPjs.hashTypedData; exports.hexToBigInt = _chunkQITZHDNPjs.hexToBigInt; exports.hexToBool = _chunkQITZHDNPjs.hexToBool; exports.hexToBytes = _chunkQITZHDNPjs.hexToBytes; exports.hexToNumber = _chunkQITZHDNPjs.hexToNumber; exports.hexToString = _chunkQITZHDNPjs.hexToString; exports.integerRegex = _chunkQITZHDNPjs.integerRegex; exports.isAddress = _chunkQITZHDNPjs.isAddress; exports.isAddressEqual = _chunkQITZHDNPjs.isAddressEqual; exports.isBytes = _chunkQITZHDNPjs.isBytes; exports.isHash = _chunkQITZHDNPjs.isHash; exports.isHex = _chunkQITZHDNPjs.isHex; exports.keccak256 = _chunkQITZHDNPjs.keccak256; exports.numberToBytes = _chunkQITZHDNPjs.numberToBytes; exports.numberToHex = _chunkQITZHDNPjs.numberToHex; exports.pad = _chunkQITZHDNPjs.pad; exports.padBytes = _chunkQITZHDNPjs.padBytes; exports.padHex = _chunkQITZHDNPjs.padHex; exports.parseAbi = _chunkQITZHDNPjs.parseAbi; exports.parseAbiItem = _chunkQITZHDNPjs.parseAbiItem; exports.parseAbiParameter = _chunkQITZHDNPjs.parseAbiParameter; exports.parseAbiParameters = _chunkQITZHDNPjs.parseAbiParameters; exports.parseAccount = _chunkQITZHDNPjs.parseAccount; exports.parseEther = _chunkQITZHDNPjs.parseEther; exports.parseGwei = _chunkQITZHDNPjs.parseGwei; exports.parseTransaction = _chunkQITZHDNPjs.parseTransaction; exports.parseUnits = _chunkQITZHDNPjs.parseUnits; exports.prepareRequest = _chunkQITZHDNPjs.prepareRequest; exports.publicKeyToAddress = _chunkQITZHDNPjs.publicKeyToAddress; exports.recoverAddress = _chunkQITZHDNPjs.recoverAddress; exports.recoverMessageAddress = _chunkQITZHDNPjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkQITZHDNPjs.recoverTypedDataAddress; exports.rpc = _chunkQITZHDNPjs.rpc; exports.serializeTransaction = _chunkQITZHDNPjs.serializeTransaction; exports.size = _chunkQITZHDNPjs.size; exports.slice = _chunkQITZHDNPjs.slice; exports.sliceBytes = _chunkQITZHDNPjs.sliceBytes; exports.sliceHex = _chunkQITZHDNPjs.sliceHex; exports.stringToBytes = _chunkQITZHDNPjs.stringToBytes; exports.stringToHex = _chunkQITZHDNPjs.stringToHex; exports.stringify = _chunkQITZHDNPjs.stringify; exports.toBytes = _chunkQITZHDNPjs.toBytes; exports.toHex = _chunkQITZHDNPjs.toHex; exports.toRlp = _chunkQITZHDNPjs.toRlp; exports.transactionType = _chunkQITZHDNPjs.transactionType; exports.trim = _chunkQITZHDNPjs.trim; exports.validateTypedData = _chunkQITZHDNPjs.validateTypedData; exports.verifyMessage = _chunkQITZHDNPjs.verifyMessage; exports.verifyTypedData = _chunkQITZHDNPjs.verifyTypedData;
243
245
  //# sourceMappingURL=index.js.map
@@ -43,6 +43,7 @@ import {
43
43
  format,
44
44
  formatAbiItem,
45
45
  formatAbiItemWithArgs,
46
+ formatAbiParams,
46
47
  formatBlock,
47
48
  formatEther,
48
49
  formatGwei,
@@ -118,7 +119,7 @@ import {
118
119
  validateTypedData,
119
120
  verifyMessage,
120
121
  verifyTypedData
121
- } from "../chunk-DXKVBX5S.mjs";
122
+ } from "../chunk-G5MS5HGY.mjs";
122
123
  export {
123
124
  arrayRegex,
124
125
  assertRequest,
@@ -164,6 +165,7 @@ export {
164
165
  format,
165
166
  formatAbiItem,
166
167
  formatAbiItemWithArgs,
168
+ formatAbiParams,
167
169
  formatBlock,
168
170
  formatEther,
169
171
  formatGwei,
package/dist/wallet.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { A as AddChainParameters, bX as FormattedTransactionRequest, G as GetAddressesReturnType, _ as GetPermissionsReturnType, al as RequestAddressesReturnType, am as RequestPermissionsReturnType, ao as SendTransactionParameters, ap as SendTransactionReturnType, aq as SignMessageParameters, ar as SignMessageReturnType, as as SignTypedDataParameters, at as SignTypedDataReturnType, au as SwitchChainParameters, az as WatchAssetParameters, aA as WatchAssetReturnType, bN as addChain, bO as getAddresses, bP as getPermissions, bQ as requestAddresses, bR as requestPermissions, bS as sendTransaction, bT as signMessage, bU as signTypedData, bV as switchChain, bW as watchAsset } from './getEnsResolver-314de6e9.js';
1
+ export { A as AddChainParameters, bX as FormattedTransactionRequest, G as GetAddressesReturnType, _ as GetPermissionsReturnType, al as RequestAddressesReturnType, am as RequestPermissionsReturnType, ao as SendTransactionParameters, ap as SendTransactionReturnType, aq as SignMessageParameters, ar as SignMessageReturnType, as as SignTypedDataParameters, at as SignTypedDataReturnType, au as SwitchChainParameters, az as WatchAssetParameters, aA as WatchAssetReturnType, bN as addChain, bO as getAddresses, bP as getPermissions, bQ as requestAddresses, bR as requestPermissions, bS as sendTransaction, bT as signMessage, bU as signTypedData, bV as switchChain, bW as watchAsset } from './getEnsResolver-68329c3e.js';
2
2
  import './createTransport-55339615.js';
3
3
  import './eip1193-07d9c47f.js';
4
4
  import 'abitype';
package/dist/wallet.js CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- var _chunkTFIHG36Gjs = require('./chunk-TFIHG36G.js');
12
+ var _chunkQITZHDNPjs = require('./chunk-QITZHDNP.js');
13
13
 
14
14
 
15
15
 
@@ -21,5 +21,5 @@ var _chunkTFIHG36Gjs = require('./chunk-TFIHG36G.js');
21
21
 
22
22
 
23
23
 
24
- exports.addChain = _chunkTFIHG36Gjs.addChain; exports.getAddresses = _chunkTFIHG36Gjs.getAddresses; exports.getPermissions = _chunkTFIHG36Gjs.getPermissions; exports.requestAddresses = _chunkTFIHG36Gjs.requestAddresses; exports.requestPermissions = _chunkTFIHG36Gjs.requestPermissions; exports.sendTransaction = _chunkTFIHG36Gjs.sendTransaction; exports.signMessage = _chunkTFIHG36Gjs.signMessage; exports.signTypedData = _chunkTFIHG36Gjs.signTypedData; exports.switchChain = _chunkTFIHG36Gjs.switchChain; exports.watchAsset = _chunkTFIHG36Gjs.watchAsset;
24
+ exports.addChain = _chunkQITZHDNPjs.addChain; exports.getAddresses = _chunkQITZHDNPjs.getAddresses; exports.getPermissions = _chunkQITZHDNPjs.getPermissions; exports.requestAddresses = _chunkQITZHDNPjs.requestAddresses; exports.requestPermissions = _chunkQITZHDNPjs.requestPermissions; exports.sendTransaction = _chunkQITZHDNPjs.sendTransaction; exports.signMessage = _chunkQITZHDNPjs.signMessage; exports.signTypedData = _chunkQITZHDNPjs.signTypedData; exports.switchChain = _chunkQITZHDNPjs.switchChain; exports.watchAsset = _chunkQITZHDNPjs.watchAsset;
25
25
  //# sourceMappingURL=wallet.js.map
package/dist/wallet.mjs CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  signTypedData,
10
10
  switchChain,
11
11
  watchAsset
12
- } from "./chunk-DXKVBX5S.mjs";
12
+ } from "./chunk-G5MS5HGY.mjs";
13
13
  export {
14
14
  addChain,
15
15
  getAddresses,
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "isomorphic-ws": "5.0.0",
13
13
  "ws": "8.12.0"
14
14
  },
15
- "version": "0.3.0-main.20230406T040634",
15
+ "version": "0.3.0-main.20230407T013938",
16
16
  "files": [
17
17
  "/abi",
18
18
  "/accounts",