viem 0.2.0-canary.20230313T230538 → 0.2.0-canary.20230314T023056

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/contract.js CHANGED
@@ -23,7 +23,7 @@
23
23
 
24
24
 
25
25
 
26
- var _chunkRSEMPS5Hjs = require('./chunk-RSEMPS5H.js');
26
+ var _chunkE6DS7ZIHjs = require('./chunk-E6DS7ZIH.js');
27
27
 
28
28
 
29
29
 
@@ -49,5 +49,5 @@ var _chunkRSEMPS5Hjs = require('./chunk-RSEMPS5H.js');
49
49
 
50
50
 
51
51
 
52
- exports.createContractEventFilter = _chunkRSEMPS5Hjs.createContractEventFilter; exports.decodeAbiParameters = _chunkRSEMPS5Hjs.decodeAbiParameters; exports.decodeErrorResult = _chunkRSEMPS5Hjs.decodeErrorResult; exports.decodeEventLog = _chunkRSEMPS5Hjs.decodeEventLog; exports.decodeFunctionData = _chunkRSEMPS5Hjs.decodeFunctionData; exports.decodeFunctionResult = _chunkRSEMPS5Hjs.decodeFunctionResult; exports.deployContract = _chunkRSEMPS5Hjs.deployContract; exports.encodeAbiParameters = _chunkRSEMPS5Hjs.encodeAbiParameters; exports.encodeDeployData = _chunkRSEMPS5Hjs.encodeDeployData; exports.encodeErrorResult = _chunkRSEMPS5Hjs.encodeErrorResult; exports.encodeEventTopics = _chunkRSEMPS5Hjs.encodeEventTopics; exports.encodeFunctionData = _chunkRSEMPS5Hjs.encodeFunctionData; exports.encodeFunctionResult = _chunkRSEMPS5Hjs.encodeFunctionResult; exports.estimateContractGas = _chunkRSEMPS5Hjs.estimateContractGas; exports.formatAbiItem = _chunkRSEMPS5Hjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkRSEMPS5Hjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkRSEMPS5Hjs.getAbiItem; exports.getBytecode = _chunkRSEMPS5Hjs.getBytecode; exports.getStorageAt = _chunkRSEMPS5Hjs.getStorageAt; exports.multicall = _chunkRSEMPS5Hjs.multicall; exports.readContract = _chunkRSEMPS5Hjs.readContract; exports.simulateContract = _chunkRSEMPS5Hjs.simulateContract; exports.watchContractEvent = _chunkRSEMPS5Hjs.watchContractEvent; exports.writeContract = _chunkRSEMPS5Hjs.writeContract;
52
+ exports.createContractEventFilter = _chunkE6DS7ZIHjs.createContractEventFilter; exports.decodeAbiParameters = _chunkE6DS7ZIHjs.decodeAbiParameters; exports.decodeErrorResult = _chunkE6DS7ZIHjs.decodeErrorResult; exports.decodeEventLog = _chunkE6DS7ZIHjs.decodeEventLog; exports.decodeFunctionData = _chunkE6DS7ZIHjs.decodeFunctionData; exports.decodeFunctionResult = _chunkE6DS7ZIHjs.decodeFunctionResult; exports.deployContract = _chunkE6DS7ZIHjs.deployContract; exports.encodeAbiParameters = _chunkE6DS7ZIHjs.encodeAbiParameters; exports.encodeDeployData = _chunkE6DS7ZIHjs.encodeDeployData; exports.encodeErrorResult = _chunkE6DS7ZIHjs.encodeErrorResult; exports.encodeEventTopics = _chunkE6DS7ZIHjs.encodeEventTopics; exports.encodeFunctionData = _chunkE6DS7ZIHjs.encodeFunctionData; exports.encodeFunctionResult = _chunkE6DS7ZIHjs.encodeFunctionResult; exports.estimateContractGas = _chunkE6DS7ZIHjs.estimateContractGas; exports.formatAbiItem = _chunkE6DS7ZIHjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkE6DS7ZIHjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkE6DS7ZIHjs.getAbiItem; exports.getBytecode = _chunkE6DS7ZIHjs.getBytecode; exports.getStorageAt = _chunkE6DS7ZIHjs.getStorageAt; exports.multicall = _chunkE6DS7ZIHjs.multicall; exports.readContract = _chunkE6DS7ZIHjs.readContract; exports.simulateContract = _chunkE6DS7ZIHjs.simulateContract; exports.watchContractEvent = _chunkE6DS7ZIHjs.watchContractEvent; exports.writeContract = _chunkE6DS7ZIHjs.writeContract;
53
53
  //# sourceMappingURL=contract.js.map
package/dist/contract.mjs CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  simulateContract,
24
24
  watchContractEvent,
25
25
  writeContract
26
- } from "./chunk-H5XRC6PB.mjs";
26
+ } from "./chunk-YJVNIQSC.mjs";
27
27
  export {
28
28
  createContractEventFilter,
29
29
  decodeAbiParameters,
package/dist/ens.js CHANGED
@@ -3,8 +3,8 @@
3
3
 
4
4
 
5
5
 
6
- var _chunk43MIG4FPjs = require('./chunk-43MIG4FP.js');
7
- require('./chunk-RSEMPS5H.js');
6
+ var _chunkXPAZ5N5Bjs = require('./chunk-XPAZ5N5B.js');
7
+ require('./chunk-E6DS7ZIH.js');
8
8
 
9
9
  // src/utils/ens/normalize.ts
10
10
  var _idnauts46hx = require('idna-uts46-hx');
@@ -17,5 +17,5 @@ function normalize(name) {
17
17
 
18
18
 
19
19
 
20
- exports.getEnsAddress = _chunk43MIG4FPjs.getEnsAddress; exports.getEnsName = _chunk43MIG4FPjs.getEnsName; exports.labelhash = _chunk43MIG4FPjs.labelhash; exports.namehash = _chunk43MIG4FPjs.namehash; exports.normalize = normalize;
20
+ exports.getEnsAddress = _chunkXPAZ5N5Bjs.getEnsAddress; exports.getEnsName = _chunkXPAZ5N5Bjs.getEnsName; exports.labelhash = _chunkXPAZ5N5Bjs.labelhash; exports.namehash = _chunkXPAZ5N5Bjs.namehash; exports.normalize = normalize;
21
21
  //# sourceMappingURL=ens.js.map
package/dist/ens.mjs CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  getEnsName,
4
4
  labelhash,
5
5
  namehash
6
- } from "./chunk-O2F7FICH.mjs";
7
- import "./chunk-H5XRC6PB.mjs";
6
+ } from "./chunk-4EKORTIH.mjs";
7
+ import "./chunk-YJVNIQSC.mjs";
8
8
 
9
9
  // src/utils/ens/normalize.ts
10
10
  import { toUnicode } from "idna-uts46-hx";
package/dist/ethers.js CHANGED
@@ -1,13 +1,13 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
3
 
4
- var _chunkRSEMPS5Hjs = require('./chunk-RSEMPS5H.js');
4
+ var _chunkE6DS7ZIHjs = require('./chunk-E6DS7ZIH.js');
5
5
 
6
6
  // src/adapters/ethers.ts
