viem 0.0.1-alpha.33 → 0.0.1-alpha.34

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 (40) hide show
  1. package/LICENSE +1 -1
  2. package/dist/chains.js +46 -46
  3. package/dist/chains.mjs +1 -1
  4. package/dist/{chunk-DHSIBSJL.js → chunk-7ALCXZ5K.js} +75 -75
  5. package/dist/{chunk-RNGEVZVH.js → chunk-EBLS4P77.js} +14 -14
  6. package/dist/{chunk-BUCF6SRR.js → chunk-EJEZIHXK.js} +22 -22
  7. package/dist/{chunk-R7MSY2BH.js → chunk-F76TECTY.js} +4 -3
  8. package/dist/chunk-F76TECTY.js.map +1 -0
  9. package/dist/{chunk-3CEIPU6M.js → chunk-IUCGWGPX.js} +15 -15
  10. package/dist/{chunk-KMBDF3HQ.mjs → chunk-KQQLLKZV.mjs} +3 -3
  11. package/dist/{chunk-DYALOQ44.mjs → chunk-NMET3ZHG.mjs} +2 -2
  12. package/dist/{chunk-VEAHSGOL.mjs → chunk-TNN5X44H.mjs} +2 -2
  13. package/dist/{chunk-HN7IYO7U.mjs → chunk-VHZHROXW.mjs} +2 -2
  14. package/dist/{chunk-JB4TWW3U.mjs → chunk-VP57P6CD.mjs} +4 -3
  15. package/dist/chunk-VP57P6CD.mjs.map +1 -0
  16. package/dist/contract.js +4 -4
  17. package/dist/contract.mjs +3 -3
  18. package/dist/ens.js +4 -4
  19. package/dist/ens.mjs +3 -3
  20. package/dist/index.js +90 -90
  21. package/dist/index.mjs +5 -5
  22. package/dist/public.js +3 -3
  23. package/dist/public.mjs +2 -2
  24. package/dist/test.js +3 -3
  25. package/dist/test.mjs +2 -2
  26. package/dist/utils/index.js +2 -2
  27. package/dist/utils/index.mjs +1 -1
  28. package/dist/wallet.js +3 -3
  29. package/dist/wallet.mjs +2 -2
  30. package/package.json +1 -1
  31. package/dist/chunk-JB4TWW3U.mjs.map +0 -1
  32. package/dist/chunk-R7MSY2BH.js.map +0 -1
  33. /package/dist/{chunk-DHSIBSJL.js.map → chunk-7ALCXZ5K.js.map} +0 -0
  34. /package/dist/{chunk-RNGEVZVH.js.map → chunk-EBLS4P77.js.map} +0 -0
  35. /package/dist/{chunk-BUCF6SRR.js.map → chunk-EJEZIHXK.js.map} +0 -0
  36. /package/dist/{chunk-3CEIPU6M.js.map → chunk-IUCGWGPX.js.map} +0 -0
  37. /package/dist/{chunk-KMBDF3HQ.mjs.map → chunk-KQQLLKZV.mjs.map} +0 -0
  38. /package/dist/{chunk-DYALOQ44.mjs.map → chunk-NMET3ZHG.mjs.map} +0 -0
  39. /package/dist/{chunk-VEAHSGOL.mjs.map → chunk-TNN5X44H.mjs.map} +0 -0
  40. /package/dist/{chunk-HN7IYO7U.mjs.map → chunk-VHZHROXW.mjs.map} +0 -0
package/dist/ens.js CHANGED
@@ -3,9 +3,9 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkBUCF6SRRjs = require('./chunk-BUCF6SRR.js');
7
- require('./chunk-DHSIBSJL.js');
8
- require('./chunk-R7MSY2BH.js');
6
+ var _chunkEJEZIHXKjs = require('./chunk-EJEZIHXK.js');
7
+ require('./chunk-7ALCXZ5K.js');
8
+ require('./chunk-F76TECTY.js');
9
9
 
10
10
  // src/utils/ens/normalize.ts
11
11
  var _idnauts46hx = require('idna-uts46-hx');
@@ -18,5 +18,5 @@ function normalize(name) {
18
18
 
19
19
 
20
20
 
21
- exports.getEnsAddress = _chunkBUCF6SRRjs.getEnsAddress; exports.getEnsName = _chunkBUCF6SRRjs.getEnsName; exports.labelhash = _chunkBUCF6SRRjs.labelhash; exports.namehash = _chunkBUCF6SRRjs.namehash; exports.normalize = normalize;
21
+ exports.getEnsAddress = _chunkEJEZIHXKjs.getEnsAddress; exports.getEnsName = _chunkEJEZIHXKjs.getEnsName; exports.labelhash = _chunkEJEZIHXKjs.labelhash; exports.namehash = _chunkEJEZIHXKjs.namehash; exports.normalize = normalize;
22
22
  //# sourceMappingURL=ens.js.map
package/dist/ens.mjs CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  getEnsName,
4
4
  labelhash,
5
5
  namehash
6
- } from "./chunk-KMBDF3HQ.mjs";
7
- import "./chunk-HN7IYO7U.mjs";
8
- import "./chunk-JB4TWW3U.mjs";
6
+ } from "./chunk-KQQLLKZV.mjs";
7
+ import "./chunk-VHZHROXW.mjs";
8
+ import "./chunk-VP57P6CD.mjs";
9
9
 
10
10
  // src/utils/ens/normalize.ts
11
11
  import { toUnicode } from "idna-uts46-hx";
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkBUCF6SRRjs = require('./chunk-BUCF6SRR.js');
6
+ var _chunkEJEZIHXKjs = require('./chunk-EJEZIHXK.js');
7
7
 
8
8
 
9
9
 
@@ -37,7 +37,7 @@ var _chunkBUCF6SRRjs = require('./chunk-BUCF6SRR.js');
37
37
 
38
38
 
39
39
 
40
- var _chunkDHSIBSJLjs = require('./chunk-DHSIBSJL.js');
40
+ var _chunk7ALCXZ5Kjs = require('./chunk-7ALCXZ5K.js');
41
41
 
42
42
 
43
43
 
@@ -67,7 +67,7 @@ var _chunkDHSIBSJLjs = require('./chunk-DHSIBSJL.js');
67
67
 
68
68
 
69
69
 
70
- var _chunkRNGEVZVHjs = require('./chunk-RNGEVZVH.js');
70
+ var _chunkEBLS4P77js = require('./chunk-EBLS4P77.js');
71
71
 
72
72
 
73
73
 
@@ -80,7 +80,7 @@ var _chunkRNGEVZVHjs = require('./chunk-RNGEVZVH.js');
80
80
 
81
81
 
82
82
 
83
- var _chunk3CEIPU6Mjs = require('./chunk-3CEIPU6M.js');
83
+ var _chunkIUCGWGPXjs = require('./chunk-IUCGWGPX.js');
84
84
 
85
85
 
86
86
 
@@ -234,7 +234,7 @@ var _chunk3CEIPU6Mjs = require('./chunk-3CEIPU6M.js');
234
234
 
235
235
 
236
236
 
237
- var _chunkR7MSY2BHjs = require('./chunk-R7MSY2BH.js');
237
+ var _chunkF76TECTYjs = require('./chunk-F76TECTY.js');
238
238
 
239
239
  // src/clients/transports/createTransport.ts