7
- var getAccount2 = (wallet) => _chunkRSEMPS5Hjs.getAccount.call(void 0, {
7
+ var getAccount2 = (wallet) => _chunkE6DS7ZIHjs.getAccount.call(void 0, {
8
8
  address: wallet.address,
9
9
  async signMessage(message) {
10
- return await wallet.signMessage(_chunkRSEMPS5Hjs.toBytes.call(void 0, message));
10
+ return await wallet.signMessage(_chunkE6DS7ZIHjs.toBytes.call(void 0, message));
11
11
  },
12
12
  async signTransaction(txn) {
13
13
  return await wallet.signTransaction({
package/dist/ethers.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getAccount,
3
3
  toBytes
4
- } from "./chunk-H5XRC6PB.mjs";
4
+ } from "./chunk-YJVNIQSC.mjs";
5
5
 
6
6
  // src/adapters/ethers.ts
7
7
  var getAccount2 = (wallet) => getAccount({
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
 
6
- var _chunk43MIG4FPjs = require('./chunk-43MIG4FP.js');
6
+ var _chunkXPAZ5N5Bjs = require('./chunk-XPAZ5N5B.js');
7
7
 
8
8
 
9
9
 
@@ -241,7 +241,7 @@ var _chunk43MIG4FPjs = require('./chunk-43MIG4FP.js');
241
241
 
242
242
 
243
243
 
244
- var _chunkRSEMPS5Hjs = require('./chunk-RSEMPS5H.js');
244
+ var _chunkE6DS7ZIHjs = require('./chunk-E6DS7ZIH.js');
245
245
 
246
246
  // src/clients/transports/createTransport.ts
247
247
  function createTransport({
@@ -255,7 +255,7 @@ function createTransport({
255
255
  }, value) {
256
256
  return {
257
257
  config: { key, name, request, retryCount, retryDelay, timeout, type },
258
- request: _chunkRSEMPS5Hjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
258
+ request: _chunkE6DS7ZIHjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
259
259
  value
260
260
  };
261
261
  }
@@ -289,7 +289,7 @@ function fallback(transports, config = {}) {
289
289
  params
290
290
  });
291
291
  } catch (err) {
292
- if (_chunkRSEMPS5Hjs.isDeterministicError.call(void 0, err))
292
+ if (_chunkE6DS7ZIHjs.isDeterministicError.call(void 0, err))
293
293
  throw err;
294
294
  if (i === transports.length - 1)
295
295
  throw err;
@@ -323,13 +323,13 @@ function http(url, config = {}) {
323
323
  const retryCount = _nullishCoalesce(config.retryCount, () => ( defaultRetryCount));
324
324
  const url_ = url || _optionalChain([chain, 'optionalAccess', _ => _.rpcUrls, 'access', _2 => _2.default, 'access', _3 => _3.http, 'access', _4 => _4[0]]);
325
325
  if (!url_)
326
- throw new (0, _chunkRSEMPS5Hjs.UrlRequiredError)();
326
+ throw new (0, _chunkE6DS7ZIHjs.UrlRequiredError)();
327
327
  return createTransport(
328
328
  {
329
329
  key,
330
330
  name,
331
331
  async request({ method, params }) {
332
- const { result } = await _chunkRSEMPS5Hjs.rpc.http(url_, {
332
+ const { result } = await _chunkE6DS7ZIHjs.rpc.http(url_, {
333
333
  body: {
334
334
  method,
335
335
  params
@@ -363,14 +363,14 @@ function webSocket(url, config = {}) {
363
363
  const retryCount = _nullishCoalesce(config.retryCount, () => ( defaultRetryCount));
364
364
  const url_ = url || _optionalChain([chain, 'optionalAccess', _5 => _5.rpcUrls, 'access', _6 => _6.default, 'access', _7 => _7.webSocket, 'optionalAccess', _8 => _8[0]]);
365
365
  if (!url_)
366
- throw new (0, _chunkRSEMPS5Hjs.UrlRequiredError)();
366
+ throw new (0, _chunkE6DS7ZIHjs.UrlRequiredError)();
367
367
  return createTransport(
368
368
  {
369
369
  key,
370
370
  name,
371
371
  async request({ method, params }) {
372
- const socket = await _chunkRSEMPS5Hjs.getSocket.call(void 0, url_);
373
- const { result } = await _chunkRSEMPS5Hjs.rpc.webSocketAsync(socket, {
372
+ const socket = await _chunkE6DS7ZIHjs.getSocket.call(void 0, url_);
373
+ const { result } = await _chunkE6DS7ZIHjs.rpc.webSocketAsync(socket, {
374
374
  body: { method, params },
375
375
  timeout
376
376
  });
@@ -383,12 +383,12 @@ function webSocket(url, config = {}) {
383
383
  },
384
384
  {
385
385
  getSocket() {
386
- return _chunkRSEMPS5Hjs.getSocket.call(void 0, url_);
386
+ return _chunkE6DS7ZIHjs.getSocket.call(void 0, url_);
387
387
  },
388
388
  async subscribe({ params, onData, onError }) {
389
- const socket = await _chunkRSEMPS5Hjs.getSocket.call(void 0, url_);
389
+ const socket = await _chunkE6DS7ZIHjs.getSocket.call(void 0, url_);
390
390
  const { result: subscriptionId } = await new Promise(
391
- (resolve, reject) => _chunkRSEMPS5Hjs.rpc.webSocket(socket, {
391
+ (resolve, reject) => _chunkE6DS7ZIHjs.rpc.webSocket(socket, {
392
392
  body: {
393
393
  method: "eth_subscribe",
394
394
  params
@@ -410,7 +410,7 @@ function webSocket(url, config = {}) {
410
410
  subscriptionId,
411
411
  async unsubscribe() {
412
412
  return new Promise(
413
- (resolve, reject) => _chunkRSEMPS5Hjs.rpc.webSocket(socket, {
413
+ (resolve, reject) => _chunkE6DS7ZIHjs.rpc.webSocket(socket, {
414
414
  body: {
415
415
  method: "eth_unsubscribe",
416
416
  params: [subscriptionId]
@@ -466,90 +466,90 @@ function createClient({
466
466
 
467
467
  // src/clients/decorators/public.ts
468
468
  var publicActions = (client) => ({
469
- call: (args) => _chunkRSEMPS5Hjs.call.call(void 0, client, args),
470
- createBlockFilter: () => _chunkRSEMPS5Hjs.createBlockFilter.call(void 0, client),
471
- createContractEventFilter: (args) => _chunkRSEMPS5Hjs.createContractEventFilter.call(void 0, client, args),
472
- createEventFilter: (args) => _chunkRSEMPS5Hjs.createEventFilter.call(void 0, client, args),
473
- createPendingTransactionFilter: () => _chunkRSEMPS5Hjs.createPendingTransactionFilter.call(void 0, client),
474
- estimateContractGas: (args) => _chunkRSEMPS5Hjs.estimateContractGas.call(void 0, client, args),
475
- estimateGas: (args) => _chunkRSEMPS5Hjs.estimateGas.call(void 0, client, args),
476
- getBalance: (args) => _chunkRSEMPS5Hjs.getBalance.call(void 0, client, args),
477
- getBlock: (args) => _chunkRSEMPS5Hjs.getBlock.call(void 0, client, args),
478
- getBlockNumber: (args) => _chunkRSEMPS5Hjs.getBlockNumber.call(void 0, client, args),
479
- getBlockTransactionCount: (args) => _chunkRSEMPS5Hjs.getBlockTransactionCount.call(void 0, client, args),
480
- getBytecode: (args) => _chunkRSEMPS5Hjs.getBytecode.call(void 0, client, args),
481
- getChainId: () => _chunkRSEMPS5Hjs.getChainId.call(void 0, client),
482
- getEnsAddress: (args) => _chunk43MIG4FPjs.getEnsAddress.call(void 0, client, args),
483
- getEnsName: (args) => _chunk43MIG4FPjs.getEnsName.call(void 0, client, args),
484
- getFeeHistory: (args) => _chunkRSEMPS5Hjs.getFeeHistory.call(void 0, client, args),
485
- getFilterChanges: (args) => _chunkRSEMPS5Hjs.getFilterChanges.call(void 0, client, args),
486
- getFilterLogs: (args) => _chunkRSEMPS5Hjs.getFilterLogs.call(void 0, client, args),
487
- getGasPrice: () => _chunkRSEMPS5Hjs.getGasPrice.call(void 0, client),
488
- getLogs: (args) => _chunkRSEMPS5Hjs.getLogs.call(void 0, client, args),
489
- getStorageAt: (args) => _chunkRSEMPS5Hjs.getStorageAt.call(void 0, client, args),
490
- getTransaction: (args) => _chunkRSEMPS5Hjs.getTransaction.call(void 0, client, args),
491
- getTransactionConfirmations: (args) => _chunkRSEMPS5Hjs.getTransactionConfirmations.call(void 0, client, args),
492
- getTransactionCount: (args) => _chunkRSEMPS5Hjs.getTransactionCount.call(void 0, client, args),
493
- getTransactionReceipt: (args) => _chunkRSEMPS5Hjs.getTransactionReceipt.call(void 0, client, args),
494
- multicall: (args) => _chunkRSEMPS5Hjs.multicall.call(void 0, client, args),
495
- readContract: (args) => _chunkRSEMPS5Hjs.readContract.call(void 0, client, args),
496
- simulateContract: (args) => _chunkRSEMPS5Hjs.simulateContract.call(void 0, client, args),
497
- uninstallFilter: (args) => _chunkRSEMPS5Hjs.uninstallFilter.call(void 0, client, args),
498
- waitForTransactionReceipt: (args) => _chunkRSEMPS5Hjs.waitForTransactionReceipt.call(void 0, client, args),
499
- watchBlocks: (args) => _chunkRSEMPS5Hjs.watchBlocks.call(void 0, client, args),
500
- watchBlockNumber: (args) => _chunkRSEMPS5Hjs.watchBlockNumber.call(void 0, client, args),
501
- watchContractEvent: (args) => _chunkRSEMPS5Hjs.watchContractEvent.call(void 0, client, args),
502
- watchEvent: (args) => _chunkRSEMPS5Hjs.watchEvent.call(void 0, client, args),
503
- watchPendingTransactions: (args) => _chunkRSEMPS5Hjs.watchPendingTransactions.call(void 0, client, args)
469
+ call: (args) => _chunkE6DS7ZIHjs.call.call(void 0, client, args),
470
+ createBlockFilter: () => _chunkE6DS7ZIHjs.createBlockFilter.call(void 0, client),
471
+ createContractEventFilter: (args) => _chunkE6DS7ZIHjs.createContractEventFilter.call(void 0, client, args),
472
+ createEventFilter: (args) => _chunkE6DS7ZIHjs.createEventFilter.call(void 0, client, args),
473
+ createPendingTransactionFilter: () => _chunkE6DS7ZIHjs.createPendingTransactionFilter.call(void 0, client),
474
+ estimateContractGas: (args) => _chunkE6DS7ZIHjs.estimateContractGas.call(void 0, client, args),
475
+ estimateGas: (args) => _chunkE6DS7ZIHjs.estimateGas.call(void 0, client, args),
476
+ getBalance: (args) => _chunkE6DS7ZIHjs.getBalance.call(void 0, client, args),
477
+ getBlock: (args) => _chunkE6DS7ZIHjs.getBlock.call(void 0, client, args),
478
+ getBlockNumber: (args) => _chunkE6DS7ZIHjs.getBlockNumber.call(void 0, client, args),
479
+ getBlockTransactionCount: (args) => _chunkE6DS7ZIHjs.getBlockTransactionCount.call(void 0, client, args),
480
+ getBytecode: (args) => _chunkE6DS7ZIHjs.getBytecode.call(void 0, client, args),
481
+ getChainId: () => _chunkE6DS7ZIHjs.getChainId.call(void 0, client),
482
+ getEnsAddress: (args) => _chunkXPAZ5N5Bjs.getEnsAddress.call(void 0, client, args),
483
+ getEnsName: (args) => _chunkXPAZ5N5Bjs.getEnsName.call(void 0, client, args),
484
+ getFeeHistory: (args) => _chunkE6DS7ZIHjs.getFeeHistory.call(void 0, client, args),
485
+ getFilterChanges: (args) => _chunkE6DS7ZIHjs.getFilterChanges.call(void 0, client, args),
486
+ getFilterLogs: (args) => _chunkE6DS7ZIHjs.getFilterLogs.call(void 0, client, args),
487
+ getGasPrice: () => _chunkE6DS7ZIHjs.getGasPrice.call(void 0, client),
488
+ getLogs: (args) => _chunkE6DS7ZIHjs.getLogs.call(void 0, client, args),
489
+ getStorageAt: (args) => _chunkE6DS7ZIHjs.getStorageAt.call(void 0, client, args),
490
+ getTransaction: (args) => _chunkE6DS7ZIHjs.getTransaction.call(void 0, client, args),
491
+ getTransactionConfirmations: (args) => _chunkE6DS7ZIHjs.getTransactionConfirmations.call(void 0, client, args),
492
+ getTransactionCount: (args) => _chunkE6DS7ZIHjs.getTransactionCount.call(void 0, client, args),
493
+ getTransactionReceipt: (args) => _chunkE6DS7ZIHjs.getTransactionReceipt.call(void 0, client, args),
494
+ multicall: (args) => _chunkE6DS7ZIHjs.multicall.call(void 0, client, args),
495
+ readContract: (args) => _chunkE6DS7ZIHjs.readContract.call(void 0, client, args),
496
+ simulateContract: (args) => _chunkE6DS7ZIHjs.simulateContract.call(void 0, client, args),
497
+ uninstallFilter: (args) => _chunkE6DS7ZIHjs.uninstallFilter.call(void 0, client, args),
498
+ waitForTransactionReceipt: (args) => _chunkE6DS7ZIHjs.waitForTransactionReceipt.call(void 0, client, args),
499
+ watchBlocks: (args) => _chunkE6DS7ZIHjs.watchBlocks.call(void 0, client, args),
500
+ watchBlockNumber: (args) => _chunkE6DS7ZIHjs.watchBlockNumber.call(void 0, client, args),
501
+ watchContractEvent: (args) => _chunkE6DS7ZIHjs.watchContractEvent.call(void 0, client, args),
502
+ watchEvent: (args) => _chunkE6DS7ZIHjs.watchEvent.call(void 0, client, args),
503
+ watchPendingTransactions: (args) => _chunkE6DS7ZIHjs.watchPendingTransactions.call(void 0, client, args)
504
504
  });
505
505
 
506
506
  // src/clients/decorators/test.ts
507
507
  var testActions = (client) => ({
508
- dropTransaction: (args) => _chunkRSEMPS5Hjs.dropTransaction.call(void 0, client, args),
509
- getAutomine: () => _chunkRSEMPS5Hjs.getAutomine.call(void 0, client),
510
- getTxpoolContent: () => _chunkRSEMPS5Hjs.getTxpoolContent.call(void 0, client),
511
- getTxpoolStatus: () => _chunkRSEMPS5Hjs.getTxpoolStatus.call(void 0, client),
512
- impersonateAccount: (args) => _chunkRSEMPS5Hjs.impersonateAccount.call(void 0, client, args),
513
- increaseTime: (args) => _chunkRSEMPS5Hjs.increaseTime.call(void 0, client, args),
514
- inspectTxpool: () => _chunkRSEMPS5Hjs.inspectTxpool.call(void 0, client),
515
- mine: (args) => _chunkRSEMPS5Hjs.mine.call(void 0, client, args),
516
- removeBlockTimestampInterval: () => _chunkRSEMPS5Hjs.removeBlockTimestampInterval.call(void 0, client),
517
- reset: (args) => _chunkRSEMPS5Hjs.reset.call(void 0, client, args),
518
- revert: (args) => _chunkRSEMPS5Hjs.revert.call(void 0, client, args),
519
- sendUnsignedTransaction: (args) => _chunkRSEMPS5Hjs.sendUnsignedTransaction.call(void 0, client, args),
520
- setAutomine: (args) => _chunkRSEMPS5Hjs.setAutomine.call(void 0, client, args),
521
- setBalance: (args) => _chunkRSEMPS5Hjs.setBalance.call(void 0, client, args),
522
- setBlockGasLimit: (args) => _chunkRSEMPS5Hjs.setBlockGasLimit.call(void 0, client, args),
523
- setBlockTimestampInterval: (args) => _chunkRSEMPS5Hjs.setBlockTimestampInterval.call(void 0, client, args),
524
- setCode: (args) => _chunkRSEMPS5Hjs.setCode.call(void 0, client, args),
525
- setCoinbase: (args) => _chunkRSEMPS5Hjs.setCoinbase.call(void 0, client, args),
526
- setIntervalMining: (args) => _chunkRSEMPS5Hjs.setIntervalMining.call(void 0, client, args),
527
- setLoggingEnabled: (args) => _chunkRSEMPS5Hjs.setLoggingEnabled.call(void 0, client, args),
528
- setMinGasPrice: (args) => _chunkRSEMPS5Hjs.setMinGasPrice.call(void 0, client, args),
529
- setNextBlockBaseFeePerGas: (args) => _chunkRSEMPS5Hjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
530
- setNextBlockTimestamp: (args) => _chunkRSEMPS5Hjs.setNextBlockTimestamp.call(void 0, client, args),
531
- setNonce: (args) => _chunkRSEMPS5Hjs.setNonce.call(void 0, client, args),
532
- setRpcUrl: (args) => _chunkRSEMPS5Hjs.setRpcUrl.call(void 0, client, args),
533
- setStorageAt: (args) => _chunkRSEMPS5Hjs.setStorageAt.call(void 0, client, args),
534
- snapshot: () => _chunkRSEMPS5Hjs.snapshot.call(void 0, client),
535
- stopImpersonatingAccount: (args) => _chunkRSEMPS5Hjs.stopImpersonatingAccount.call(void 0, client, args)
508
+ dropTransaction: (args) => _chunkE6DS7ZIHjs.dropTransaction.call(void 0, client, args),
509
+ getAutomine: () => _chunkE6DS7ZIHjs.getAutomine.call(void 0, client),
510
+ getTxpoolContent: () => _chunkE6DS7ZIHjs.getTxpoolContent.call(void 0, client),
511
+ getTxpoolStatus: () => _chunkE6DS7ZIHjs.getTxpoolStatus.call(void 0, client),
512
+ impersonateAccount: (args) => _chunkE6DS7ZIHjs.impersonateAccount.call(void 0, client, args),
513
+ increaseTime: (args) => _chunkE6DS7ZIHjs.increaseTime.call(void 0, client, args),
514
+ inspectTxpool: () => _chunkE6DS7ZIHjs.inspectTxpool.call(void 0, client),
515
+ mine: (args) => _chunkE6DS7ZIHjs.mine.call(void 0, client, args),
516
+ removeBlockTimestampInterval: () => _chunkE6DS7ZIHjs.removeBlockTimestampInterval.call(void 0, client),
517
+ reset: (args) => _chunkE6DS7ZIHjs.reset.call(void 0, client, args),
518
+ revert: (args) => _chunkE6DS7ZIHjs.revert.call(void 0, client, args),
519
+ sendUnsignedTransaction: (args) => _chunkE6DS7ZIHjs.sendUnsignedTransaction.call(void 0, client, args),
520
+ setAutomine: (args) => _chunkE6DS7ZIHjs.setAutomine.call(void 0, client, args),
521
+ setBalance: (args) => _chunkE6DS7ZIHjs.setBalance.call(void 0, client, args),
522
+ setBlockGasLimit: (args) => _chunkE6DS7ZIHjs.setBlockGasLimit.call(void 0, client, args),
523
+ setBlockTimestampInterval: (args) => _chunkE6DS7ZIHjs.setBlockTimestampInterval.call(void 0, client, args),
524
+ setCode: (args) => _chunkE6DS7ZIHjs.setCode.call(void 0, client, args),
525
+ setCoinbase: (args) => _chunkE6DS7ZIHjs.setCoinbase.call(void 0, client, args),
526
+ setIntervalMining: (args) => _chunkE6DS7ZIHjs.setIntervalMining.call(void 0, client, args),
527
+ setLoggingEnabled: (args) => _chunkE6DS7ZIHjs.setLoggingEnabled.call(void 0, client, args),
528
+ setMinGasPrice: (args) => _chunkE6DS7ZIHjs.setMinGasPrice.call(void 0, client, args),
529
+ setNextBlockBaseFeePerGas: (args) => _chunkE6DS7ZIHjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
530
+ setNextBlockTimestamp: (args) => _chunkE6DS7ZIHjs.setNextBlockTimestamp.call(void 0, client, args),
531
+ setNonce: (args) => _chunkE6DS7ZIHjs.setNonce.call(void 0, client, args),
532
+ setRpcUrl: (args) => _chunkE6DS7ZIHjs.setRpcUrl.call(void 0, client, args),
533
+ setStorageAt: (args) => _chunkE6DS7ZIHjs.setStorageAt.call(void 0, client, args),
534
+ snapshot: () => _chunkE6DS7ZIHjs.snapshot.call(void 0, client),
535
+ stopImpersonatingAccount: (args) => _chunkE6DS7ZIHjs.stopImpersonatingAccount.call(void 0, client, args)
536
536
  });
537
537
 
538
538
  // src/clients/decorators/wallet.ts
539
539
  var walletActions = (client) => ({
540
- addChain: (args) => _chunkRSEMPS5Hjs.addChain.call(void 0, client, args),
541
- deployContract: (args) => _chunkRSEMPS5Hjs.deployContract.call(void 0, client, args),
542
- getAddresses: () => _chunkRSEMPS5Hjs.getAddresses.call(void 0, client),
543
- getChainId: () => _chunkRSEMPS5Hjs.getChainId.call(void 0, client),
544
- getPermissions: () => _chunkRSEMPS5Hjs.getPermissions.call(void 0, client),
545
- requestAddresses: () => _chunkRSEMPS5Hjs.requestAddresses.call(void 0, client),
546
- requestPermissions: (args) => _chunkRSEMPS5Hjs.requestPermissions.call(void 0, client, args),
547
- sendTransaction: (args) => _chunkRSEMPS5Hjs.sendTransaction.call(void 0, client, args),
548
- signMessage: (args) => _chunkRSEMPS5Hjs.signMessage.call(void 0, client, args),
549
- signTypedData: (args) => _chunkRSEMPS5Hjs.signTypedData.call(void 0, client, args),
550
- switchChain: (args) => _chunkRSEMPS5Hjs.switchChain.call(void 0, client, args),
551
- watchAsset: (args) => _chunkRSEMPS5Hjs.watchAsset.call(void 0, client, args),
552
- writeContract: (args) => _chunkRSEMPS5Hjs.writeContract.call(void 0, client, args)
540
+ addChain: (args) => _chunkE6DS7ZIHjs.addChain.call(void 0, client, args),
541
+ deployContract: (args) => _chunkE6DS7ZIHjs.deployContract.call(void 0, client, args),
542
+ getAddresses: () => _chunkE6DS7ZIHjs.getAddresses.call(void 0, client),
543
+ getChainId: () => _chunkE6DS7ZIHjs.getChainId.call(void 0, client),
544
+ getPermissions: () => _chunkE6DS7ZIHjs.getPermissions.call(void 0, client),
545
+ requestAddresses: () => _chunkE6DS7ZIHjs.requestAddresses.call(void 0, client),
546
+ requestPermissions: (args) => _chunkE6DS7ZIHjs.requestPermissions.call(void 0, client, args),
547
+ sendTransaction: (args) => _chunkE6DS7ZIHjs.sendTransaction.call(void 0, client, args),
548
+ signMessage: (args) => _chunkE6DS7ZIHjs.signMessage.call(void 0, client, args),
549
+ signTypedData: (args) => _chunkE6DS7ZIHjs.signTypedData.call(void 0, client, args),
550
+ switchChain: (args) => _chunkE6DS7ZIHjs.switchChain.call(void 0, client, args),
551
+ watchAsset: (args) => _chunkE6DS7ZIHjs.watchAsset.call(void 0, client, args),
552
+ writeContract: (args) => _chunkE6DS7ZIHjs.writeContract.call(void 0, client, args)
553
553
  });
554
554
 
555
555
  // src/clients/createPublicClient.ts
@@ -790,5 +790,5 @@ function createWalletClient({
790
790
 
791
791
 
792
792
 
793
- exports.AbiConstructorNotFoundError = _chunkRSEMPS5Hjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkRSEMPS5Hjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkRSEMPS5Hjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkRSEMPS5Hjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkRSEMPS5Hjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkRSEMPS5Hjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkRSEMPS5Hjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkRSEMPS5Hjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkRSEMPS5Hjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkRSEMPS5Hjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkRSEMPS5Hjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkRSEMPS5Hjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkRSEMPS5Hjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkRSEMPS5Hjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkRSEMPS5Hjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkRSEMPS5Hjs.BaseError; exports.BlockNotFoundError = _chunkRSEMPS5Hjs.BlockNotFoundError; exports.CallExecutionError = _chunkRSEMPS5Hjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkRSEMPS5Hjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkRSEMPS5Hjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkRSEMPS5Hjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkRSEMPS5Hjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkRSEMPS5Hjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkRSEMPS5Hjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkRSEMPS5Hjs.DecodeLogTopicsMismatch; exports.EstimateGasExecutionError = _chunkRSEMPS5Hjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkRSEMPS5Hjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkRSEMPS5Hjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkRSEMPS5Hjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkRSEMPS5Hjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkRSEMPS5Hjs.HttpRequestError; exports.InsufficientFundsError = _chunkRSEMPS5Hjs.InsufficientFundsError; exports.InternalRpcError = _chunkRSEMPS5Hjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkRSEMPS5Hjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkRSEMPS5Hjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkRSEMPS5Hjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkRSEMPS5Hjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkRSEMPS5Hjs.InvalidAddressError; exports.InvalidArrayError = _chunkRSEMPS5Hjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkRSEMPS5Hjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkRSEMPS5Hjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkRSEMPS5Hjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkRSEMPS5Hjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkRSEMPS5Hjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkRSEMPS5Hjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkRSEMPS5Hjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkRSEMPS5Hjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkRSEMPS5Hjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkRSEMPS5Hjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkRSEMPS5Hjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkRSEMPS5Hjs.NonceMaxValueError; exports.NonceTooHighError = _chunkRSEMPS5Hjs.NonceTooHighError; exports.NonceTooLowError = _chunkRSEMPS5Hjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkRSEMPS5Hjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkRSEMPS5Hjs.ParseRpcError; exports.RawContractError = _chunkRSEMPS5Hjs.RawContractError; exports.RequestError = _chunkRSEMPS5Hjs.RequestError; exports.ResourceNotFoundRpcError = _chunkRSEMPS5Hjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkRSEMPS5Hjs.ResourceUnavailableRpcError; exports.RpcError = _chunkRSEMPS5Hjs.RpcError; exports.RpcRequestError = _chunkRSEMPS5Hjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkRSEMPS5Hjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkRSEMPS5Hjs.SwitchChainError; exports.TimeoutError = _chunkRSEMPS5Hjs.TimeoutError; exports.TipAboveFeeCapError = _chunkRSEMPS5Hjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkRSEMPS5Hjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkRSEMPS5Hjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkRSEMPS5Hjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkRSEMPS5Hjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkRSEMPS5Hjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkRSEMPS5Hjs.UnknownNodeError; exports.UnknownRpcError = _chunkRSEMPS5Hjs.UnknownRpcError; exports.UrlRequiredError = _chunkRSEMPS5Hjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkRSEMPS5Hjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkRSEMPS5Hjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkRSEMPS5Hjs.WebSocketRequestError; exports.boolToBytes = _chunkRSEMPS5Hjs.boolToBytes; exports.boolToHex = _chunkRSEMPS5Hjs.boolToHex; exports.bytesToBigint = _chunkRSEMPS5Hjs.bytesToBigint; exports.bytesToBool = _chunkRSEMPS5Hjs.bytesToBool; exports.bytesToHex = _chunkRSEMPS5Hjs.bytesToHex; exports.bytesToNumber = _chunkRSEMPS5Hjs.bytesToNumber; exports.bytesToString = _chunkRSEMPS5Hjs.bytesToString; exports.concat = _chunkRSEMPS5Hjs.concat; exports.concatBytes = _chunkRSEMPS5Hjs.concatBytes; exports.concatHex = _chunkRSEMPS5Hjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkRSEMPS5Hjs.decodeAbiParameters; exports.decodeErrorResult = _chunkRSEMPS5Hjs.decodeErrorResult; exports.decodeEventLog = _chunkRSEMPS5Hjs.decodeEventLog; exports.decodeFunctionData = _chunkRSEMPS5Hjs.decodeFunctionData; exports.decodeFunctionResult = _chunkRSEMPS5Hjs.decodeFunctionResult; exports.defineBlock = _chunkRSEMPS5Hjs.defineBlock; exports.defineChain = _chunkRSEMPS5Hjs.defineChain; exports.defineTransaction = _chunkRSEMPS5Hjs.defineTransaction; exports.defineTransactionReceipt = _chunkRSEMPS5Hjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkRSEMPS5Hjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkRSEMPS5Hjs.encodeAbiParameters; exports.encodeDeployData = _chunkRSEMPS5Hjs.encodeDeployData; exports.encodeErrorResult = _chunkRSEMPS5Hjs.encodeErrorResult; exports.encodeEventTopics = _chunkRSEMPS5Hjs.encodeEventTopics; exports.encodeFunctionData = _chunkRSEMPS5Hjs.encodeFunctionData; exports.encodeFunctionResult = _chunkRSEMPS5Hjs.encodeFunctionResult; exports.encodePacked = _chunkRSEMPS5Hjs.encodePacked; exports.etherUnits = _chunkRSEMPS5Hjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkRSEMPS5Hjs.formatBlock; exports.formatEther = _chunkRSEMPS5Hjs.formatEther; exports.formatGwei = _chunkRSEMPS5Hjs.formatGwei; exports.formatTransaction = _chunkRSEMPS5Hjs.formatTransaction; exports.formatTransactionRequest = _chunkRSEMPS5Hjs.formatTransactionRequest; exports.formatUnits = _chunkRSEMPS5Hjs.formatUnits; exports.fromBytes = _chunkRSEMPS5Hjs.fromBytes; exports.fromHex = _chunkRSEMPS5Hjs.fromHex; exports.fromRlp = _chunkRSEMPS5Hjs.fromRlp; exports.getAbiItem = _chunkRSEMPS5Hjs.getAbiItem; exports.getAccount = _chunkRSEMPS5Hjs.getAccount; exports.getAddress = _chunkRSEMPS5Hjs.getAddress; exports.getContractAddress = _chunkRSEMPS5Hjs.getContractAddress; exports.getContractError = _chunkRSEMPS5Hjs.getContractError; exports.getCreate2Address = _chunkRSEMPS5Hjs.getCreate2Address; exports.getCreateAddress = _chunkRSEMPS5Hjs.getCreateAddress; exports.getEventSelector = _chunkRSEMPS5Hjs.getEventSelector; exports.getFunctionSelector = _chunkRSEMPS5Hjs.getFunctionSelector; exports.gweiUnits = _chunkRSEMPS5Hjs.gweiUnits; exports.hexToBigInt = _chunkRSEMPS5Hjs.hexToBigInt; exports.hexToBool = _chunkRSEMPS5Hjs.hexToBool; exports.hexToBytes = _chunkRSEMPS5Hjs.hexToBytes; exports.hexToNumber = _chunkRSEMPS5Hjs.hexToNumber; exports.hexToString = _chunkRSEMPS5Hjs.hexToString; exports.http = http; exports.isAddress = _chunkRSEMPS5Hjs.isAddress; exports.isAddressEqual = _chunkRSEMPS5Hjs.isAddressEqual; exports.isBytes = _chunkRSEMPS5Hjs.isBytes; exports.isHex = _chunkRSEMPS5Hjs.isHex; exports.keccak256 = _chunkRSEMPS5Hjs.keccak256; exports.labelhash = _chunk43MIG4FPjs.labelhash; exports.multicall3Abi = _chunkRSEMPS5Hjs.multicall3Abi; exports.namehash = _chunk43MIG4FPjs.namehash; exports.numberToBytes = _chunkRSEMPS5Hjs.numberToBytes; exports.numberToHex = _chunkRSEMPS5Hjs.numberToHex; exports.pad = _chunkRSEMPS5Hjs.pad; exports.padBytes = _chunkRSEMPS5Hjs.padBytes; exports.padHex = _chunkRSEMPS5Hjs.padHex; exports.parseAbi = _chunkRSEMPS5Hjs.parseAbi; exports.parseAbiItem = _chunkRSEMPS5Hjs.parseAbiItem; exports.parseAbiParameter = _chunkRSEMPS5Hjs.parseAbiParameter; exports.parseAbiParameters = _chunkRSEMPS5Hjs.parseAbiParameters; exports.parseEther = _chunkRSEMPS5Hjs.parseEther; exports.parseGwei = _chunkRSEMPS5Hjs.parseGwei; exports.parseUnits = _chunkRSEMPS5Hjs.parseUnits; exports.size = _chunkRSEMPS5Hjs.size; exports.slice = _chunkRSEMPS5Hjs.slice; exports.sliceBytes = _chunkRSEMPS5Hjs.sliceBytes; exports.sliceHex = _chunkRSEMPS5Hjs.sliceHex; exports.stringToBytes = _chunkRSEMPS5Hjs.stringToBytes; exports.stringToHex = _chunkRSEMPS5Hjs.stringToHex; exports.stringify = _chunkRSEMPS5Hjs.stringify; exports.toBytes = _chunkRSEMPS5Hjs.toBytes; exports.toHex = _chunkRSEMPS5Hjs.toHex; exports.toRlp = _chunkRSEMPS5Hjs.toRlp; exports.transactionType = _chunkRSEMPS5Hjs.transactionType; exports.trim = _chunkRSEMPS5Hjs.trim; exports.webSocket = webSocket; exports.weiUnits = _chunkRSEMPS5Hjs.weiUnits;
793
+ exports.AbiConstructorNotFoundError = _chunkE6DS7ZIHjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkE6DS7ZIHjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkE6DS7ZIHjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkE6DS7ZIHjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkE6DS7ZIHjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkE6DS7ZIHjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkE6DS7ZIHjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkE6DS7ZIHjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkE6DS7ZIHjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkE6DS7ZIHjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkE6DS7ZIHjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkE6DS7ZIHjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkE6DS7ZIHjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkE6DS7ZIHjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkE6DS7ZIHjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkE6DS7ZIHjs.BaseError; exports.BlockNotFoundError = _chunkE6DS7ZIHjs.BlockNotFoundError; exports.CallExecutionError = _chunkE6DS7ZIHjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkE6DS7ZIHjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkE6DS7ZIHjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkE6DS7ZIHjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkE6DS7ZIHjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkE6DS7ZIHjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkE6DS7ZIHjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkE6DS7ZIHjs.DecodeLogTopicsMismatch; exports.EstimateGasExecutionError = _chunkE6DS7ZIHjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkE6DS7ZIHjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkE6DS7ZIHjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkE6DS7ZIHjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkE6DS7ZIHjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkE6DS7ZIHjs.HttpRequestError; exports.InsufficientFundsError = _chunkE6DS7ZIHjs.InsufficientFundsError; exports.InternalRpcError = _chunkE6DS7ZIHjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkE6DS7ZIHjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkE6DS7ZIHjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkE6DS7ZIHjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkE6DS7ZIHjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkE6DS7ZIHjs.InvalidAddressError; exports.InvalidArrayError = _chunkE6DS7ZIHjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkE6DS7ZIHjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkE6DS7ZIHjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkE6DS7ZIHjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkE6DS7ZIHjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkE6DS7ZIHjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkE6DS7ZIHjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkE6DS7ZIHjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkE6DS7ZIHjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkE6DS7ZIHjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkE6DS7ZIHjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkE6DS7ZIHjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkE6DS7ZIHjs.NonceMaxValueError; exports.NonceTooHighError = _chunkE6DS7ZIHjs.NonceTooHighError; exports.NonceTooLowError = _chunkE6DS7ZIHjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkE6DS7ZIHjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkE6DS7ZIHjs.ParseRpcError; exports.RawContractError = _chunkE6DS7ZIHjs.RawContractError; exports.RequestError = _chunkE6DS7ZIHjs.RequestError; exports.ResourceNotFoundRpcError = _chunkE6DS7ZIHjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkE6DS7ZIHjs.ResourceUnavailableRpcError; exports.RpcError = _chunkE6DS7ZIHjs.RpcError; exports.RpcRequestError = _chunkE6DS7ZIHjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkE6DS7ZIHjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkE6DS7ZIHjs.SwitchChainError; exports.TimeoutError = _chunkE6DS7ZIHjs.TimeoutError; exports.TipAboveFeeCapError = _chunkE6DS7ZIHjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkE6DS7ZIHjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkE6DS7ZIHjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkE6DS7ZIHjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkE6DS7ZIHjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkE6DS7ZIHjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkE6DS7ZIHjs.UnknownNodeError; exports.UnknownRpcError = _chunkE6DS7ZIHjs.UnknownRpcError; exports.UrlRequiredError = _chunkE6DS7ZIHjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkE6DS7ZIHjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkE6DS7ZIHjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkE6DS7ZIHjs.WebSocketRequestError; exports.boolToBytes = _chunkE6DS7ZIHjs.boolToBytes; exports.boolToHex = _chunkE6DS7ZIHjs.boolToHex; exports.bytesToBigint = _chunkE6DS7ZIHjs.bytesToBigint; exports.bytesToBool = _chunkE6DS7ZIHjs.bytesToBool; exports.bytesToHex = _chunkE6DS7ZIHjs.bytesToHex; exports.bytesToNumber = _chunkE6DS7ZIHjs.bytesToNumber; exports.bytesToString = _chunkE6DS7ZIHjs.bytesToString; exports.concat = _chunkE6DS7ZIHjs.concat; exports.concatBytes = _chunkE6DS7ZIHjs.concatBytes; exports.concatHex = _chunkE6DS7ZIHjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkE6DS7ZIHjs.decodeAbiParameters; exports.decodeErrorResult = _chunkE6DS7ZIHjs.decodeErrorResult; exports.decodeEventLog = _chunkE6DS7ZIHjs.decodeEventLog; exports.decodeFunctionData = _chunkE6DS7ZIHjs.decodeFunctionData; exports.decodeFunctionResult = _chunkE6DS7ZIHjs.decodeFunctionResult; exports.defineBlock = _chunkE6DS7ZIHjs.defineBlock; exports.defineChain = _chunkE6DS7ZIHjs.defineChain; exports.defineTransaction = _chunkE6DS7ZIHjs.defineTransaction; exports.defineTransactionReceipt = _chunkE6DS7ZIHjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkE6DS7ZIHjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkE6DS7ZIHjs.encodeAbiParameters; exports.encodeDeployData = _chunkE6DS7ZIHjs.encodeDeployData; exports.encodeErrorResult = _chunkE6DS7ZIHjs.encodeErrorResult; exports.encodeEventTopics = _chunkE6DS7ZIHjs.encodeEventTopics; exports.encodeFunctionData = _chunkE6DS7ZIHjs.encodeFunctionData; exports.encodeFunctionResult = _chunkE6DS7ZIHjs.encodeFunctionResult; exports.encodePacked = _chunkE6DS7ZIHjs.encodePacked; exports.etherUnits = _chunkE6DS7ZIHjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkE6DS7ZIHjs.formatBlock; exports.formatEther = _chunkE6DS7ZIHjs.formatEther; exports.formatGwei = _chunkE6DS7ZIHjs.formatGwei; exports.formatTransaction = _chunkE6DS7ZIHjs.formatTransaction; exports.formatTransactionRequest = _chunkE6DS7ZIHjs.formatTransactionRequest; exports.formatUnits = _chunkE6DS7ZIHjs.formatUnits; exports.fromBytes = _chunkE6DS7ZIHjs.fromBytes; exports.fromHex = _chunkE6DS7ZIHjs.fromHex; exports.fromRlp = _chunkE6DS7ZIHjs.fromRlp; exports.getAbiItem = _chunkE6DS7ZIHjs.getAbiItem; exports.getAccount = _chunkE6DS7ZIHjs.getAccount; exports.getAddress = _chunkE6DS7ZIHjs.getAddress; exports.getContractAddress = _chunkE6DS7ZIHjs.getContractAddress; exports.getContractError = _chunkE6DS7ZIHjs.getContractError; exports.getCreate2Address = _chunkE6DS7ZIHjs.getCreate2Address; exports.getCreateAddress = _chunkE6DS7ZIHjs.getCreateAddress; exports.getEventSelector = _chunkE6DS7ZIHjs.getEventSelector; exports.getFunctionSelector = _chunkE6DS7ZIHjs.getFunctionSelector; exports.gweiUnits = _chunkE6DS7ZIHjs.gweiUnits; exports.hexToBigInt = _chunkE6DS7ZIHjs.hexToBigInt; exports.hexToBool = _chunkE6DS7ZIHjs.hexToBool; exports.hexToBytes = _chunkE6DS7ZIHjs.hexToBytes; exports.hexToNumber = _chunkE6DS7ZIHjs.hexToNumber; exports.hexToString = _chunkE6DS7ZIHjs.hexToString; exports.http = http; exports.isAddress = _chunkE6DS7ZIHjs.isAddress; exports.isAddressEqual = _chunkE6DS7ZIHjs.isAddressEqual; exports.isBytes = _chunkE6DS7ZIHjs.isBytes; exports.isHex = _chunkE6DS7ZIHjs.isHex; exports.keccak256 = _chunkE6DS7ZIHjs.keccak256; exports.labelhash = _chunkXPAZ5N5Bjs.labelhash; exports.multicall3Abi = _chunkE6DS7ZIHjs.multicall3Abi; exports.namehash = _chunkXPAZ5N5Bjs.namehash; exports.numberToBytes = _chunkE6DS7ZIHjs.numberToBytes; exports.numberToHex = _chunkE6DS7ZIHjs.numberToHex; exports.pad = _chunkE6DS7ZIHjs.pad; exports.padBytes = _chunkE6DS7ZIHjs.padBytes; exports.padHex = _chunkE6DS7ZIHjs.padHex; exports.parseAbi = _chunkE6DS7ZIHjs.parseAbi; exports.parseAbiItem = _chunkE6DS7ZIHjs.parseAbiItem; exports.parseAbiParameter = _chunkE6DS7ZIHjs.parseAbiParameter; exports.parseAbiParameters = _chunkE6DS7ZIHjs.parseAbiParameters; exports.parseEther = _chunkE6DS7ZIHjs.parseEther; exports.parseGwei = _chunkE6DS7ZIHjs.parseGwei; exports.parseUnits = _chunkE6DS7ZIHjs.parseUnits; exports.size = _chunkE6DS7ZIHjs.size; exports.slice = _chunkE6DS7ZIHjs.slice; exports.sliceBytes = _chunkE6DS7ZIHjs.sliceBytes; exports.sliceHex = _chunkE6DS7ZIHjs.sliceHex; exports.stringToBytes = _chunkE6DS7ZIHjs.stringToBytes; exports.stringToHex = _chunkE6DS7ZIHjs.stringToHex; exports.stringify = _chunkE6DS7ZIHjs.stringify; exports.toBytes = _chunkE6DS7ZIHjs.toBytes; exports.toHex = _chunkE6DS7ZIHjs.toHex; exports.toRlp = _chunkE6DS7ZIHjs.toRlp; exports.transactionType = _chunkE6DS7ZIHjs.transactionType; exports.trim = _chunkE6DS7ZIHjs.trim; exports.webSocket = webSocket; exports.weiUnits = _chunkE6DS7ZIHjs.weiUnits;
794
794
  //# 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-O2F7FICH.mjs";
6
+ } from "./chunk-4EKORTIH.mjs";
7
7
  import {
8
8
  AbiConstructorNotFoundError,
9
9
  AbiConstructorParamsNotFoundError,
@@ -241,7 +241,7 @@ import {
241
241
  watchPendingTransactions,
242
242
  weiUnits,
243
243
  writeContract
244
- } from "./chunk-H5XRC6PB.mjs";
244
+ } from "./chunk-YJVNIQSC.mjs";
245
245
 
246
246
  // src/clients/transports/createTransport.ts
247
247
  function createTransport({
package/dist/public.js CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- var _chunkRSEMPS5Hjs = require('./chunk-RSEMPS5H.js');
29
+ var _chunkE6DS7ZIHjs = require('./chunk-E6DS7ZIH.js');
30
30
 
31
31
 
32
32
 
@@ -55,5 +55,5 @@ var _chunkRSEMPS5Hjs = require('./chunk-RSEMPS5H.js');
55
55
 
56
56
 
57
57
 
58
- exports.call = _chunkRSEMPS5Hjs.call; exports.createBlockFilter = _chunkRSEMPS5Hjs.createBlockFilter; exports.createEventFilter = _chunkRSEMPS5Hjs.createEventFilter; exports.createPendingTransactionFilter = _chunkRSEMPS5Hjs.createPendingTransactionFilter; exports.estimateGas = _chunkRSEMPS5Hjs.estimateGas; exports.getBalance = _chunkRSEMPS5Hjs.getBalance; exports.getBlock = _chunkRSEMPS5Hjs.getBlock; exports.getBlockNumber = _chunkRSEMPS5Hjs.getBlockNumber; exports.getBlockNumberCache = _chunkRSEMPS5Hjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkRSEMPS5Hjs.getBlockTransactionCount; exports.getBytecode = _chunkRSEMPS5Hjs.getBytecode; exports.getChainId = _chunkRSEMPS5Hjs.getChainId; exports.getFeeHistory = _chunkRSEMPS5Hjs.getFeeHistory; exports.getFilterChanges = _chunkRSEMPS5Hjs.getFilterChanges; exports.getFilterLogs = _chunkRSEMPS5Hjs.getFilterLogs; exports.getGasPrice = _chunkRSEMPS5Hjs.getGasPrice; exports.getLogs = _chunkRSEMPS5Hjs.getLogs; exports.getTransaction = _chunkRSEMPS5Hjs.getTransaction; exports.getTransactionConfirmations = _chunkRSEMPS5Hjs.getTransactionConfirmations; exports.getTransactionCount = _chunkRSEMPS5Hjs.getTransactionCount; exports.getTransactionReceipt = _chunkRSEMPS5Hjs.getTransactionReceipt; exports.uninstallFilter = _chunkRSEMPS5Hjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkRSEMPS5Hjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkRSEMPS5Hjs.watchBlockNumber; exports.watchBlocks = _chunkRSEMPS5Hjs.watchBlocks; exports.watchEvent = _chunkRSEMPS5Hjs.watchEvent; exports.watchPendingTransactions = _chunkRSEMPS5Hjs.watchPendingTransactions;
58
+ exports.call = _chunkE6DS7ZIHjs.call; exports.createBlockFilter = _chunkE6DS7ZIHjs.createBlockFilter; exports.createEventFilter = _chunkE6DS7ZIHjs.createEventFilter; exports.createPendingTransactionFilter = _chunkE6DS7ZIHjs.createPendingTransactionFilter; exports.estimateGas = _chunkE6DS7ZIHjs.estimateGas; exports.getBalance = _chunkE6DS7ZIHjs.getBalance; exports.getBlock = _chunkE6DS7ZIHjs.getBlock; exports.getBlockNumber = _chunkE6DS7ZIHjs.getBlockNumber; exports.getBlockNumberCache = _chunkE6DS7ZIHjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkE6DS7ZIHjs.getBlockTransactionCount; exports.getBytecode = _chunkE6DS7ZIHjs.getBytecode; exports.getChainId = _chunkE6DS7ZIHjs.getChainId; exports.getFeeHistory = _chunkE6DS7ZIHjs.getFeeHistory; exports.getFilterChanges = _chunkE6DS7ZIHjs.getFilterChanges; exports.getFilterLogs = _chunkE6DS7ZIHjs.getFilterLogs; exports.getGasPrice = _chunkE6DS7ZIHjs.getGasPrice; exports.getLogs = _chunkE6DS7ZIHjs.getLogs; exports.getTransaction = _chunkE6DS7ZIHjs.getTransaction; exports.getTransactionConfirmations = _chunkE6DS7ZIHjs.getTransactionConfirmations; exports.getTransactionCount = _chunkE6DS7ZIHjs.getTransactionCount; exports.getTransactionReceipt = _chunkE6DS7ZIHjs.getTransactionReceipt; exports.uninstallFilter = _chunkE6DS7ZIHjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkE6DS7ZIHjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkE6DS7ZIHjs.watchBlockNumber; exports.watchBlocks = _chunkE6DS7ZIHjs.watchBlocks; exports.watchEvent = _chunkE6DS7ZIHjs.watchEvent; exports.watchPendingTransactions = _chunkE6DS7ZIHjs.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-H5XRC6PB.mjs";
29
+ } from "./chunk-YJVNIQSC.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 _chunkRSEMPS5Hjs = require('./chunk-RSEMPS5H.js');
30
+ var _chunkE6DS7ZIHjs = require('./chunk-E6DS7ZIH.js');
31
31
 
32
32
 
33
33
 
@@ -57,5 +57,5 @@ var _chunkRSEMPS5Hjs = require('./chunk-RSEMPS5H.js');
57
57
 
58
58
 
59
59
 
60
- exports.dropTransaction = _chunkRSEMPS5Hjs.dropTransaction; exports.getAutomine = _chunkRSEMPS5Hjs.getAutomine; exports.getTxpoolContent = _chunkRSEMPS5Hjs.getTxpoolContent; exports.getTxpoolStatus = _chunkRSEMPS5Hjs.getTxpoolStatus; exports.impersonateAccount = _chunkRSEMPS5Hjs.impersonateAccount; exports.increaseTime = _chunkRSEMPS5Hjs.increaseTime; exports.inspectTxpool = _chunkRSEMPS5Hjs.inspectTxpool; exports.mine = _chunkRSEMPS5Hjs.mine; exports.removeBlockTimestampInterval = _chunkRSEMPS5Hjs.removeBlockTimestampInterval; exports.reset = _chunkRSEMPS5Hjs.reset; exports.revert = _chunkRSEMPS5Hjs.revert; exports.sendUnsignedTransaction = _chunkRSEMPS5Hjs.sendUnsignedTransaction; exports.setAutomine = _chunkRSEMPS5Hjs.setAutomine; exports.setBalance = _chunkRSEMPS5Hjs.setBalance; exports.setBlockGasLimit = _chunkRSEMPS5Hjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkRSEMPS5Hjs.setBlockTimestampInterval; exports.setCode = _chunkRSEMPS5Hjs.setCode; exports.setCoinbase = _chunkRSEMPS5Hjs.setCoinbase; exports.setIntervalMining = _chunkRSEMPS5Hjs.setIntervalMining; exports.setLoggingEnabled = _chunkRSEMPS5Hjs.setLoggingEnabled; exports.setMinGasPrice = _chunkRSEMPS5Hjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkRSEMPS5Hjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkRSEMPS5Hjs.setNextBlockTimestamp; exports.setNonce = _chunkRSEMPS5Hjs.setNonce; exports.setRpcUrl = _chunkRSEMPS5Hjs.setRpcUrl; exports.setStorageAt = _chunkRSEMPS5Hjs.setStorageAt; exports.snapshot = _chunkRSEMPS5Hjs.snapshot; exports.stopImpersonatingAccount = _chunkRSEMPS5Hjs.stopImpersonatingAccount;
60
+ exports.dropTransaction = _chunkE6DS7ZIHjs.dropTransaction; exports.getAutomine = _chunkE6DS7ZIHjs.getAutomine; exports.getTxpoolContent = _chunkE6DS7ZIHjs.getTxpoolContent; exports.getTxpoolStatus = _chunkE6DS7ZIHjs.getTxpoolStatus; exports.impersonateAccount = _chunkE6DS7ZIHjs.impersonateAccount; exports.increaseTime = _chunkE6DS7ZIHjs.increaseTime; exports.inspectTxpool = _chunkE6DS7ZIHjs.inspectTxpool; exports.mine = _chunkE6DS7ZIHjs.mine; exports.removeBlockTimestampInterval = _chunkE6DS7ZIHjs.removeBlockTimestampInterval; exports.reset = _chunkE6DS7ZIHjs.reset; exports.revert = _chunkE6DS7ZIHjs.revert; exports.sendUnsignedTransaction = _chunkE6DS7ZIHjs.sendUnsignedTransaction; exports.setAutomine = _chunkE6DS7ZIHjs.setAutomine; exports.setBalance = _chunkE6DS7ZIHjs.setBalance; exports.setBlockGasLimit = _chunkE6DS7ZIHjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkE6DS7ZIHjs.setBlockTimestampInterval; exports.setCode = _chunkE6DS7ZIHjs.setCode; exports.setCoinbase = _chunkE6DS7ZIHjs.setCoinbase; exports.setIntervalMining = _chunkE6DS7ZIHjs.setIntervalMining; exports.setLoggingEnabled = _chunkE6DS7ZIHjs.setLoggingEnabled; exports.setMinGasPrice = _chunkE6DS7ZIHjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkE6DS7ZIHjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkE6DS7ZIHjs.setNextBlockTimestamp; exports.setNonce = _chunkE6DS7ZIHjs.setNonce; exports.setRpcUrl = _chunkE6DS7ZIHjs.setRpcUrl; exports.setStorageAt = _chunkE6DS7ZIHjs.setStorageAt; exports.snapshot = _chunkE6DS7ZIHjs.snapshot; exports.stopImpersonatingAccount = _chunkE6DS7ZIHjs.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-H5XRC6PB.mjs";
30
+ } from "./chunk-YJVNIQSC.mjs";
31
31
  export {
32
32
  dropTransaction,
33
33
  getAutomine,
@@ -101,7 +101,7 @@
101
101
 
102
102
 
103
103
 
104
- var _chunkRSEMPS5Hjs = require('../chunk-RSEMPS5H.js');
104
+ var _chunkE6DS7ZIHjs = require('../chunk-E6DS7ZIH.js');
105
105
 
106
106
 
107
107
 
@@ -205,5 +205,5 @@ var _chunkRSEMPS5Hjs = require('../chunk-RSEMPS5H.js');
205
205
 
206
206
 
207
207
 
208
- exports.arrayRegex = _chunkRSEMPS5Hjs.arrayRegex; exports.assertRequest = _chunkRSEMPS5Hjs.assertRequest; exports.boolToBytes = _chunkRSEMPS5Hjs.boolToBytes; exports.boolToHex = _chunkRSEMPS5Hjs.boolToHex; exports.buildRequest = _chunkRSEMPS5Hjs.buildRequest; exports.bytesRegex = _chunkRSEMPS5Hjs.bytesRegex; exports.bytesToBigint = _chunkRSEMPS5Hjs.bytesToBigint; exports.bytesToBool = _chunkRSEMPS5Hjs.bytesToBool; exports.bytesToHex = _chunkRSEMPS5Hjs.bytesToHex; exports.bytesToNumber = _chunkRSEMPS5Hjs.bytesToNumber; exports.bytesToString = _chunkRSEMPS5Hjs.bytesToString; exports.concat = _chunkRSEMPS5Hjs.concat; exports.concatBytes = _chunkRSEMPS5Hjs.concatBytes; exports.concatHex = _chunkRSEMPS5Hjs.concatHex; exports.containsNodeError = _chunkRSEMPS5Hjs.containsNodeError; exports.decodeAbiParameters = _chunkRSEMPS5Hjs.decodeAbiParameters; exports.decodeErrorResult = _chunkRSEMPS5Hjs.decodeErrorResult; exports.decodeEventLog = _chunkRSEMPS5Hjs.decodeEventLog; exports.decodeFunctionData = _chunkRSEMPS5Hjs.decodeFunctionData; exports.decodeFunctionResult = _chunkRSEMPS5Hjs.decodeFunctionResult; exports.defineBlock = _chunkRSEMPS5Hjs.defineBlock; exports.defineChain = _chunkRSEMPS5Hjs.defineChain; exports.defineFormatter = _chunkRSEMPS5Hjs.defineFormatter; exports.defineTransaction = _chunkRSEMPS5Hjs.defineTransaction; exports.defineTransactionReceipt = _chunkRSEMPS5Hjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkRSEMPS5Hjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkRSEMPS5Hjs.encodeAbiParameters; exports.encodeDeployData = _chunkRSEMPS5Hjs.encodeDeployData; exports.encodeErrorResult = _chunkRSEMPS5Hjs.encodeErrorResult; exports.encodeEventTopics = _chunkRSEMPS5Hjs.encodeEventTopics; exports.encodeFunctionData = _chunkRSEMPS5Hjs.encodeFunctionData; exports.encodeFunctionResult = _chunkRSEMPS5Hjs.encodeFunctionResult; exports.encodePacked = _chunkRSEMPS5Hjs.encodePacked; exports.extract = _chunkRSEMPS5Hjs.extract; exports.extractFunctionName = _chunkRSEMPS5Hjs.extractFunctionName; exports.extractFunctionParams = _chunkRSEMPS5Hjs.extractFunctionParams; exports.extractFunctionParts = _chunkRSEMPS5Hjs.extractFunctionParts; exports.extractFunctionType = _chunkRSEMPS5Hjs.extractFunctionType; exports.format = _chunkRSEMPS5Hjs.format; exports.formatAbiItem = _chunkRSEMPS5Hjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkRSEMPS5Hjs.formatAbiItemWithArgs; exports.formatBlock = _chunkRSEMPS5Hjs.formatBlock; exports.formatEther = _chunkRSEMPS5Hjs.formatEther; exports.formatGwei = _chunkRSEMPS5Hjs.formatGwei; exports.formatTransaction = _chunkRSEMPS5Hjs.formatTransaction; exports.formatTransactionRequest = _chunkRSEMPS5Hjs.formatTransactionRequest; exports.formatUnits = _chunkRSEMPS5Hjs.formatUnits; exports.fromBytes = _chunkRSEMPS5Hjs.fromBytes; exports.fromHex = _chunkRSEMPS5Hjs.fromHex; exports.fromRlp = _chunkRSEMPS5Hjs.fromRlp; exports.getAbiItem = _chunkRSEMPS5Hjs.getAbiItem; exports.getAccount = _chunkRSEMPS5Hjs.getAccount; exports.getAddress = _chunkRSEMPS5Hjs.getAddress; exports.getCallError = _chunkRSEMPS5Hjs.getCallError; exports.getChainContractAddress = _chunkRSEMPS5Hjs.getChainContractAddress; exports.getContractAddress = _chunkRSEMPS5Hjs.getContractAddress; exports.getContractError = _chunkRSEMPS5Hjs.getContractError; exports.getCreate2Address = _chunkRSEMPS5Hjs.getCreate2Address; exports.getCreateAddress = _chunkRSEMPS5Hjs.getCreateAddress; exports.getEstimateGasError = _chunkRSEMPS5Hjs.getEstimateGasError; exports.getEventSelector = _chunkRSEMPS5Hjs.getEventSelector; exports.getFunctionSelector = _chunkRSEMPS5Hjs.getFunctionSelector; exports.getNodeError = _chunkRSEMPS5Hjs.getNodeError; exports.getSocket = _chunkRSEMPS5Hjs.getSocket; exports.getTransactionError = _chunkRSEMPS5Hjs.getTransactionError; exports.hexToBigInt = _chunkRSEMPS5Hjs.hexToBigInt; exports.hexToBool = _chunkRSEMPS5Hjs.hexToBool; exports.hexToBytes = _chunkRSEMPS5Hjs.hexToBytes; exports.hexToNumber = _chunkRSEMPS5Hjs.hexToNumber; exports.hexToString = _chunkRSEMPS5Hjs.hexToString; exports.integerRegex = _chunkRSEMPS5Hjs.integerRegex; exports.isAddress = _chunkRSEMPS5Hjs.isAddress; exports.isAddressEqual = _chunkRSEMPS5Hjs.isAddressEqual; exports.isBytes = _chunkRSEMPS5Hjs.isBytes; exports.isHex = _chunkRSEMPS5Hjs.isHex; exports.keccak256 = _chunkRSEMPS5Hjs.keccak256; exports.numberToBytes = _chunkRSEMPS5Hjs.numberToBytes; exports.numberToHex = _chunkRSEMPS5Hjs.numberToHex; exports.pad = _chunkRSEMPS5Hjs.pad; exports.padBytes = _chunkRSEMPS5Hjs.padBytes; exports.padHex = _chunkRSEMPS5Hjs.padHex; exports.parseAbi = _chunkRSEMPS5Hjs.parseAbi; exports.parseAbiItem = _chunkRSEMPS5Hjs.parseAbiItem; exports.parseAbiParameter = _chunkRSEMPS5Hjs.parseAbiParameter; exports.parseAbiParameters = _chunkRSEMPS5Hjs.parseAbiParameters; exports.parseEther = _chunkRSEMPS5Hjs.parseEther; exports.parseGwei = _chunkRSEMPS5Hjs.parseGwei; exports.parseUnits = _chunkRSEMPS5Hjs.parseUnits; exports.prepareRequest = _chunkRSEMPS5Hjs.prepareRequest; exports.rpc = _chunkRSEMPS5Hjs.rpc; exports.size = _chunkRSEMPS5Hjs.size; exports.slice = _chunkRSEMPS5Hjs.slice; exports.sliceBytes = _chunkRSEMPS5Hjs.sliceBytes; exports.sliceHex = _chunkRSEMPS5Hjs.sliceHex; exports.stringToBytes = _chunkRSEMPS5Hjs.stringToBytes; exports.stringToHex = _chunkRSEMPS5Hjs.stringToHex; exports.stringify = _chunkRSEMPS5Hjs.stringify; exports.toBytes = _chunkRSEMPS5Hjs.toBytes; exports.toHex = _chunkRSEMPS5Hjs.toHex; exports.toRlp = _chunkRSEMPS5Hjs.toRlp; exports.transactionType = _chunkRSEMPS5Hjs.transactionType; exports.trim = _chunkRSEMPS5Hjs.trim;
208
+ exports.arrayRegex = _chunkE6DS7ZIHjs.arrayRegex; exports.assertRequest = _chunkE6DS7ZIHjs.assertRequest; exports.boolToBytes = _chunkE6DS7ZIHjs.boolToBytes; exports.boolToHex = _chunkE6DS7ZIHjs.boolToHex; exports.buildRequest = _chunkE6DS7ZIHjs.buildRequest; exports.bytesRegex = _chunkE6DS7ZIHjs.bytesRegex; exports.bytesToBigint = _chunkE6DS7ZIHjs.bytesToBigint; exports.bytesToBool = _chunkE6DS7ZIHjs.bytesToBool; exports.bytesToHex = _chunkE6DS7ZIHjs.bytesToHex; exports.bytesToNumber = _chunkE6DS7ZIHjs.bytesToNumber; exports.bytesToString = _chunkE6DS7ZIHjs.bytesToString; exports.concat = _chunkE6DS7ZIHjs.concat; exports.concatBytes = _chunkE6DS7ZIHjs.concatBytes; exports.concatHex = _chunkE6DS7ZIHjs.concatHex; exports.containsNodeError = _chunkE6DS7ZIHjs.containsNodeError; exports.decodeAbiParameters = _chunkE6DS7ZIHjs.decodeAbiParameters; exports.decodeErrorResult = _chunkE6DS7ZIHjs.decodeErrorResult; exports.decodeEventLog = _chunkE6DS7ZIHjs.decodeEventLog; exports.decodeFunctionData = _chunkE6DS7ZIHjs.decodeFunctionData; exports.decodeFunctionResult = _chunkE6DS7ZIHjs.decodeFunctionResult; exports.defineBlock = _chunkE6DS7ZIHjs.defineBlock; exports.defineChain = _chunkE6DS7ZIHjs.defineChain; exports.defineFormatter = _chunkE6DS7ZIHjs.defineFormatter; exports.defineTransaction = _chunkE6DS7ZIHjs.defineTransaction; exports.defineTransactionReceipt = _chunkE6DS7ZIHjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkE6DS7ZIHjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkE6DS7ZIHjs.encodeAbiParameters; exports.encodeDeployData = _chunkE6DS7ZIHjs.encodeDeployData; exports.encodeErrorResult = _chunkE6DS7ZIHjs.encodeErrorResult; exports.encodeEventTopics = _chunkE6DS7ZIHjs.encodeEventTopics; exports.encodeFunctionData = _chunkE6DS7ZIHjs.encodeFunctionData; exports.encodeFunctionResult = _chunkE6DS7ZIHjs.encodeFunctionResult; exports.encodePacked = _chunkE6DS7ZIHjs.encodePacked; exports.extract = _chunkE6DS7ZIHjs.extract; exports.extractFunctionName = _chunkE6DS7ZIHjs.extractFunctionName; exports.extractFunctionParams = _chunkE6DS7ZIHjs.extractFunctionParams; exports.extractFunctionParts = _chunkE6DS7ZIHjs.extractFunctionParts; exports.extractFunctionType = _chunkE6DS7ZIHjs.extractFunctionType; exports.format = _chunkE6DS7ZIHjs.format; exports.formatAbiItem = _chunkE6DS7ZIHjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkE6DS7ZIHjs.formatAbiItemWithArgs; exports.formatBlock = _chunkE6DS7ZIHjs.formatBlock; exports.formatEther = _chunkE6DS7ZIHjs.formatEther; exports.formatGwei = _chunkE6DS7ZIHjs.formatGwei; exports.formatTransaction = _chunkE6DS7ZIHjs.formatTransaction; exports.formatTransactionRequest = _chunkE6DS7ZIHjs.formatTransactionRequest; exports.formatUnits = _chunkE6DS7ZIHjs.formatUnits; exports.fromBytes = _chunkE6DS7ZIHjs.fromBytes; exports.fromHex = _chunkE6DS7ZIHjs.fromHex; exports.fromRlp = _chunkE6DS7ZIHjs.fromRlp; exports.getAbiItem = _chunkE6DS7ZIHjs.getAbiItem; exports.getAccount = _chunkE6DS7ZIHjs.getAccount; exports.getAddress = _chunkE6DS7ZIHjs.getAddress; exports.getCallError = _chunkE6DS7ZIHjs.getCallError; exports.getChainContractAddress = _chunkE6DS7ZIHjs.getChainContractAddress; exports.getContractAddress = _chunkE6DS7ZIHjs.getContractAddress; exports.getContractError = _chunkE6DS7ZIHjs.getContractError; exports.getCreate2Address = _chunkE6DS7ZIHjs.getCreate2Address; exports.getCreateAddress = _chunkE6DS7ZIHjs.getCreateAddress; exports.getEstimateGasError = _chunkE6DS7ZIHjs.getEstimateGasError; exports.getEventSelector = _chunkE6DS7ZIHjs.getEventSelector; exports.getFunctionSelector = _chunkE6DS7ZIHjs.getFunctionSelector; exports.getNodeError = _chunkE6DS7ZIHjs.getNodeError; exports.getSocket = _chunkE6DS7ZIHjs.getSocket; exports.getTransactionError = _chunkE6DS7ZIHjs.getTransactionError; exports.hexToBigInt = _chunkE6DS7ZIHjs.hexToBigInt; exports.hexToBool = _chunkE6DS7ZIHjs.hexToBool; exports.hexToBytes = _chunkE6DS7ZIHjs.hexToBytes; exports.hexToNumber = _chunkE6DS7ZIHjs.hexToNumber; exports.hexToString = _chunkE6DS7ZIHjs.hexToString; exports.integerRegex = _chunkE6DS7ZIHjs.integerRegex; exports.isAddress = _chunkE6DS7ZIHjs.isAddress; exports.isAddressEqual = _chunkE6DS7ZIHjs.isAddressEqual; exports.isBytes = _chunkE6DS7ZIHjs.isBytes; exports.isHex = _chunkE6DS7ZIHjs.isHex; exports.keccak256 = _chunkE6DS7ZIHjs.keccak256; exports.numberToBytes = _chunkE6DS7ZIHjs.numberToBytes; exports.numberToHex = _chunkE6DS7ZIHjs.numberToHex; exports.pad = _chunkE6DS7ZIHjs.pad; exports.padBytes = _chunkE6DS7ZIHjs.padBytes; exports.padHex = _chunkE6DS7ZIHjs.padHex; exports.parseAbi = _chunkE6DS7ZIHjs.parseAbi; exports.parseAbiItem = _chunkE6DS7ZIHjs.parseAbiItem; exports.parseAbiParameter = _chunkE6DS7ZIHjs.parseAbiParameter; exports.parseAbiParameters = _chunkE6DS7ZIHjs.parseAbiParameters; exports.parseEther = _chunkE6DS7ZIHjs.parseEther; exports.parseGwei = _chunkE6DS7ZIHjs.parseGwei; exports.parseUnits = _chunkE6DS7ZIHjs.parseUnits; exports.prepareRequest = _chunkE6DS7ZIHjs.prepareRequest; exports.rpc = _chunkE6DS7ZIHjs.rpc; exports.size = _chunkE6DS7ZIHjs.size; exports.slice = _chunkE6DS7ZIHjs.slice; exports.sliceBytes = _chunkE6DS7ZIHjs.sliceBytes; exports.sliceHex = _chunkE6DS7ZIHjs.sliceHex; exports.stringToBytes = _chunkE6DS7ZIHjs.stringToBytes; exports.stringToHex = _chunkE6DS7ZIHjs.stringToHex; exports.stringify = _chunkE6DS7ZIHjs.stringify; exports.toBytes = _chunkE6DS7ZIHjs.toBytes; exports.toHex = _chunkE6DS7ZIHjs.toHex; exports.toRlp = _chunkE6DS7ZIHjs.toRlp; exports.transactionType = _chunkE6DS7ZIHjs.transactionType; exports.trim = _chunkE6DS7ZIHjs.trim;
209
209
  //# sourceMappingURL=index.js.map
@@ -101,7 +101,7 @@ import {
101
101
  toRlp,
102
102
  transactionType,
103
103
  trim
104
- } from "../chunk-H5XRC6PB.mjs";
104
+ } from "../chunk-YJVNIQSC.mjs";
105
105
  export {
106
106
  arrayRegex,
107
107
  assertRequest,
package/dist/wallet.js CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- var _chunkRSEMPS5Hjs = require('./chunk-RSEMPS5H.js');
12
+ var _chunkE6DS7ZIHjs = require('./chunk-E6DS7ZIH.js');
13
13
 
14
14
 
15
15
 
@@ -21,5 +21,5 @@ var _chunkRSEMPS5Hjs = require('./chunk-RSEMPS5H.js');
21
21
 
22
22
 
23
23
 
24
- exports.addChain = _chunkRSEMPS5Hjs.addChain; exports.getAddresses = _chunkRSEMPS5Hjs.getAddresses; exports.getPermissions = _chunkRSEMPS5Hjs.getPermissions; exports.requestAddresses = _chunkRSEMPS5Hjs.requestAddresses; exports.requestPermissions = _chunkRSEMPS5Hjs.requestPermissions; exports.sendTransaction = _chunkRSEMPS5Hjs.sendTransaction; exports.signMessage = _chunkRSEMPS5Hjs.signMessage; exports.signTypedData = _chunkRSEMPS5Hjs.signTypedData; exports.switchChain = _chunkRSEMPS5Hjs.switchChain; exports.watchAsset = _chunkRSEMPS5Hjs.watchAsset;
24
+ exports.addChain = _chunkE6DS7ZIHjs.addChain; exports.getAddresses = _chunkE6DS7ZIHjs.getAddresses; exports.getPermissions = _chunkE6DS7ZIHjs.getPermissions; exports.requestAddresses = _chunkE6DS7ZIHjs.requestAddresses; exports.requestPermissions = _chunkE6DS7ZIHjs.requestPermissions; exports.sendTransaction = _chunkE6DS7ZIHjs.sendTransaction; exports.signMessage = _chunkE6DS7ZIHjs.signMessage; exports.signTypedData = _chunkE6DS7ZIHjs.signTypedData; exports.switchChain = _chunkE6DS7ZIHjs.switchChain; exports.watchAsset = _chunkE6DS7ZIHjs.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-H5XRC6PB.mjs";
12
+ } from "./chunk-YJVNIQSC.mjs";
13
13
  export {
14
14
  addChain,
15
15
  getAddresses,
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.2.0-canary.20230313T230538",
12
+ "version": "0.2.0-canary.20230314T023056",
13
13
  "files": [
14
14
  "/abi",
15
15
  "/dist",