240
240
  function createTransport({
@@ -248,7 +248,7 @@ function createTransport({
248
248
  }, value) {
249
249
  return {
250
250
  config: { key, name, request, retryCount, retryDelay, timeout, type },
251
- request: _chunkR7MSY2BHjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
251
+ request: _chunkF76TECTYjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
252
252
  value
253
253
  };
254
254
  }
@@ -282,7 +282,7 @@ function fallback(transports, config = {}) {
282
282
  params
283
283
  });
284
284
  } catch (err) {
285
- if (_chunkR7MSY2BHjs.isDeterministicError.call(void 0, err))
285
+ if (_chunkF76TECTYjs.isDeterministicError.call(void 0, err))
286
286
  throw err;
287
287
  if (i === transports.length - 1)
288
288
  throw err;
@@ -316,13 +316,13 @@ function http(url, config = {}) {
316
316
  const retryCount = _nullishCoalesce(config.retryCount, () => ( defaultRetryCount));
317
317
  const url_ = url || _optionalChain([chain, 'optionalAccess', _ => _.rpcUrls, 'access', _2 => _2.default, 'access', _3 => _3.http, 'access', _4 => _4[0]]);
318
318
  if (!url_)
319
- throw new (0, _chunkR7MSY2BHjs.UrlRequiredError)();
319
+ throw new (0, _chunkF76TECTYjs.UrlRequiredError)();
320
320
  return createTransport(
321
321
  {
322
322
  key,
323
323
  name,
324
324
  async request({ method, params }) {
325
- const { result } = await _chunkR7MSY2BHjs.rpc.http(url_, {
325
+ const { result } = await _chunkF76TECTYjs.rpc.http(url_, {
326
326
  body: {
327
327
  method,
328
328
  params
@@ -356,14 +356,14 @@ function webSocket(url, config = {}) {
356
356
  const retryCount = _nullishCoalesce(config.retryCount, () => ( defaultRetryCount));
357
357
  const url_ = url || _optionalChain([chain, 'optionalAccess', _5 => _5.rpcUrls, 'access', _6 => _6.default, 'access', _7 => _7.webSocket, 'optionalAccess', _8 => _8[0]]);
358
358
  if (!url_)
359
- throw new (0, _chunkR7MSY2BHjs.UrlRequiredError)();
359
+ throw new (0, _chunkF76TECTYjs.UrlRequiredError)();
360
360
  return createTransport(
361
361
  {
362
362
  key,
363
363
  name,
364
364
  async request({ method, params }) {
365
- const socket = await _chunkR7MSY2BHjs.getSocket.call(void 0, url_);
366
- const { result } = await _chunkR7MSY2BHjs.rpc.webSocketAsync(socket, {
365
+ const socket = await _chunkF76TECTYjs.getSocket.call(void 0, url_);
366
+ const { result } = await _chunkF76TECTYjs.rpc.webSocketAsync(socket, {
367
367
  body: { method, params },
368
368
  timeout
369
369
  });
@@ -376,12 +376,12 @@ function webSocket(url, config = {}) {
376
376
  },
377
377
  {
378
378
  getSocket() {
379
- return _chunkR7MSY2BHjs.getSocket.call(void 0, url_);
379
+ return _chunkF76TECTYjs.getSocket.call(void 0, url_);
380
380
  },
381
381
  async subscribe({ params, onData, onError }) {
382
- const socket = await _chunkR7MSY2BHjs.getSocket.call(void 0, url_);
382
+ const socket = await _chunkF76TECTYjs.getSocket.call(void 0, url_);
383
383
  const { result: subscriptionId } = await new Promise(
384
- (resolve, reject) => _chunkR7MSY2BHjs.rpc.webSocket(socket, {
384
+ (resolve, reject) => _chunkF76TECTYjs.rpc.webSocket(socket, {
385
385
  body: {
386
386
  method: "eth_subscribe",
387
387
  params
@@ -403,7 +403,7 @@ function webSocket(url, config = {}) {
403
403
  subscriptionId,
404
404
  async unsubscribe() {
405
405
  return new Promise(
406
- (resolve, reject) => _chunkR7MSY2BHjs.rpc.webSocket(socket, {
406
+ (resolve, reject) => _chunkF76TECTYjs.rpc.webSocket(socket, {
407
407
  body: {
408
408
  method: "eth_unsubscribe",
409
409
  params: [subscriptionId]
@@ -459,87 +459,87 @@ function createClient({
459
459
 
460
460
  // src/clients/decorators/public.ts
461
461
  var publicActions = (client) => ({
462
- call: (args) => _chunkDHSIBSJLjs.call.call(void 0, client, args),
463
- createBlockFilter: () => _chunkDHSIBSJLjs.createBlockFilter.call(void 0, client),
464
- createContractEventFilter: (args) => _chunkDHSIBSJLjs.createContractEventFilter.call(void 0, client, args),
465
- createEventFilter: (args) => _chunkDHSIBSJLjs.createEventFilter.call(void 0, client, args),
466
- createPendingTransactionFilter: () => _chunkDHSIBSJLjs.createPendingTransactionFilter.call(void 0, client),
467
- estimateContractGas: (args) => _chunkDHSIBSJLjs.estimateContractGas.call(void 0, client, args),
468
- estimateGas: (args) => _chunkDHSIBSJLjs.estimateGas.call(void 0, client, args),
469
- getBalance: (args) => _chunkDHSIBSJLjs.getBalance.call(void 0, client, args),
470
- getBlock: (args) => _chunkDHSIBSJLjs.getBlock.call(void 0, client, args),
471
- getBlockNumber: (args) => _chunkDHSIBSJLjs.getBlockNumber.call(void 0, client, args),
472
- getBlockTransactionCount: (args) => _chunkDHSIBSJLjs.getBlockTransactionCount.call(void 0, client, args),
473
- getBytecode: (args) => _chunkDHSIBSJLjs.getBytecode.call(void 0, client, args),
474
- getChainId: () => _chunkDHSIBSJLjs.getChainId.call(void 0, client),
475
- getEnsAddress: (args) => _chunkBUCF6SRRjs.getEnsAddress.call(void 0, client, args),
476
- getEnsName: (args) => _chunkBUCF6SRRjs.getEnsName.call(void 0, client, args),
477
- getFeeHistory: (args) => _chunkDHSIBSJLjs.getFeeHistory.call(void 0, client, args),
478
- getFilterChanges: (args) => _chunkDHSIBSJLjs.getFilterChanges.call(void 0, client, args),
479
- getFilterLogs: (args) => _chunkDHSIBSJLjs.getFilterLogs.call(void 0, client, args),
480
- getGasPrice: () => _chunkDHSIBSJLjs.getGasPrice.call(void 0, client),
481
- getLogs: (args) => _chunkDHSIBSJLjs.getLogs.call(void 0, client, args),
482
- getStorageAt: (args) => _chunkDHSIBSJLjs.getStorageAt.call(void 0, client, args),
483
- getTransaction: (args) => _chunkDHSIBSJLjs.getTransaction.call(void 0, client, args),
484
- getTransactionConfirmations: (args) => _chunkDHSIBSJLjs.getTransactionConfirmations.call(void 0, client, args),
485
- getTransactionReceipt: (args) => _chunkDHSIBSJLjs.getTransactionReceipt.call(void 0, client, args),
486
- multicall: (args) => _chunkDHSIBSJLjs.multicall.call(void 0, client, args),
487
- readContract: (args) => _chunkDHSIBSJLjs.readContract.call(void 0, client, args),
488
- simulateContract: (args) => _chunkDHSIBSJLjs.simulateContract.call(void 0, client, args),
489
- uninstallFilter: (args) => _chunkDHSIBSJLjs.uninstallFilter.call(void 0, client, args),
490
- waitForTransactionReceipt: (args) => _chunkDHSIBSJLjs.waitForTransactionReceipt.call(void 0, client, args),
491
- watchBlocks: (args) => _chunkDHSIBSJLjs.watchBlocks.call(void 0, client, args),
492
- watchBlockNumber: (args) => _chunkDHSIBSJLjs.watchBlockNumber.call(void 0, client, args),
493
- watchContractEvent: (args) => _chunkDHSIBSJLjs.watchContractEvent.call(void 0, client, args),
494
- watchEvent: (args) => _chunkDHSIBSJLjs.watchEvent.call(void 0, client, args),
495
- watchPendingTransactions: (args) => _chunkDHSIBSJLjs.watchPendingTransactions.call(void 0, client, args)
462
+ call: (args) => _chunk7ALCXZ5Kjs.call.call(void 0, client, args),
463
+ createBlockFilter: () => _chunk7ALCXZ5Kjs.createBlockFilter.call(void 0, client),
464
+ createContractEventFilter: (args) => _chunk7ALCXZ5Kjs.createContractEventFilter.call(void 0, client, args),
465
+ createEventFilter: (args) => _chunk7ALCXZ5Kjs.createEventFilter.call(void 0, client, args),
466
+ createPendingTransactionFilter: () => _chunk7ALCXZ5Kjs.createPendingTransactionFilter.call(void 0, client),
467
+ estimateContractGas: (args) => _chunk7ALCXZ5Kjs.estimateContractGas.call(void 0, client, args),
468
+ estimateGas: (args) => _chunk7ALCXZ5Kjs.estimateGas.call(void 0, client, args),
469
+ getBalance: (args) => _chunk7ALCXZ5Kjs.getBalance.call(void 0, client, args),
470
+ getBlock: (args) => _chunk7ALCXZ5Kjs.getBlock.call(void 0, client, args),
471
+ getBlockNumber: (args) => _chunk7ALCXZ5Kjs.getBlockNumber.call(void 0, client, args),
472
+ getBlockTransactionCount: (args) => _chunk7ALCXZ5Kjs.getBlockTransactionCount.call(void 0, client, args),
473
+ getBytecode: (args) => _chunk7ALCXZ5Kjs.getBytecode.call(void 0, client, args),
474
+ getChainId: () => _chunk7ALCXZ5Kjs.getChainId.call(void 0, client),
475
+ getEnsAddress: (args) => _chunkEJEZIHXKjs.getEnsAddress.call(void 0, client, args),
476
+ getEnsName: (args) => _chunkEJEZIHXKjs.getEnsName.call(void 0, client, args),
477
+ getFeeHistory: (args) => _chunk7ALCXZ5Kjs.getFeeHistory.call(void 0, client, args),
478
+ getFilterChanges: (args) => _chunk7ALCXZ5Kjs.getFilterChanges.call(void 0, client, args),
479
+ getFilterLogs: (args) => _chunk7ALCXZ5Kjs.getFilterLogs.call(void 0, client, args),
480
+ getGasPrice: () => _chunk7ALCXZ5Kjs.getGasPrice.call(void 0, client),
481
+ getLogs: (args) => _chunk7ALCXZ5Kjs.getLogs.call(void 0, client, args),
482
+ getStorageAt: (args) => _chunk7ALCXZ5Kjs.getStorageAt.call(void 0, client, args),
483
+ getTransaction: (args) => _chunk7ALCXZ5Kjs.getTransaction.call(void 0, client, args),
484
+ getTransactionConfirmations: (args) => _chunk7ALCXZ5Kjs.getTransactionConfirmations.call(void 0, client, args),
485
+ getTransactionReceipt: (args) => _chunk7ALCXZ5Kjs.getTransactionReceipt.call(void 0, client, args),
486
+ multicall: (args) => _chunk7ALCXZ5Kjs.multicall.call(void 0, client, args),
487
+ readContract: (args) => _chunk7ALCXZ5Kjs.readContract.call(void 0, client, args),
488
+ simulateContract: (args) => _chunk7ALCXZ5Kjs.simulateContract.call(void 0, client, args),
489
+ uninstallFilter: (args) => _chunk7ALCXZ5Kjs.uninstallFilter.call(void 0, client, args),
490
+ waitForTransactionReceipt: (args) => _chunk7ALCXZ5Kjs.waitForTransactionReceipt.call(void 0, client, args),
491
+ watchBlocks: (args) => _chunk7ALCXZ5Kjs.watchBlocks.call(void 0, client, args),
492
+ watchBlockNumber: (args) => _chunk7ALCXZ5Kjs.watchBlockNumber.call(void 0, client, args),
493
+ watchContractEvent: (args) => _chunk7ALCXZ5Kjs.watchContractEvent.call(void 0, client, args),
494
+ watchEvent: (args) => _chunk7ALCXZ5Kjs.watchEvent.call(void 0, client, args),
495
+ watchPendingTransactions: (args) => _chunk7ALCXZ5Kjs.watchPendingTransactions.call(void 0, client, args)
496
496
  });
497
497
 
498
498
  // src/clients/decorators/test.ts
499
499
  var testActions = (client) => ({
500
- dropTransaction: (args) => _chunkRNGEVZVHjs.dropTransaction.call(void 0, client, args),
501
- getAutomine: () => _chunkRNGEVZVHjs.getAutomine.call(void 0, client),
502
- getTxPoolContent: () => _chunkRNGEVZVHjs.getTxpoolContent.call(void 0, client),
503
- getTxPoolStatus: () => _chunkRNGEVZVHjs.getTxpoolStatus.call(void 0, client),
504
- impersonateAccount: (args) => _chunkRNGEVZVHjs.impersonateAccount.call(void 0, client, args),
505
- increaseTime: (args) => _chunkRNGEVZVHjs.increaseTime.call(void 0, client, args),
506
- inspectTxpool: () => _chunkRNGEVZVHjs.inspectTxpool.call(void 0, client),
507
- mine: (args) => _chunkRNGEVZVHjs.mine.call(void 0, client, args),
508
- removeBlockTimestampInterval: () => _chunkRNGEVZVHjs.removeBlockTimestampInterval.call(void 0, client),
509
- reset: (args) => _chunkRNGEVZVHjs.reset.call(void 0, client, args),
510
- revert: (args) => _chunkRNGEVZVHjs.revert.call(void 0, client, args),
511
- sendUnsignedTransaction: (args) => _chunkRNGEVZVHjs.sendUnsignedTransaction.call(void 0, client, args),
512
- setAutomine: (args) => _chunkRNGEVZVHjs.setAutomine.call(void 0, client, args),
513
- setBalance: (args) => _chunkRNGEVZVHjs.setBalance.call(void 0, client, args),
514
- setBlockGasLimit: (args) => _chunkRNGEVZVHjs.setBlockGasLimit.call(void 0, client, args),
515
- setBlockTimestampInterval: (args) => _chunkRNGEVZVHjs.setBlockTimestampInterval.call(void 0, client, args),
516
- setCode: (args) => _chunkRNGEVZVHjs.setCode.call(void 0, client, args),
517
- setCoinbase: (args) => _chunkRNGEVZVHjs.setCoinbase.call(void 0, client, args),
518
- setIntervalMining: (args) => _chunkRNGEVZVHjs.setIntervalMining.call(void 0, client, args),
519
- setLoggingEnabled: (args) => _chunkRNGEVZVHjs.setLoggingEnabled.call(void 0, client, args),
520
- setMinGasPrice: (args) => _chunkRNGEVZVHjs.setMinGasPrice.call(void 0, client, args),
521
- setNextBlockBaseFeePerGas: (args) => _chunkRNGEVZVHjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
522
- setNextBlockTimestamp: (args) => _chunkRNGEVZVHjs.setNextBlockTimestamp.call(void 0, client, args),
523
- setNonce: (args) => _chunkRNGEVZVHjs.setNonce.call(void 0, client, args),
524
- setRpcUrl: (args) => _chunkRNGEVZVHjs.setRpcUrl.call(void 0, client, args),
525
- setStorageAt: (args) => _chunkRNGEVZVHjs.setStorageAt.call(void 0, client, args),
526
- snapshot: () => _chunkRNGEVZVHjs.snapshot.call(void 0, client),
527
- stopImpersonatingAccount: (args) => _chunkRNGEVZVHjs.stopImpersonatingAccount.call(void 0, client, args)
500
+ dropTransaction: (args) => _chunkEBLS4P77js.dropTransaction.call(void 0, client, args),
501
+ getAutomine: () => _chunkEBLS4P77js.getAutomine.call(void 0, client),
502
+ getTxPoolContent: () => _chunkEBLS4P77js.getTxpoolContent.call(void 0, client),
503
+ getTxPoolStatus: () => _chunkEBLS4P77js.getTxpoolStatus.call(void 0, client),
504
+ impersonateAccount: (args) => _chunkEBLS4P77js.impersonateAccount.call(void 0, client, args),
505
+ increaseTime: (args) => _chunkEBLS4P77js.increaseTime.call(void 0, client, args),
506
+ inspectTxpool: () => _chunkEBLS4P77js.inspectTxpool.call(void 0, client),
507
+ mine: (args) => _chunkEBLS4P77js.mine.call(void 0, client, args),
508
+ removeBlockTimestampInterval: () => _chunkEBLS4P77js.removeBlockTimestampInterval.call(void 0, client),
509
+ reset: (args) => _chunkEBLS4P77js.reset.call(void 0, client, args),
510
+ revert: (args) => _chunkEBLS4P77js.revert.call(void 0, client, args),
511
+ sendUnsignedTransaction: (args) => _chunkEBLS4P77js.sendUnsignedTransaction.call(void 0, client, args),
512
+ setAutomine: (args) => _chunkEBLS4P77js.setAutomine.call(void 0, client, args),
513
+ setBalance: (args) => _chunkEBLS4P77js.setBalance.call(void 0, client, args),
514
+ setBlockGasLimit: (args) => _chunkEBLS4P77js.setBlockGasLimit.call(void 0, client, args),
515
+ setBlockTimestampInterval: (args) => _chunkEBLS4P77js.setBlockTimestampInterval.call(void 0, client, args),
516
+ setCode: (args) => _chunkEBLS4P77js.setCode.call(void 0, client, args),
517
+ setCoinbase: (args) => _chunkEBLS4P77js.setCoinbase.call(void 0, client, args),
518
+ setIntervalMining: (args) => _chunkEBLS4P77js.setIntervalMining.call(void 0, client, args),
519
+ setLoggingEnabled: (args) => _chunkEBLS4P77js.setLoggingEnabled.call(void 0, client, args),
520
+ setMinGasPrice: (args) => _chunkEBLS4P77js.setMinGasPrice.call(void 0, client, args),
521
+ setNextBlockBaseFeePerGas: (args) => _chunkEBLS4P77js.setNextBlockBaseFeePerGas.call(void 0, client, args),
522
+ setNextBlockTimestamp: (args) => _chunkEBLS4P77js.setNextBlockTimestamp.call(void 0, client, args),
523
+ setNonce: (args) => _chunkEBLS4P77js.setNonce.call(void 0, client, args),
524
+ setRpcUrl: (args) => _chunkEBLS4P77js.setRpcUrl.call(void 0, client, args),
525
+ setStorageAt: (args) => _chunkEBLS4P77js.setStorageAt.call(void 0, client, args),
526
+ snapshot: () => _chunkEBLS4P77js.snapshot.call(void 0, client),
527
+ stopImpersonatingAccount: (args) => _chunkEBLS4P77js.stopImpersonatingAccount.call(void 0, client, args)
528
528
  });
529
529
 
530
530
  // src/clients/decorators/wallet.ts
531
531
  var walletActions = (client) => ({
532
- addChain: (args) => _chunk3CEIPU6Mjs.addChain.call(void 0, client, args),
533
- deployContract: (args) => _chunk3CEIPU6Mjs.deployContract.call(void 0, client, args),
534
- getAccounts: () => _chunk3CEIPU6Mjs.getAccounts.call(void 0, client),
535
- getPermissions: () => _chunk3CEIPU6Mjs.getPermissions.call(void 0, client),
536
- requestAccounts: () => _chunk3CEIPU6Mjs.requestAccounts.call(void 0, client),
537
- requestPermissions: (args) => _chunk3CEIPU6Mjs.requestPermissions.call(void 0, client, args),
538
- sendTransaction: (args) => _chunk3CEIPU6Mjs.sendTransaction.call(void 0, client, args),
539
- signMessage: (args) => _chunk3CEIPU6Mjs.signMessage.call(void 0, client, args),
540
- switchChain: (args) => _chunk3CEIPU6Mjs.switchChain.call(void 0, client, args),
541
- watchAsset: (args) => _chunk3CEIPU6Mjs.watchAsset.call(void 0, client, args),
542
- writeContract: (args) => _chunk3CEIPU6Mjs.writeContract.call(void 0, client, args)
532
+ addChain: (args) => _chunkIUCGWGPXjs.addChain.call(void 0, client, args),
533
+ deployContract: (args) => _chunkIUCGWGPXjs.deployContract.call(void 0, client, args),
534
+ getAccounts: () => _chunkIUCGWGPXjs.getAccounts.call(void 0, client),
535
+ getPermissions: () => _chunkIUCGWGPXjs.getPermissions.call(void 0, client),
536
+ requestAccounts: () => _chunkIUCGWGPXjs.requestAccounts.call(void 0, client),
537
+ requestPermissions: (args) => _chunkIUCGWGPXjs.requestPermissions.call(void 0, client, args),
538
+ sendTransaction: (args) => _chunkIUCGWGPXjs.sendTransaction.call(void 0, client, args),
539
+ signMessage: (args) => _chunkIUCGWGPXjs.signMessage.call(void 0, client, args),
540
+ switchChain: (args) => _chunkIUCGWGPXjs.switchChain.call(void 0, client, args),
541
+ watchAsset: (args) => _chunkIUCGWGPXjs.watchAsset.call(void 0, client, args),
542
+ writeContract: (args) => _chunkIUCGWGPXjs.writeContract.call(void 0, client, args)
543
543
  });
544
544
 
545
545
  // src/clients/createPublicClient.ts
@@ -769,5 +769,5 @@ function createWalletClient({
769
769
 
770
770
 
771
771
 
772
- exports.AbiConstructorNotFoundError = _chunkR7MSY2BHjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkR7MSY2BHjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkR7MSY2BHjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkR7MSY2BHjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkR7MSY2BHjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkR7MSY2BHjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkR7MSY2BHjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkR7MSY2BHjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkR7MSY2BHjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkR7MSY2BHjs.AbiEventNotFoundError; exports.AbiEventSignatureNotFoundError = _chunkR7MSY2BHjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkR7MSY2BHjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkR7MSY2BHjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkR7MSY2BHjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkR7MSY2BHjs.BaseError; exports.BlockNotFoundError = _chunkR7MSY2BHjs.BlockNotFoundError; exports.CallExecutionError = _chunkR7MSY2BHjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkR7MSY2BHjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkR7MSY2BHjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkR7MSY2BHjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkR7MSY2BHjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkR7MSY2BHjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkR7MSY2BHjs.DataLengthTooShortError; exports.EstimateGasExecutionError = _chunkR7MSY2BHjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkR7MSY2BHjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkR7MSY2BHjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkR7MSY2BHjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkR7MSY2BHjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkR7MSY2BHjs.HttpRequestError; exports.InsufficientFundsError = _chunkR7MSY2BHjs.InsufficientFundsError; exports.InternalRpcError = _chunkR7MSY2BHjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkR7MSY2BHjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkR7MSY2BHjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkR7MSY2BHjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkR7MSY2BHjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkR7MSY2BHjs.InvalidAddressError; exports.InvalidArrayError = _chunkR7MSY2BHjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkR7MSY2BHjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkR7MSY2BHjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkR7MSY2BHjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkR7MSY2BHjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkR7MSY2BHjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkR7MSY2BHjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkR7MSY2BHjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkR7MSY2BHjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkR7MSY2BHjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkR7MSY2BHjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkR7MSY2BHjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkR7MSY2BHjs.NonceMaxValueError; exports.NonceTooHighError = _chunkR7MSY2BHjs.NonceTooHighError; exports.NonceTooLowError = _chunkR7MSY2BHjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkR7MSY2BHjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkR7MSY2BHjs.ParseRpcError; exports.RawContractError = _chunkR7MSY2BHjs.RawContractError; exports.RequestError = _chunkR7MSY2BHjs.RequestError; exports.ResourceNotFoundRpcError = _chunkR7MSY2BHjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkR7MSY2BHjs.ResourceUnavailableRpcError; exports.RpcError = _chunkR7MSY2BHjs.RpcError; exports.RpcRequestError = _chunkR7MSY2BHjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkR7MSY2BHjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkR7MSY2BHjs.SwitchChainError; exports.TimeoutError = _chunkR7MSY2BHjs.TimeoutError; exports.TipAboveFeeCapError = _chunkR7MSY2BHjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkR7MSY2BHjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkR7MSY2BHjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkR7MSY2BHjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkR7MSY2BHjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkR7MSY2BHjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkR7MSY2BHjs.UnknownNodeError; exports.UnknownRpcError = _chunkR7MSY2BHjs.UnknownRpcError; exports.UrlRequiredError = _chunkR7MSY2BHjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkR7MSY2BHjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkR7MSY2BHjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkR7MSY2BHjs.WebSocketRequestError; exports.boolToBytes = _chunkR7MSY2BHjs.boolToBytes; exports.boolToHex = _chunkR7MSY2BHjs.boolToHex; exports.bytesToBigint = _chunkR7MSY2BHjs.bytesToBigint; exports.bytesToBool = _chunkR7MSY2BHjs.bytesToBool; exports.bytesToHex = _chunkR7MSY2BHjs.bytesToHex; exports.bytesToNumber = _chunkR7MSY2BHjs.bytesToNumber; exports.bytesToString = _chunkR7MSY2BHjs.bytesToString; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbi = _chunkR7MSY2BHjs.decodeAbi; exports.decodeErrorResult = _chunkR7MSY2BHjs.decodeErrorResult; exports.decodeEventLog = _chunkR7MSY2BHjs.decodeEventLog; exports.decodeFunctionData = _chunkR7MSY2BHjs.decodeFunctionData; exports.decodeFunctionResult = _chunkR7MSY2BHjs.decodeFunctionResult; exports.defineBlock = _chunkR7MSY2BHjs.defineBlock; exports.defineChain = _chunkR7MSY2BHjs.defineChain; exports.defineTransaction = _chunkR7MSY2BHjs.defineTransaction; exports.defineTransactionReceipt = _chunkR7MSY2BHjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkR7MSY2BHjs.defineTransactionRequest; exports.encodeAbi = _chunkR7MSY2BHjs.encodeAbi; exports.encodeDeployData = _chunkR7MSY2BHjs.encodeDeployData; exports.encodeErrorResult = _chunkR7MSY2BHjs.encodeErrorResult; exports.encodeEventTopics = _chunkR7MSY2BHjs.encodeEventTopics; exports.encodeFunctionData = _chunkR7MSY2BHjs.encodeFunctionData; exports.encodeFunctionResult = _chunkR7MSY2BHjs.encodeFunctionResult; exports.etherUnits = _chunkR7MSY2BHjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkR7MSY2BHjs.formatBlock; exports.formatEther = _chunkR7MSY2BHjs.formatEther; exports.formatGwei = _chunkR7MSY2BHjs.formatGwei; exports.formatTransaction = _chunkR7MSY2BHjs.formatTransaction; exports.formatTransactionRequest = _chunkR7MSY2BHjs.formatTransactionRequest; exports.formatUnit = _chunkR7MSY2BHjs.formatUnit; exports.fromBytes = _chunkR7MSY2BHjs.fromBytes; exports.fromHex = _chunkR7MSY2BHjs.fromHex; exports.fromRlp = _chunkR7MSY2BHjs.fromRlp; exports.getAbiItem = _chunkR7MSY2BHjs.getAbiItem; exports.getAddress = _chunkR7MSY2BHjs.getAddress; exports.getContractAddress = _chunkR7MSY2BHjs.getContractAddress; exports.getContractError = _chunkR7MSY2BHjs.getContractError; exports.getCreate2Address = _chunkR7MSY2BHjs.getCreate2Address; exports.getCreateAddress = _chunkR7MSY2BHjs.getCreateAddress; exports.getEventSelector = _chunkR7MSY2BHjs.getEventSelector; exports.getFunctionSelector = _chunkR7MSY2BHjs.getFunctionSelector; exports.gweiUnits = _chunkR7MSY2BHjs.gweiUnits; exports.hexToBigInt = _chunkR7MSY2BHjs.hexToBigInt; exports.hexToBool = _chunkR7MSY2BHjs.hexToBool; exports.hexToBytes = _chunkR7MSY2BHjs.hexToBytes; exports.hexToNumber = _chunkR7MSY2BHjs.hexToNumber; exports.hexToString = _chunkR7MSY2BHjs.hexToString; exports.http = http; exports.isAddress = _chunkR7MSY2BHjs.isAddress; exports.isAddressEqual = _chunkR7MSY2BHjs.isAddressEqual; exports.isBytes = _chunkR7MSY2BHjs.isBytes; exports.isHex = _chunkR7MSY2BHjs.isHex; exports.keccak256 = _chunkR7MSY2BHjs.keccak256; exports.labelhash = _chunkBUCF6SRRjs.labelhash; exports.multicall3Abi = _chunkR7MSY2BHjs.multicall3Abi; exports.namehash = _chunkBUCF6SRRjs.namehash; exports.numberToBytes = _chunkR7MSY2BHjs.numberToBytes; exports.numberToHex = _chunkR7MSY2BHjs.numberToHex; exports.pad = _chunkR7MSY2BHjs.pad; exports.padBytes = _chunkR7MSY2BHjs.padBytes; exports.padHex = _chunkR7MSY2BHjs.padHex; exports.parseEther = _chunkR7MSY2BHjs.parseEther; exports.parseGwei = _chunkR7MSY2BHjs.parseGwei; exports.parseUnit = _chunkR7MSY2BHjs.parseUnit; exports.size = _chunkR7MSY2BHjs.size; exports.slice = _chunkR7MSY2BHjs.slice; exports.sliceBytes = _chunkR7MSY2BHjs.sliceBytes; exports.sliceHex = _chunkR7MSY2BHjs.sliceHex; exports.stringToBytes = _chunkR7MSY2BHjs.stringToBytes; exports.stringToHex = _chunkR7MSY2BHjs.stringToHex; exports.stringify = _chunkR7MSY2BHjs.stringify; exports.toBytes = _chunkR7MSY2BHjs.toBytes; exports.toHex = _chunkR7MSY2BHjs.toHex; exports.toRlp = _chunkR7MSY2BHjs.toRlp; exports.transactionType = _chunkR7MSY2BHjs.transactionType; exports.trim = _chunkR7MSY2BHjs.trim; exports.webSocket = webSocket; exports.weiUnits = _chunkR7MSY2BHjs.weiUnits;
772
+ exports.AbiConstructorNotFoundError = _chunkF76TECTYjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkF76TECTYjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkF76TECTYjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkF76TECTYjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkF76TECTYjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkF76TECTYjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkF76TECTYjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkF76TECTYjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkF76TECTYjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkF76TECTYjs.AbiEventNotFoundError; exports.AbiEventSignatureNotFoundError = _chunkF76TECTYjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkF76TECTYjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkF76TECTYjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkF76TECTYjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkF76TECTYjs.BaseError; exports.BlockNotFoundError = _chunkF76TECTYjs.BlockNotFoundError; exports.CallExecutionError = _chunkF76TECTYjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkF76TECTYjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkF76TECTYjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkF76TECTYjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkF76TECTYjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkF76TECTYjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkF76TECTYjs.DataLengthTooShortError; exports.EstimateGasExecutionError = _chunkF76TECTYjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkF76TECTYjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkF76TECTYjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkF76TECTYjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkF76TECTYjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkF76TECTYjs.HttpRequestError; exports.InsufficientFundsError = _chunkF76TECTYjs.InsufficientFundsError; exports.InternalRpcError = _chunkF76TECTYjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkF76TECTYjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkF76TECTYjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkF76TECTYjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkF76TECTYjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkF76TECTYjs.InvalidAddressError; exports.InvalidArrayError = _chunkF76TECTYjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkF76TECTYjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkF76TECTYjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkF76TECTYjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkF76TECTYjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkF76TECTYjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkF76TECTYjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkF76TECTYjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkF76TECTYjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkF76TECTYjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkF76TECTYjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkF76TECTYjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkF76TECTYjs.NonceMaxValueError; exports.NonceTooHighError = _chunkF76TECTYjs.NonceTooHighError; exports.NonceTooLowError = _chunkF76TECTYjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkF76TECTYjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkF76TECTYjs.ParseRpcError; exports.RawContractError = _chunkF76TECTYjs.RawContractError; exports.RequestError = _chunkF76TECTYjs.RequestError; exports.ResourceNotFoundRpcError = _chunkF76TECTYjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkF76TECTYjs.ResourceUnavailableRpcError; exports.RpcError = _chunkF76TECTYjs.RpcError; exports.RpcRequestError = _chunkF76TECTYjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkF76TECTYjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkF76TECTYjs.SwitchChainError; exports.TimeoutError = _chunkF76TECTYjs.TimeoutError; exports.TipAboveFeeCapError = _chunkF76TECTYjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkF76TECTYjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkF76TECTYjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkF76TECTYjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkF76TECTYjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkF76TECTYjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkF76TECTYjs.UnknownNodeError; exports.UnknownRpcError = _chunkF76TECTYjs.UnknownRpcError; exports.UrlRequiredError = _chunkF76TECTYjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkF76TECTYjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkF76TECTYjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkF76TECTYjs.WebSocketRequestError; exports.boolToBytes = _chunkF76TECTYjs.boolToBytes; exports.boolToHex = _chunkF76TECTYjs.boolToHex; exports.bytesToBigint = _chunkF76TECTYjs.bytesToBigint; exports.bytesToBool = _chunkF76TECTYjs.bytesToBool; exports.bytesToHex = _chunkF76TECTYjs.bytesToHex; exports.bytesToNumber = _chunkF76TECTYjs.bytesToNumber; exports.bytesToString = _chunkF76TECTYjs.bytesToString; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbi = _chunkF76TECTYjs.decodeAbi; exports.decodeErrorResult = _chunkF76TECTYjs.decodeErrorResult; exports.decodeEventLog = _chunkF76TECTYjs.decodeEventLog; exports.decodeFunctionData = _chunkF76TECTYjs.decodeFunctionData; exports.decodeFunctionResult = _chunkF76TECTYjs.decodeFunctionResult; exports.defineBlock = _chunkF76TECTYjs.defineBlock; exports.defineChain = _chunkF76TECTYjs.defineChain; exports.defineTransaction = _chunkF76TECTYjs.defineTransaction; exports.defineTransactionReceipt = _chunkF76TECTYjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkF76TECTYjs.defineTransactionRequest; exports.encodeAbi = _chunkF76TECTYjs.encodeAbi; exports.encodeDeployData = _chunkF76TECTYjs.encodeDeployData; exports.encodeErrorResult = _chunkF76TECTYjs.encodeErrorResult; exports.encodeEventTopics = _chunkF76TECTYjs.encodeEventTopics; exports.encodeFunctionData = _chunkF76TECTYjs.encodeFunctionData; exports.encodeFunctionResult = _chunkF76TECTYjs.encodeFunctionResult; exports.etherUnits = _chunkF76TECTYjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkF76TECTYjs.formatBlock; exports.formatEther = _chunkF76TECTYjs.formatEther; exports.formatGwei = _chunkF76TECTYjs.formatGwei; exports.formatTransaction = _chunkF76TECTYjs.formatTransaction; exports.formatTransactionRequest = _chunkF76TECTYjs.formatTransactionRequest; exports.formatUnit = _chunkF76TECTYjs.formatUnit; exports.fromBytes = _chunkF76TECTYjs.fromBytes; exports.fromHex = _chunkF76TECTYjs.fromHex; exports.fromRlp = _chunkF76TECTYjs.fromRlp; exports.getAbiItem = _chunkF76TECTYjs.getAbiItem; exports.getAddress = _chunkF76TECTYjs.getAddress; exports.getContractAddress = _chunkF76TECTYjs.getContractAddress; exports.getContractError = _chunkF76TECTYjs.getContractError; exports.getCreate2Address = _chunkF76TECTYjs.getCreate2Address; exports.getCreateAddress = _chunkF76TECTYjs.getCreateAddress; exports.getEventSelector = _chunkF76TECTYjs.getEventSelector; exports.getFunctionSelector = _chunkF76TECTYjs.getFunctionSelector; exports.gweiUnits = _chunkF76TECTYjs.gweiUnits; exports.hexToBigInt = _chunkF76TECTYjs.hexToBigInt; exports.hexToBool = _chunkF76TECTYjs.hexToBool; exports.hexToBytes = _chunkF76TECTYjs.hexToBytes; exports.hexToNumber = _chunkF76TECTYjs.hexToNumber; exports.hexToString = _chunkF76TECTYjs.hexToString; exports.http = http; exports.isAddress = _chunkF76TECTYjs.isAddress; exports.isAddressEqual = _chunkF76TECTYjs.isAddressEqual; exports.isBytes = _chunkF76TECTYjs.isBytes; exports.isHex = _chunkF76TECTYjs.isHex; exports.keccak256 = _chunkF76TECTYjs.keccak256; exports.labelhash = _chunkEJEZIHXKjs.labelhash; exports.multicall3Abi = _chunkF76TECTYjs.multicall3Abi; exports.namehash = _chunkEJEZIHXKjs.namehash; exports.numberToBytes = _chunkF76TECTYjs.numberToBytes; exports.numberToHex = _chunkF76TECTYjs.numberToHex; exports.pad = _chunkF76TECTYjs.pad; exports.padBytes = _chunkF76TECTYjs.padBytes; exports.padHex = _chunkF76TECTYjs.padHex; exports.parseEther = _chunkF76TECTYjs.parseEther; exports.parseGwei = _chunkF76TECTYjs.parseGwei; exports.parseUnit = _chunkF76TECTYjs.parseUnit; exports.size = _chunkF76TECTYjs.size; exports.slice = _chunkF76TECTYjs.slice; exports.sliceBytes = _chunkF76TECTYjs.sliceBytes; exports.sliceHex = _chunkF76TECTYjs.sliceHex; exports.stringToBytes = _chunkF76TECTYjs.stringToBytes; exports.stringToHex = _chunkF76TECTYjs.stringToHex; exports.stringify = _chunkF76TECTYjs.stringify; exports.toBytes = _chunkF76TECTYjs.toBytes; exports.toHex = _chunkF76TECTYjs.toHex; exports.toRlp = _chunkF76TECTYjs.toRlp; exports.transactionType = _chunkF76TECTYjs.transactionType; exports.trim = _chunkF76TECTYjs.trim; exports.webSocket = webSocket; exports.weiUnits = _chunkF76TECTYjs.weiUnits;
773
773
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  getEnsName,
4
4
  labelhash,
5
5
  namehash
6
- } from "./chunk-KMBDF3HQ.mjs";
6
+ } from "./chunk-KQQLLKZV.mjs";
7
7
  import {
8
8
  call,
9
9
  createBlockFilter,
@@ -37,7 +37,7 @@ import {
37
37
  watchContractEvent,
38
38
  watchEvent,
39
39
  watchPendingTransactions
40
- } from "./chunk-HN7IYO7U.mjs";
40
+ } from "./chunk-VHZHROXW.mjs";
41
41
  import {
42
42
  dropTransaction,
43
43
  getAutomine,
@@ -67,7 +67,7 @@ import {
67
67
  setStorageAt,
68
68
  snapshot,
69
69
  stopImpersonatingAccount
70
- } from "./chunk-DYALOQ44.mjs";
70
+ } from "./chunk-NMET3ZHG.mjs";
71
71
  import {
72
72
  addChain,
73
73
  deployContract,
@@ -80,7 +80,7 @@ import {
80
80
  switchChain,
81
81
  watchAsset,
82
82
  writeContract
83
- } from "./chunk-VEAHSGOL.mjs";
83
+ } from "./chunk-TNN5X44H.mjs";
84
84
  import {
85
85
  AbiConstructorNotFoundError,
86
86
  AbiConstructorParamsNotFoundError,
@@ -234,7 +234,7 @@ import {
234
234
  transactionType,
235
235
  trim,
236
236
  weiUnits
237
- } from "./chunk-JB4TWW3U.mjs";
237
+ } from "./chunk-VP57P6CD.mjs";
238
238
 
239
239
  // src/clients/transports/createTransport.ts
240
240
  function createTransport({
package/dist/public.js CHANGED
@@ -26,8 +26,8 @@
26
26
 
27
27
 
28
28
 
29
- var _chunkDHSIBSJLjs = require('./chunk-DHSIBSJL.js');
30
- require('./chunk-R7MSY2BH.js');
29
+ var _chunk7ALCXZ5Kjs = require('./chunk-7ALCXZ5K.js');
30
+ require('./chunk-F76TECTY.js');
31
31
 
32
32
 
33
33
 
@@ -56,5 +56,5 @@ require('./chunk-R7MSY2BH.js');
56
56
 
57
57
 
58
58
 
59
- exports.call = _chunkDHSIBSJLjs.call; exports.createBlockFilter = _chunkDHSIBSJLjs.createBlockFilter; exports.createEventFilter = _chunkDHSIBSJLjs.createEventFilter; exports.createPendingTransactionFilter = _chunkDHSIBSJLjs.createPendingTransactionFilter; exports.estimateGas = _chunkDHSIBSJLjs.estimateGas; exports.getBalance = _chunkDHSIBSJLjs.getBalance; exports.getBlock = _chunkDHSIBSJLjs.getBlock; exports.getBlockNumber = _chunkDHSIBSJLjs.getBlockNumber; exports.getBlockNumberCache = _chunkDHSIBSJLjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkDHSIBSJLjs.getBlockTransactionCount; exports.getBytecode = _chunkDHSIBSJLjs.getBytecode; exports.getChainId = _chunkDHSIBSJLjs.getChainId; exports.getFeeHistory = _chunkDHSIBSJLjs.getFeeHistory; exports.getFilterChanges = _chunkDHSIBSJLjs.getFilterChanges; exports.getFilterLogs = _chunkDHSIBSJLjs.getFilterLogs; exports.getGasPrice = _chunkDHSIBSJLjs.getGasPrice; exports.getLogs = _chunkDHSIBSJLjs.getLogs; exports.getTransaction = _chunkDHSIBSJLjs.getTransaction; exports.getTransactionConfirmations = _chunkDHSIBSJLjs.getTransactionConfirmations; exports.getTransactionCount = _chunkDHSIBSJLjs.getTransactionCount; exports.getTransactionReceipt = _chunkDHSIBSJLjs.getTransactionReceipt; exports.uninstallFilter = _chunkDHSIBSJLjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkDHSIBSJLjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkDHSIBSJLjs.watchBlockNumber; exports.watchBlocks = _chunkDHSIBSJLjs.watchBlocks; exports.watchEvent = _chunkDHSIBSJLjs.watchEvent; exports.watchPendingTransactions = _chunkDHSIBSJLjs.watchPendingTransactions;
59
+ exports.call = _chunk7ALCXZ5Kjs.call; exports.createBlockFilter = _chunk7ALCXZ5Kjs.createBlockFilter; exports.createEventFilter = _chunk7ALCXZ5Kjs.createEventFilter; exports.createPendingTransactionFilter = _chunk7ALCXZ5Kjs.createPendingTransactionFilter; exports.estimateGas = _chunk7ALCXZ5Kjs.estimateGas; exports.getBalance = _chunk7ALCXZ5Kjs.getBalance; exports.getBlock = _chunk7ALCXZ5Kjs.getBlock; exports.getBlockNumber = _chunk7ALCXZ5Kjs.getBlockNumber; exports.getBlockNumberCache = _chunk7ALCXZ5Kjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunk7ALCXZ5Kjs.getBlockTransactionCount; exports.getBytecode = _chunk7ALCXZ5Kjs.getBytecode; exports.getChainId = _chunk7ALCXZ5Kjs.getChainId; exports.getFeeHistory = _chunk7ALCXZ5Kjs.getFeeHistory; exports.getFilterChanges = _chunk7ALCXZ5Kjs.getFilterChanges; exports.getFilterLogs = _chunk7ALCXZ5Kjs.getFilterLogs; exports.getGasPrice = _chunk7ALCXZ5Kjs.getGasPrice; exports.getLogs = _chunk7ALCXZ5Kjs.getLogs; exports.getTransaction = _chunk7ALCXZ5Kjs.getTransaction; exports.getTransactionConfirmations = _chunk7ALCXZ5Kjs.getTransactionConfirmations; exports.getTransactionCount = _chunk7ALCXZ5Kjs.getTransactionCount; exports.getTransactionReceipt = _chunk7ALCXZ5Kjs.getTransactionReceipt; exports.uninstallFilter = _chunk7ALCXZ5Kjs.uninstallFilter; exports.waitForTransactionReceipt = _chunk7ALCXZ5Kjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunk7ALCXZ5Kjs.watchBlockNumber; exports.watchBlocks = _chunk7ALCXZ5Kjs.watchBlocks; exports.watchEvent = _chunk7ALCXZ5Kjs.watchEvent; exports.watchPendingTransactions = _chunk7ALCXZ5Kjs.watchPendingTransactions;
60
60
  //# sourceMappingURL=public.js.map
package/dist/public.mjs CHANGED
@@ -26,8 +26,8 @@ import {
26
26
  watchBlocks,
27
27
  watchEvent,
28
28
  watchPendingTransactions
29
- } from "./chunk-HN7IYO7U.mjs";
30
- import "./chunk-JB4TWW3U.mjs";
29
+ } from "./chunk-VHZHROXW.mjs";
30
+ import "./chunk-VP57P6CD.mjs";
31
31
  export {
32
32
  call,
33
33
  createBlockFilter,
package/dist/test.js CHANGED
@@ -27,8 +27,8 @@
27
27
 
28
28
 
29
29
 
30
- var _chunkRNGEVZVHjs = require('./chunk-RNGEVZVH.js');
31
- require('./chunk-R7MSY2BH.js');
30
+ var _chunkEBLS4P77js = require('./chunk-EBLS4P77.js');
31
+ require('./chunk-F76TECTY.js');
32
32
 
33
33
 
34
34
 
@@ -58,5 +58,5 @@ require('./chunk-R7MSY2BH.js');
58
58
 
59
59
 
60
60
 
61
- exports.dropTransaction = _chunkRNGEVZVHjs.dropTransaction; exports.getAutomine = _chunkRNGEVZVHjs.getAutomine; exports.getTxpoolContent = _chunkRNGEVZVHjs.getTxpoolContent; exports.getTxpoolStatus = _chunkRNGEVZVHjs.getTxpoolStatus; exports.impersonateAccount = _chunkRNGEVZVHjs.impersonateAccount; exports.increaseTime = _chunkRNGEVZVHjs.increaseTime; exports.inspectTxpool = _chunkRNGEVZVHjs.inspectTxpool; exports.mine = _chunkRNGEVZVHjs.mine; exports.removeBlockTimestampInterval = _chunkRNGEVZVHjs.removeBlockTimestampInterval; exports.reset = _chunkRNGEVZVHjs.reset; exports.revert = _chunkRNGEVZVHjs.revert; exports.sendUnsignedTransaction = _chunkRNGEVZVHjs.sendUnsignedTransaction; exports.setAutomine = _chunkRNGEVZVHjs.setAutomine; exports.setBalance = _chunkRNGEVZVHjs.setBalance; exports.setBlockGasLimit = _chunkRNGEVZVHjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkRNGEVZVHjs.setBlockTimestampInterval; exports.setCode = _chunkRNGEVZVHjs.setCode; exports.setCoinbase = _chunkRNGEVZVHjs.setCoinbase; exports.setIntervalMining = _chunkRNGEVZVHjs.setIntervalMining; exports.setLoggingEnabled = _chunkRNGEVZVHjs.setLoggingEnabled; exports.setMinGasPrice = _chunkRNGEVZVHjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkRNGEVZVHjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkRNGEVZVHjs.setNextBlockTimestamp; exports.setNonce = _chunkRNGEVZVHjs.setNonce; exports.setRpcUrl = _chunkRNGEVZVHjs.setRpcUrl; exports.setStorageAt = _chunkRNGEVZVHjs.setStorageAt; exports.snapshot = _chunkRNGEVZVHjs.snapshot; exports.stopImpersonatingAccount = _chunkRNGEVZVHjs.stopImpersonatingAccount;
61
+ exports.dropTransaction = _chunkEBLS4P77js.dropTransaction; exports.getAutomine = _chunkEBLS4P77js.getAutomine; exports.getTxpoolContent = _chunkEBLS4P77js.getTxpoolContent; exports.getTxpoolStatus = _chunkEBLS4P77js.getTxpoolStatus; exports.impersonateAccount = _chunkEBLS4P77js.impersonateAccount; exports.increaseTime = _chunkEBLS4P77js.increaseTime; exports.inspectTxpool = _chunkEBLS4P77js.inspectTxpool; exports.mine = _chunkEBLS4P77js.mine; exports.removeBlockTimestampInterval = _chunkEBLS4P77js.removeBlockTimestampInterval; exports.reset = _chunkEBLS4P77js.reset; exports.revert = _chunkEBLS4P77js.revert; exports.sendUnsignedTransaction = _chunkEBLS4P77js.sendUnsignedTransaction; exports.setAutomine = _chunkEBLS4P77js.setAutomine; exports.setBalance = _chunkEBLS4P77js.setBalance; exports.setBlockGasLimit = _chunkEBLS4P77js.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkEBLS4P77js.setBlockTimestampInterval; exports.setCode = _chunkEBLS4P77js.setCode; exports.setCoinbase = _chunkEBLS4P77js.setCoinbase; exports.setIntervalMining = _chunkEBLS4P77js.setIntervalMining; exports.setLoggingEnabled = _chunkEBLS4P77js.setLoggingEnabled; exports.setMinGasPrice = _chunkEBLS4P77js.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkEBLS4P77js.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkEBLS4P77js.setNextBlockTimestamp; exports.setNonce = _chunkEBLS4P77js.setNonce; exports.setRpcUrl = _chunkEBLS4P77js.setRpcUrl; exports.setStorageAt = _chunkEBLS4P77js.setStorageAt; exports.snapshot = _chunkEBLS4P77js.snapshot; exports.stopImpersonatingAccount = _chunkEBLS4P77js.stopImpersonatingAccount;
62
62
  //# sourceMappingURL=test.js.map
package/dist/test.mjs CHANGED
@@ -27,8 +27,8 @@ import {
27
27
  setStorageAt,
28
28
  snapshot,
29
29
  stopImpersonatingAccount
30
- } from "./chunk-DYALOQ44.mjs";
31
- import "./chunk-JB4TWW3U.mjs";
30
+ } from "./chunk-NMET3ZHG.mjs";
31
+ import "./chunk-VP57P6CD.mjs";
32
32
  export {
33
33
  dropTransaction,
34
34
  getAutomine,
@@ -90,7 +90,7 @@
90
90
 
91
91
 
92
92
 
93
- var _chunkR7MSY2BHjs = require('../chunk-R7MSY2BH.js');
93
+ var _chunkF76TECTYjs = require('../chunk-F76TECTY.js');
94
94
 
95
95
 
96
96
 
@@ -183,5 +183,5 @@ var _chunkR7MSY2BHjs = require('../chunk-R7MSY2BH.js');
183
183
 
184
184
 
185
185
 
186
- exports.assertRequest = _chunkR7MSY2BHjs.assertRequest; exports.boolToBytes = _chunkR7MSY2BHjs.boolToBytes; exports.boolToHex = _chunkR7MSY2BHjs.boolToHex; exports.buildRequest = _chunkR7MSY2BHjs.buildRequest; exports.bytesToBigint = _chunkR7MSY2BHjs.bytesToBigint; exports.bytesToBool = _chunkR7MSY2BHjs.bytesToBool; exports.bytesToHex = _chunkR7MSY2BHjs.bytesToHex; exports.bytesToNumber = _chunkR7MSY2BHjs.bytesToNumber; exports.bytesToString = _chunkR7MSY2BHjs.bytesToString; exports.containsNodeError = _chunkR7MSY2BHjs.containsNodeError; exports.decodeAbi = _chunkR7MSY2BHjs.decodeAbi; exports.decodeErrorResult = _chunkR7MSY2BHjs.decodeErrorResult; exports.decodeEventLog = _chunkR7MSY2BHjs.decodeEventLog; exports.decodeFunctionData = _chunkR7MSY2BHjs.decodeFunctionData; exports.decodeFunctionResult = _chunkR7MSY2BHjs.decodeFunctionResult; exports.defineBlock = _chunkR7MSY2BHjs.defineBlock; exports.defineChain = _chunkR7MSY2BHjs.defineChain; exports.defineFormatter = _chunkR7MSY2BHjs.defineFormatter; exports.defineTransaction = _chunkR7MSY2BHjs.defineTransaction; exports.defineTransactionReceipt = _chunkR7MSY2BHjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkR7MSY2BHjs.defineTransactionRequest; exports.encodeAbi = _chunkR7MSY2BHjs.encodeAbi; exports.encodeDeployData = _chunkR7MSY2BHjs.encodeDeployData; exports.encodeErrorResult = _chunkR7MSY2BHjs.encodeErrorResult; exports.encodeEventTopics = _chunkR7MSY2BHjs.encodeEventTopics; exports.encodeFunctionData = _chunkR7MSY2BHjs.encodeFunctionData; exports.encodeFunctionResult = _chunkR7MSY2BHjs.encodeFunctionResult; exports.etherUnits = _chunkR7MSY2BHjs.etherUnits; exports.extract = _chunkR7MSY2BHjs.extract; exports.extractFunctionName = _chunkR7MSY2BHjs.extractFunctionName; exports.extractFunctionParams = _chunkR7MSY2BHjs.extractFunctionParams; exports.extractFunctionParts = _chunkR7MSY2BHjs.extractFunctionParts; exports.extractFunctionType = _chunkR7MSY2BHjs.extractFunctionType; exports.format = _chunkR7MSY2BHjs.format; exports.formatAbiItem = _chunkR7MSY2BHjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkR7MSY2BHjs.formatAbiItemWithArgs; exports.formatBlock = _chunkR7MSY2BHjs.formatBlock; exports.formatEther = _chunkR7MSY2BHjs.formatEther; exports.formatGwei = _chunkR7MSY2BHjs.formatGwei; exports.formatTransaction = _chunkR7MSY2BHjs.formatTransaction; exports.formatTransactionRequest = _chunkR7MSY2BHjs.formatTransactionRequest; exports.formatUnit = _chunkR7MSY2BHjs.formatUnit; exports.fromBytes = _chunkR7MSY2BHjs.fromBytes; exports.fromHex = _chunkR7MSY2BHjs.fromHex; exports.fromRlp = _chunkR7MSY2BHjs.fromRlp; exports.getAbiItem = _chunkR7MSY2BHjs.getAbiItem; exports.getAddress = _chunkR7MSY2BHjs.getAddress; exports.getCallError = _chunkR7MSY2BHjs.getCallError; exports.getContractAddress = _chunkR7MSY2BHjs.getContractAddress; exports.getContractError = _chunkR7MSY2BHjs.getContractError; exports.getCreate2Address = _chunkR7MSY2BHjs.getCreate2Address; exports.getCreateAddress = _chunkR7MSY2BHjs.getCreateAddress; exports.getEstimateGasError = _chunkR7MSY2BHjs.getEstimateGasError; exports.getEventSelector = _chunkR7MSY2BHjs.getEventSelector; exports.getFunctionSelector = _chunkR7MSY2BHjs.getFunctionSelector; exports.getNodeError = _chunkR7MSY2BHjs.getNodeError; exports.getSocket = _chunkR7MSY2BHjs.getSocket; exports.getTransactionError = _chunkR7MSY2BHjs.getTransactionError; exports.gweiUnits = _chunkR7MSY2BHjs.gweiUnits; exports.hexToBigInt = _chunkR7MSY2BHjs.hexToBigInt; exports.hexToBool = _chunkR7MSY2BHjs.hexToBool; exports.hexToBytes = _chunkR7MSY2BHjs.hexToBytes; exports.hexToNumber = _chunkR7MSY2BHjs.hexToNumber; exports.hexToString = _chunkR7MSY2BHjs.hexToString; exports.isAddress = _chunkR7MSY2BHjs.isAddress; exports.isAddressEqual = _chunkR7MSY2BHjs.isAddressEqual; exports.isBytes = _chunkR7MSY2BHjs.isBytes; exports.isHex = _chunkR7MSY2BHjs.isHex; exports.keccak256 = _chunkR7MSY2BHjs.keccak256; exports.numberToBytes = _chunkR7MSY2BHjs.numberToBytes; exports.numberToHex = _chunkR7MSY2BHjs.numberToHex; exports.pad = _chunkR7MSY2BHjs.pad; exports.padBytes = _chunkR7MSY2BHjs.padBytes; exports.padHex = _chunkR7MSY2BHjs.padHex; exports.parseEther = _chunkR7MSY2BHjs.parseEther; exports.parseGwei = _chunkR7MSY2BHjs.parseGwei; exports.parseUnit = _chunkR7MSY2BHjs.parseUnit; exports.rpc = _chunkR7MSY2BHjs.rpc; exports.size = _chunkR7MSY2BHjs.size; exports.slice = _chunkR7MSY2BHjs.slice; exports.sliceBytes = _chunkR7MSY2BHjs.sliceBytes; exports.sliceHex = _chunkR7MSY2BHjs.sliceHex; exports.stringToBytes = _chunkR7MSY2BHjs.stringToBytes; exports.stringToHex = _chunkR7MSY2BHjs.stringToHex; exports.stringify = _chunkR7MSY2BHjs.stringify; exports.toBytes = _chunkR7MSY2BHjs.toBytes; exports.toHex = _chunkR7MSY2BHjs.toHex; exports.toRlp = _chunkR7MSY2BHjs.toRlp; exports.transactionType = _chunkR7MSY2BHjs.transactionType; exports.trim = _chunkR7MSY2BHjs.trim; exports.weiUnits = _chunkR7MSY2BHjs.weiUnits;
186
+ exports.assertRequest = _chunkF76TECTYjs.assertRequest; exports.boolToBytes = _chunkF76TECTYjs.boolToBytes; exports.boolToHex = _chunkF76TECTYjs.boolToHex; exports.buildRequest = _chunkF76TECTYjs.buildRequest; exports.bytesToBigint = _chunkF76TECTYjs.bytesToBigint; exports.bytesToBool = _chunkF76TECTYjs.bytesToBool; exports.bytesToHex = _chunkF76TECTYjs.bytesToHex; exports.bytesToNumber = _chunkF76TECTYjs.bytesToNumber; exports.bytesToString = _chunkF76TECTYjs.bytesToString; exports.containsNodeError = _chunkF76TECTYjs.containsNodeError; exports.decodeAbi = _chunkF76TECTYjs.decodeAbi; exports.decodeErrorResult = _chunkF76TECTYjs.decodeErrorResult; exports.decodeEventLog = _chunkF76TECTYjs.decodeEventLog; exports.decodeFunctionData = _chunkF76TECTYjs.decodeFunctionData; exports.decodeFunctionResult = _chunkF76TECTYjs.decodeFunctionResult; exports.defineBlock = _chunkF76TECTYjs.defineBlock; exports.defineChain = _chunkF76TECTYjs.defineChain; exports.defineFormatter = _chunkF76TECTYjs.defineFormatter; exports.defineTransaction = _chunkF76TECTYjs.defineTransaction; exports.defineTransactionReceipt = _chunkF76TECTYjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkF76TECTYjs.defineTransactionRequest; exports.encodeAbi = _chunkF76TECTYjs.encodeAbi; exports.encodeDeployData = _chunkF76TECTYjs.encodeDeployData; exports.encodeErrorResult = _chunkF76TECTYjs.encodeErrorResult; exports.encodeEventTopics = _chunkF76TECTYjs.encodeEventTopics; exports.encodeFunctionData = _chunkF76TECTYjs.encodeFunctionData; exports.encodeFunctionResult = _chunkF76TECTYjs.encodeFunctionResult; exports.etherUnits = _chunkF76TECTYjs.etherUnits; exports.extract = _chunkF76TECTYjs.extract; exports.extractFunctionName = _chunkF76TECTYjs.extractFunctionName; exports.extractFunctionParams = _chunkF76TECTYjs.extractFunctionParams; exports.extractFunctionParts = _chunkF76TECTYjs.extractFunctionParts; exports.extractFunctionType = _chunkF76TECTYjs.extractFunctionType; exports.format = _chunkF76TECTYjs.format; exports.formatAbiItem = _chunkF76TECTYjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkF76TECTYjs.formatAbiItemWithArgs; exports.formatBlock = _chunkF76TECTYjs.formatBlock; exports.formatEther = _chunkF76TECTYjs.formatEther; exports.formatGwei = _chunkF76TECTYjs.formatGwei; exports.formatTransaction = _chunkF76TECTYjs.formatTransaction; exports.formatTransactionRequest = _chunkF76TECTYjs.formatTransactionRequest; exports.formatUnit = _chunkF76TECTYjs.formatUnit; exports.fromBytes = _chunkF76TECTYjs.fromBytes; exports.fromHex = _chunkF76TECTYjs.fromHex; exports.fromRlp = _chunkF76TECTYjs.fromRlp; exports.getAbiItem = _chunkF76TECTYjs.getAbiItem; exports.getAddress = _chunkF76TECTYjs.getAddress; exports.getCallError = _chunkF76TECTYjs.getCallError; exports.getContractAddress = _chunkF76TECTYjs.getContractAddress; exports.getContractError = _chunkF76TECTYjs.getContractError; exports.getCreate2Address = _chunkF76TECTYjs.getCreate2Address; exports.getCreateAddress = _chunkF76TECTYjs.getCreateAddress; exports.getEstimateGasError = _chunkF76TECTYjs.getEstimateGasError; exports.getEventSelector = _chunkF76TECTYjs.getEventSelector; exports.getFunctionSelector = _chunkF76TECTYjs.getFunctionSelector; exports.getNodeError = _chunkF76TECTYjs.getNodeError; exports.getSocket = _chunkF76TECTYjs.getSocket; exports.getTransactionError = _chunkF76TECTYjs.getTransactionError; exports.gweiUnits = _chunkF76TECTYjs.gweiUnits; exports.hexToBigInt = _chunkF76TECTYjs.hexToBigInt; exports.hexToBool = _chunkF76TECTYjs.hexToBool; exports.hexToBytes = _chunkF76TECTYjs.hexToBytes; exports.hexToNumber = _chunkF76TECTYjs.hexToNumber; exports.hexToString = _chunkF76TECTYjs.hexToString; exports.isAddress = _chunkF76TECTYjs.isAddress; exports.isAddressEqual = _chunkF76TECTYjs.isAddressEqual; exports.isBytes = _chunkF76TECTYjs.isBytes; exports.isHex = _chunkF76TECTYjs.isHex; exports.keccak256 = _chunkF76TECTYjs.keccak256; exports.numberToBytes = _chunkF76TECTYjs.numberToBytes; exports.numberToHex = _chunkF76TECTYjs.numberToHex; exports.pad = _chunkF76TECTYjs.pad; exports.padBytes = _chunkF76TECTYjs.padBytes; exports.padHex = _chunkF76TECTYjs.padHex; exports.parseEther = _chunkF76TECTYjs.parseEther; exports.parseGwei = _chunkF76TECTYjs.parseGwei; exports.parseUnit = _chunkF76TECTYjs.parseUnit; exports.rpc = _chunkF76TECTYjs.rpc; exports.size = _chunkF76TECTYjs.size; exports.slice = _chunkF76TECTYjs.slice; exports.sliceBytes = _chunkF76TECTYjs.sliceBytes; exports.sliceHex = _chunkF76TECTYjs.sliceHex; exports.stringToBytes = _chunkF76TECTYjs.stringToBytes; exports.stringToHex = _chunkF76TECTYjs.stringToHex; exports.stringify = _chunkF76TECTYjs.stringify; exports.toBytes = _chunkF76TECTYjs.toBytes; exports.toHex = _chunkF76TECTYjs.toHex; exports.toRlp = _chunkF76TECTYjs.toRlp; exports.transactionType = _chunkF76TECTYjs.transactionType; exports.trim = _chunkF76TECTYjs.trim; exports.weiUnits = _chunkF76TECTYjs.weiUnits;
187
187
  //# sourceMappingURL=index.js.map
@@ -90,7 +90,7 @@ import {
90
90
  transactionType,
91
91
  trim,
92
92
  weiUnits
93
- } from "../chunk-JB4TWW3U.mjs";
93
+ } from "../chunk-VP57P6CD.mjs";
94
94
  export {
95
95
  assertRequest,
96
96
  boolToBytes,
package/dist/wallet.js CHANGED
@@ -8,8 +8,8 @@
8
8
 
9
9
 
10
10
 
11
- var _chunk3CEIPU6Mjs = require('./chunk-3CEIPU6M.js');
12
- require('./chunk-R7MSY2BH.js');
11
+ var _chunkIUCGWGPXjs = require('./chunk-IUCGWGPX.js');
12
+ require('./chunk-F76TECTY.js');
13
13
 
14
14
 
15
15
 
@@ -20,5 +20,5 @@ require('./chunk-R7MSY2BH.js');
20
20
 
21
21
 
22
22
 
23
- exports.addChain = _chunk3CEIPU6Mjs.addChain; exports.getAccounts = _chunk3CEIPU6Mjs.getAccounts; exports.getPermissions = _chunk3CEIPU6Mjs.getPermissions; exports.requestAccounts = _chunk3CEIPU6Mjs.requestAccounts; exports.requestPermissions = _chunk3CEIPU6Mjs.requestPermissions; exports.sendTransaction = _chunk3CEIPU6Mjs.sendTransaction; exports.signMessage = _chunk3CEIPU6Mjs.signMessage; exports.switchChain = _chunk3CEIPU6Mjs.switchChain; exports.watchAsset = _chunk3CEIPU6Mjs.watchAsset;
23
+ exports.addChain = _chunkIUCGWGPXjs.addChain; exports.getAccounts = _chunkIUCGWGPXjs.getAccounts; exports.getPermissions = _chunkIUCGWGPXjs.getPermissions; exports.requestAccounts = _chunkIUCGWGPXjs.requestAccounts; exports.requestPermissions = _chunkIUCGWGPXjs.requestPermissions; exports.sendTransaction = _chunkIUCGWGPXjs.sendTransaction; exports.signMessage = _chunkIUCGWGPXjs.signMessage; exports.switchChain = _chunkIUCGWGPXjs.switchChain; exports.watchAsset = _chunkIUCGWGPXjs.watchAsset;
24
24
  //# sourceMappingURL=wallet.js.map
package/dist/wallet.mjs CHANGED
@@ -8,8 +8,8 @@ import {
8
8
  signMessage,
9
9
  switchChain,
10
10
  watchAsset
11
- } from "./chunk-VEAHSGOL.mjs";
12
- import "./chunk-JB4TWW3U.mjs";
11
+ } from "./chunk-TNN5X44H.mjs";
12
+ import "./chunk-VP57P6CD.mjs";
13
13
  export {
14
14
  addChain,
15
15
  getAccounts,
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "isomorphic-ws": "^5.0.0",
10
10
  "ws": "^8.12.0"
11
11
  },
12
- "version": "0.0.1-alpha.33",
12
+ "version": "0.0.1-alpha.34",
13
13
  "files": [
14
14
  "/dist",
15
15
  "/chains",