viem 0.1.12 → 0.1.13

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 _chunkQ6OIGGTKjs = require('./chunk-Q6OIGGTK.js');
26
+ var _chunk3FWCHYKEjs = require('./chunk-3FWCHYKE.js');
27
27
 
28
28
 
29
29
 
@@ -49,5 +49,5 @@ var _chunkQ6OIGGTKjs = require('./chunk-Q6OIGGTK.js');
49
49
 
50
50
 
51
51
 
52
- exports.createContractEventFilter = _chunkQ6OIGGTKjs.createContractEventFilter; exports.decodeAbiParameters = _chunkQ6OIGGTKjs.decodeAbiParameters; exports.decodeErrorResult = _chunkQ6OIGGTKjs.decodeErrorResult; exports.decodeEventLog = _chunkQ6OIGGTKjs.decodeEventLog; exports.decodeFunctionData = _chunkQ6OIGGTKjs.decodeFunctionData; exports.decodeFunctionResult = _chunkQ6OIGGTKjs.decodeFunctionResult; exports.deployContract = _chunkQ6OIGGTKjs.deployContract; exports.encodeAbiParameters = _chunkQ6OIGGTKjs.encodeAbiParameters; exports.encodeDeployData = _chunkQ6OIGGTKjs.encodeDeployData; exports.encodeErrorResult = _chunkQ6OIGGTKjs.encodeErrorResult; exports.encodeEventTopics = _chunkQ6OIGGTKjs.encodeEventTopics; exports.encodeFunctionData = _chunkQ6OIGGTKjs.encodeFunctionData; exports.encodeFunctionResult = _chunkQ6OIGGTKjs.encodeFunctionResult; exports.estimateContractGas = _chunkQ6OIGGTKjs.estimateContractGas; exports.formatAbiItem = _chunkQ6OIGGTKjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkQ6OIGGTKjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkQ6OIGGTKjs.getAbiItem; exports.getBytecode = _chunkQ6OIGGTKjs.getBytecode; exports.getStorageAt = _chunkQ6OIGGTKjs.getStorageAt; exports.multicall = _chunkQ6OIGGTKjs.multicall; exports.readContract = _chunkQ6OIGGTKjs.readContract; exports.simulateContract = _chunkQ6OIGGTKjs.simulateContract; exports.watchContractEvent = _chunkQ6OIGGTKjs.watchContractEvent; exports.writeContract = _chunkQ6OIGGTKjs.writeContract;
52
+ exports.createContractEventFilter = _chunk3FWCHYKEjs.createContractEventFilter; exports.decodeAbiParameters = _chunk3FWCHYKEjs.decodeAbiParameters; exports.decodeErrorResult = _chunk3FWCHYKEjs.decodeErrorResult; exports.decodeEventLog = _chunk3FWCHYKEjs.decodeEventLog; exports.decodeFunctionData = _chunk3FWCHYKEjs.decodeFunctionData; exports.decodeFunctionResult = _chunk3FWCHYKEjs.decodeFunctionResult; exports.deployContract = _chunk3FWCHYKEjs.deployContract; exports.encodeAbiParameters = _chunk3FWCHYKEjs.encodeAbiParameters; exports.encodeDeployData = _chunk3FWCHYKEjs.encodeDeployData; exports.encodeErrorResult = _chunk3FWCHYKEjs.encodeErrorResult; exports.encodeEventTopics = _chunk3FWCHYKEjs.encodeEventTopics; exports.encodeFunctionData = _chunk3FWCHYKEjs.encodeFunctionData; exports.encodeFunctionResult = _chunk3FWCHYKEjs.encodeFunctionResult; exports.estimateContractGas = _chunk3FWCHYKEjs.estimateContractGas; exports.formatAbiItem = _chunk3FWCHYKEjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunk3FWCHYKEjs.formatAbiItemWithArgs; exports.getAbiItem = _chunk3FWCHYKEjs.getAbiItem; exports.getBytecode = _chunk3FWCHYKEjs.getBytecode; exports.getStorageAt = _chunk3FWCHYKEjs.getStorageAt; exports.multicall = _chunk3FWCHYKEjs.multicall; exports.readContract = _chunk3FWCHYKEjs.readContract; exports.simulateContract = _chunk3FWCHYKEjs.simulateContract; exports.watchContractEvent = _chunk3FWCHYKEjs.watchContractEvent; exports.writeContract = _chunk3FWCHYKEjs.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-XULBGJK5.mjs";
26
+ } from "./chunk-S4MOKUQW.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 _chunk2TGSUQZ6js = require('./chunk-2TGSUQZ6.js');
7
- require('./chunk-Q6OIGGTK.js');
6
+ var _chunk65E5HTFAjs = require('./chunk-65E5HTFA.js');
7
+ require('./chunk-3FWCHYKE.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 = _chunk2TGSUQZ6js.getEnsAddress; exports.getEnsName = _chunk2TGSUQZ6js.getEnsName; exports.labelhash = _chunk2TGSUQZ6js.labelhash; exports.namehash = _chunk2TGSUQZ6js.namehash; exports.normalize = normalize;
20
+ exports.getEnsAddress = _chunk65E5HTFAjs.getEnsAddress; exports.getEnsName = _chunk65E5HTFAjs.getEnsName; exports.labelhash = _chunk65E5HTFAjs.labelhash; exports.namehash = _chunk65E5HTFAjs.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-6C7XIWBD.mjs";
7
- import "./chunk-XULBGJK5.mjs";
6
+ } from "./chunk-BJPR4EAT.mjs";
7
+ import "./chunk-S4MOKUQW.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 _chunkQ6OIGGTKjs = require('./chunk-Q6OIGGTK.js');
4
+ var _chunk3FWCHYKEjs = require('./chunk-3FWCHYKE.js');
5
5
 
6
6
  // src/adapters/ethers.ts
7
- var getAccount2 = (wallet) => _chunkQ6OIGGTKjs.getAccount.call(void 0, {
7
+ var getAccount2 = (wallet) => _chunk3FWCHYKEjs.getAccount.call(void 0, {
8
8
  address: wallet.address,
9
9
  async signMessage(message) {
10
- return await wallet.signMessage(_chunkQ6OIGGTKjs.toBytes.call(void 0, message));
10
+ return await wallet.signMessage(_chunk3FWCHYKEjs.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-XULBGJK5.mjs";
4
+ } from "./chunk-S4MOKUQW.mjs";
5
5
 
6
6
  // src/adapters/ethers.ts
7
7
  var getAccount2 = (wallet) => getAccount({
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { T as TransportConfig, a as Transport, B as BaseRpcRequests } from './createClient-6cd6daa3.js';
2
2
  export { C as Client, b as ClientConfig, a as Transport, T as TransportConfig, c as createClient, d as createTransport } from './createClient-6cd6daa3.js';
3
- import { B as BaseError, H as HttpOptions, R as RpcResponse } from './parseGwei-faf061db.js';
4
- export { B as BaseError, C as CallExecutionError, a as ContractFunctionExecutionError, b as ContractFunctionRevertedError, c as ContractFunctionZeroDataError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, G as GetContractAddressOptions, o as GetCreate2AddressOptions, p as GetCreateAddressOptions, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, N as NonceMaxValueError, h as NonceTooHighError, i as NonceTooLowError, j as RawContractError, T as TipAboveFeeCapError, q as ToRlpReturnType, k as TransactionExecutionError, m as TransactionNotFoundError, n as TransactionReceiptNotFoundError, l as TransactionTypeNotSupportedError, U as UnknownNodeError, W as WaitForTransactionReceiptTimeoutError, r as boolToBytes, s as boolToHex, t as bytesToBigint, u as bytesToBool, v as bytesToHex, w as bytesToNumber, x as bytesToString, y as formatEther, z as formatGwei, A as formatUnits, D as fromBytes, J as fromHex, K as fromRlp, L as getAccount, M as getAddress, O as getContractAddress, P as getContractError, Q as getCreate2Address, S as getCreateAddress, V as getEventSelector, X as getFunctionSelector, Y as hexToBigInt, Z as hexToBool, _ as hexToBytes, $ as hexToNumber, a0 as hexToString, a1 as isAddress, a2 as isAddressEqual, a3 as isBytes, a4 as isHex, a5 as keccak256, a6 as numberToBytes, a7 as numberToHex, a8 as pad, a9 as padBytes, aa as padHex, ab as parseEther, ac as parseGwei, ad as parseUnits, ae as size, af as slice, ag as sliceBytes, ah as sliceHex, ai as stringToBytes, aj as stringToHex, ak as stringify, al as toBytes, am as toHex, an as toRlp, ao as trim } from './parseGwei-faf061db.js';
3
+ import { B as BaseError, H as HttpOptions, R as RpcResponse } from './parseGwei-a35c7c87.js';
4
+ export { B as BaseError, C as CallExecutionError, a as ContractFunctionExecutionError, b as ContractFunctionRevertedError, c as ContractFunctionZeroDataError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, G as GetContractAddressOptions, o as GetCreate2AddressOptions, p as GetCreateAddressOptions, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, N as NonceMaxValueError, h as NonceTooHighError, i as NonceTooLowError, j as RawContractError, T as TipAboveFeeCapError, q as ToRlpReturnType, k as TransactionExecutionError, m as TransactionNotFoundError, n as TransactionReceiptNotFoundError, l as TransactionTypeNotSupportedError, U as UnknownNodeError, W as WaitForTransactionReceiptTimeoutError, r as boolToBytes, s as boolToHex, t as bytesToBigint, u as bytesToBool, v as bytesToHex, w as bytesToNumber, x as bytesToString, y as concat, z as concatBytes, A as concatHex, D as formatEther, J as formatGwei, K as formatUnits, L as fromBytes, M as fromHex, O as fromRlp, P as getAccount, Q as getAddress, S as getContractAddress, V as getContractError, X as getCreate2Address, Y as getCreateAddress, Z as getEventSelector, _ as getFunctionSelector, $ as hexToBigInt, a0 as hexToBool, a1 as hexToBytes, a2 as hexToNumber, a3 as hexToString, a4 as isAddress, a5 as isAddressEqual, a6 as isBytes, a7 as isHex, a8 as keccak256, a9 as numberToBytes, aa as numberToHex, ab as pad, ac as padBytes, ad as padHex, ae as parseEther, af as parseGwei, ag as parseUnits, ah as size, ai as slice, aj as sliceBytes, ak as sliceHex, al as stringToBytes, am as stringToHex, an as stringify, ao as toBytes, ap as toHex, aq as toRlp, ar as trim } from './parseGwei-a35c7c87.js';
5
5
  import WebSocket from 'isomorphic-ws';
6
6
  import { H as Hex, a as Hash, C as Chain, B as ByteArray } from './chain-792d51c3.js';
7
7
  export { A as AbiItem, b as AccessList, c as Block, d as BlockIdentifier, e as BlockNumber, f as BlockTag, B as ByteArray, C as Chain, g as ContractConfig, I as ExtractFormatter, F as FeeHistory, h as FeeValues, i as FeeValuesEIP1559, j as FeeValuesLegacy, J as Formatted, K as FormattedTransaction, a as Hash, H as Hex, L as Log, R as RpcBlock, k as RpcBlockIdentifier, l as RpcBlockNumber, m as RpcFeeHistory, n as RpcFeeValues, o as RpcLog, p as RpcTransaction, q as RpcTransactionReceipt, r as RpcTransactionRequest, s as RpcUncle, y as Transaction, z as TransactionBase, D as TransactionEIP1559, E as TransactionEIP2930, M as TransactionFormatter, G as TransactionLegacy, T as TransactionReceipt, t as TransactionRequest, u as TransactionRequestBase, v as TransactionRequestEIP1559, w as TransactionRequestEIP2930, x as TransactionRequestLegacy, U as Uncle, N as defineTransaction, O as formatTransaction, P as transactionType } from './chain-792d51c3.js';
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
 
6
- var _chunk2TGSUQZ6js = require('./chunk-2TGSUQZ6.js');
6
+ var _chunk65E5HTFAjs = require('./chunk-65E5HTFA.js');
7
7
 
8
8
 
9
9
 
@@ -236,7 +236,10 @@ var _chunk2TGSUQZ6js = require('./chunk-2TGSUQZ6.js');
236
236
 
237
237
 
238
238
 
239
- var _chunkQ6OIGGTKjs = require('./chunk-Q6OIGGTK.js');
239
+
240
+
241
+
242
+ var _chunk3FWCHYKEjs = require('./chunk-3FWCHYKE.js');
240
243
 
241
244
  // src/clients/transports/createTransport.ts
242
245
  function createTransport({
@@ -250,7 +253,7 @@ function createTransport({
250
253
  }, value) {
251
254
  return {
252
255
  config: { key, name, request, retryCount, retryDelay, timeout, type },
253
- request: _chunkQ6OIGGTKjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
256
+ request: _chunk3FWCHYKEjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
254
257
  value
255
258
  };
256
259
  }
@@ -284,7 +287,7 @@ function fallback(transports, config = {}) {
284
287
  params
285
288
  });
286
289
  } catch (err) {
287
- if (_chunkQ6OIGGTKjs.isDeterministicError.call(void 0, err))
290
+ if (_chunk3FWCHYKEjs.isDeterministicError.call(void 0, err))
288
291
  throw err;
289
292
  if (i === transports.length - 1)
290
293
  throw err;
@@ -318,13 +321,13 @@ function http(url, config = {}) {
318
321
  const retryCount = _nullishCoalesce(config.retryCount, () => ( defaultRetryCount));
319
322
  const url_ = url || _optionalChain([chain, 'optionalAccess', _ => _.rpcUrls, 'access', _2 => _2.default, 'access', _3 => _3.http, 'access', _4 => _4[0]]);
320
323
  if (!url_)
321
- throw new (0, _chunkQ6OIGGTKjs.UrlRequiredError)();
324
+ throw new (0, _chunk3FWCHYKEjs.UrlRequiredError)();
322
325
  return createTransport(
323
326
  {
324
327
  key,
325
328
  name,
326
329
  async request({ method, params }) {
327
- const { result } = await _chunkQ6OIGGTKjs.rpc.http(url_, {
330
+ const { result } = await _chunk3FWCHYKEjs.rpc.http(url_, {
328
331
  body: {
329
332
  method,
330
333
  params
@@ -358,14 +361,14 @@ function webSocket(url, config = {}) {
358
361
  const retryCount = _nullishCoalesce(config.retryCount, () => ( defaultRetryCount));
359
362
  const url_ = url || _optionalChain([chain, 'optionalAccess', _5 => _5.rpcUrls, 'access', _6 => _6.default, 'access', _7 => _7.webSocket, 'optionalAccess', _8 => _8[0]]);
360
363
  if (!url_)
361
- throw new (0, _chunkQ6OIGGTKjs.UrlRequiredError)();
364
+ throw new (0, _chunk3FWCHYKEjs.UrlRequiredError)();
362
365
  return createTransport(
363
366
  {
364
367
  key,
365
368
  name,
366
369
  async request({ method, params }) {
367
- const socket = await _chunkQ6OIGGTKjs.getSocket.call(void 0, url_);
368
- const { result } = await _chunkQ6OIGGTKjs.rpc.webSocketAsync(socket, {
370
+ const socket = await _chunk3FWCHYKEjs.getSocket.call(void 0, url_);
371
+ const { result } = await _chunk3FWCHYKEjs.rpc.webSocketAsync(socket, {
369
372
  body: { method, params },
370
373
  timeout
371
374
  });
@@ -378,12 +381,12 @@ function webSocket(url, config = {}) {
378
381
  },
379
382
  {
380
383
  getSocket() {
381
- return _chunkQ6OIGGTKjs.getSocket.call(void 0, url_);
384
+ return _chunk3FWCHYKEjs.getSocket.call(void 0, url_);
382
385
  },
383
386
  async subscribe({ params, onData, onError }) {
384
- const socket = await _chunkQ6OIGGTKjs.getSocket.call(void 0, url_);
387
+ const socket = await _chunk3FWCHYKEjs.getSocket.call(void 0, url_);
385
388
  const { result: subscriptionId } = await new Promise(
386
- (resolve, reject) => _chunkQ6OIGGTKjs.rpc.webSocket(socket, {
389
+ (resolve, reject) => _chunk3FWCHYKEjs.rpc.webSocket(socket, {
387
390
  body: {
388
391
  method: "eth_subscribe",
389
392
  params
@@ -405,7 +408,7 @@ function webSocket(url, config = {}) {
405
408
  subscriptionId,
406
409
  async unsubscribe() {
407
410
  return new Promise(
408
- (resolve, reject) => _chunkQ6OIGGTKjs.rpc.webSocket(socket, {
411
+ (resolve, reject) => _chunk3FWCHYKEjs.rpc.webSocket(socket, {
409
412
  body: {
410
413
  method: "eth_unsubscribe",
411
414
  params: [subscriptionId]
@@ -461,90 +464,90 @@ function createClient({
461
464
 
462
465
  // src/clients/decorators/public.ts
463
466
  var publicActions = (client) => ({
464
- call: (args) => _chunkQ6OIGGTKjs.call.call(void 0, client, args),
465
- createBlockFilter: () => _chunkQ6OIGGTKjs.createBlockFilter.call(void 0, client),
466
- createContractEventFilter: (args) => _chunkQ6OIGGTKjs.createContractEventFilter.call(void 0, client, args),
467
- createEventFilter: (args) => _chunkQ6OIGGTKjs.createEventFilter.call(void 0, client, args),
468
- createPendingTransactionFilter: () => _chunkQ6OIGGTKjs.createPendingTransactionFilter.call(void 0, client),
469
- estimateContractGas: (args) => _chunkQ6OIGGTKjs.estimateContractGas.call(void 0, client, args),
470
- estimateGas: (args) => _chunkQ6OIGGTKjs.estimateGas.call(void 0, client, args),
471
- getBalance: (args) => _chunkQ6OIGGTKjs.getBalance.call(void 0, client, args),
472
- getBlock: (args) => _chunkQ6OIGGTKjs.getBlock.call(void 0, client, args),
473
- getBlockNumber: (args) => _chunkQ6OIGGTKjs.getBlockNumber.call(void 0, client, args),
474
- getBlockTransactionCount: (args) => _chunkQ6OIGGTKjs.getBlockTransactionCount.call(void 0, client, args),
475
- getBytecode: (args) => _chunkQ6OIGGTKjs.getBytecode.call(void 0, client, args),
476
- getChainId: () => _chunkQ6OIGGTKjs.getChainId.call(void 0, client),
477
- getEnsAddress: (args) => _chunk2TGSUQZ6js.getEnsAddress.call(void 0, client, args),
478
- getEnsName: (args) => _chunk2TGSUQZ6js.getEnsName.call(void 0, client, args),
479
- getFeeHistory: (args) => _chunkQ6OIGGTKjs.getFeeHistory.call(void 0, client, args),
480
- getFilterChanges: (args) => _chunkQ6OIGGTKjs.getFilterChanges.call(void 0, client, args),
481
- getFilterLogs: (args) => _chunkQ6OIGGTKjs.getFilterLogs.call(void 0, client, args),
482
- getGasPrice: () => _chunkQ6OIGGTKjs.getGasPrice.call(void 0, client),
483
- getLogs: (args) => _chunkQ6OIGGTKjs.getLogs.call(void 0, client, args),
484
- getStorageAt: (args) => _chunkQ6OIGGTKjs.getStorageAt.call(void 0, client, args),
485
- getTransaction: (args) => _chunkQ6OIGGTKjs.getTransaction.call(void 0, client, args),
486
- getTransactionConfirmations: (args) => _chunkQ6OIGGTKjs.getTransactionConfirmations.call(void 0, client, args),
487
- getTransactionCount: (args) => _chunkQ6OIGGTKjs.getTransactionCount.call(void 0, client, args),
488
- getTransactionReceipt: (args) => _chunkQ6OIGGTKjs.getTransactionReceipt.call(void 0, client, args),
489
- multicall: (args) => _chunkQ6OIGGTKjs.multicall.call(void 0, client, args),
490
- readContract: (args) => _chunkQ6OIGGTKjs.readContract.call(void 0, client, args),
491
- simulateContract: (args) => _chunkQ6OIGGTKjs.simulateContract.call(void 0, client, args),
492
- uninstallFilter: (args) => _chunkQ6OIGGTKjs.uninstallFilter.call(void 0, client, args),
493
- waitForTransactionReceipt: (args) => _chunkQ6OIGGTKjs.waitForTransactionReceipt.call(void 0, client, args),
494
- watchBlocks: (args) => _chunkQ6OIGGTKjs.watchBlocks.call(void 0, client, args),
495
- watchBlockNumber: (args) => _chunkQ6OIGGTKjs.watchBlockNumber.call(void 0, client, args),
496
- watchContractEvent: (args) => _chunkQ6OIGGTKjs.watchContractEvent.call(void 0, client, args),
497
- watchEvent: (args) => _chunkQ6OIGGTKjs.watchEvent.call(void 0, client, args),
498
- watchPendingTransactions: (args) => _chunkQ6OIGGTKjs.watchPendingTransactions.call(void 0, client, args)
467
+ call: (args) => _chunk3FWCHYKEjs.call.call(void 0, client, args),
468
+ createBlockFilter: () => _chunk3FWCHYKEjs.createBlockFilter.call(void 0, client),
469
+ createContractEventFilter: (args) => _chunk3FWCHYKEjs.createContractEventFilter.call(void 0, client, args),
470
+ createEventFilter: (args) => _chunk3FWCHYKEjs.createEventFilter.call(void 0, client, args),
471
+ createPendingTransactionFilter: () => _chunk3FWCHYKEjs.createPendingTransactionFilter.call(void 0, client),
472
+ estimateContractGas: (args) => _chunk3FWCHYKEjs.estimateContractGas.call(void 0, client, args),
473
+ estimateGas: (args) => _chunk3FWCHYKEjs.estimateGas.call(void 0, client, args),
474
+ getBalance: (args) => _chunk3FWCHYKEjs.getBalance.call(void 0, client, args),
475
+ getBlock: (args) => _chunk3FWCHYKEjs.getBlock.call(void 0, client, args),
476
+ getBlockNumber: (args) => _chunk3FWCHYKEjs.getBlockNumber.call(void 0, client, args),
477
+ getBlockTransactionCount: (args) => _chunk3FWCHYKEjs.getBlockTransactionCount.call(void 0, client, args),
478
+ getBytecode: (args) => _chunk3FWCHYKEjs.getBytecode.call(void 0, client, args),
479
+ getChainId: () => _chunk3FWCHYKEjs.getChainId.call(void 0, client),
480
+ getEnsAddress: (args) => _chunk65E5HTFAjs.getEnsAddress.call(void 0, client, args),
481
+ getEnsName: (args) => _chunk65E5HTFAjs.getEnsName.call(void 0, client, args),
482
+ getFeeHistory: (args) => _chunk3FWCHYKEjs.getFeeHistory.call(void 0, client, args),
483
+ getFilterChanges: (args) => _chunk3FWCHYKEjs.getFilterChanges.call(void 0, client, args),
484
+ getFilterLogs: (args) => _chunk3FWCHYKEjs.getFilterLogs.call(void 0, client, args),
485
+ getGasPrice: () => _chunk3FWCHYKEjs.getGasPrice.call(void 0, client),
486
+ getLogs: (args) => _chunk3FWCHYKEjs.getLogs.call(void 0, client, args),
487
+ getStorageAt: (args) => _chunk3FWCHYKEjs.getStorageAt.call(void 0, client, args),
488
+ getTransaction: (args) => _chunk3FWCHYKEjs.getTransaction.call(void 0, client, args),
489
+ getTransactionConfirmations: (args) => _chunk3FWCHYKEjs.getTransactionConfirmations.call(void 0, client, args),
490
+ getTransactionCount: (args) => _chunk3FWCHYKEjs.getTransactionCount.call(void 0, client, args),
491
+ getTransactionReceipt: (args) => _chunk3FWCHYKEjs.getTransactionReceipt.call(void 0, client, args),
492
+ multicall: (args) => _chunk3FWCHYKEjs.multicall.call(void 0, client, args),
493
+ readContract: (args) => _chunk3FWCHYKEjs.readContract.call(void 0, client, args),
494
+ simulateContract: (args) => _chunk3FWCHYKEjs.simulateContract.call(void 0, client, args),
495
+ uninstallFilter: (args) => _chunk3FWCHYKEjs.uninstallFilter.call(void 0, client, args),
496
+ waitForTransactionReceipt: (args) => _chunk3FWCHYKEjs.waitForTransactionReceipt.call(void 0, client, args),
497
+ watchBlocks: (args) => _chunk3FWCHYKEjs.watchBlocks.call(void 0, client, args),
498
+ watchBlockNumber: (args) => _chunk3FWCHYKEjs.watchBlockNumber.call(void 0, client, args),
499
+ watchContractEvent: (args) => _chunk3FWCHYKEjs.watchContractEvent.call(void 0, client, args),
500
+ watchEvent: (args) => _chunk3FWCHYKEjs.watchEvent.call(void 0, client, args),
501
+ watchPendingTransactions: (args) => _chunk3FWCHYKEjs.watchPendingTransactions.call(void 0, client, args)
499
502
  });
500
503
 
501
504
  // src/clients/decorators/test.ts
502
505
  var testActions = (client) => ({
503
- dropTransaction: (args) => _chunkQ6OIGGTKjs.dropTransaction.call(void 0, client, args),
504
- getAutomine: () => _chunkQ6OIGGTKjs.getAutomine.call(void 0, client),
505
- getTxpoolContent: () => _chunkQ6OIGGTKjs.getTxpoolContent.call(void 0, client),
506
- getTxpoolStatus: () => _chunkQ6OIGGTKjs.getTxpoolStatus.call(void 0, client),
507
- impersonateAccount: (args) => _chunkQ6OIGGTKjs.impersonateAccount.call(void 0, client, args),
508
- increaseTime: (args) => _chunkQ6OIGGTKjs.increaseTime.call(void 0, client, args),
509
- inspectTxpool: () => _chunkQ6OIGGTKjs.inspectTxpool.call(void 0, client),
510
- mine: (args) => _chunkQ6OIGGTKjs.mine.call(void 0, client, args),
511
- removeBlockTimestampInterval: () => _chunkQ6OIGGTKjs.removeBlockTimestampInterval.call(void 0, client),
512
- reset: (args) => _chunkQ6OIGGTKjs.reset.call(void 0, client, args),
513
- revert: (args) => _chunkQ6OIGGTKjs.revert.call(void 0, client, args),
514
- sendUnsignedTransaction: (args) => _chunkQ6OIGGTKjs.sendUnsignedTransaction.call(void 0, client, args),
515
- setAutomine: (args) => _chunkQ6OIGGTKjs.setAutomine.call(void 0, client, args),
516
- setBalance: (args) => _chunkQ6OIGGTKjs.setBalance.call(void 0, client, args),
517
- setBlockGasLimit: (args) => _chunkQ6OIGGTKjs.setBlockGasLimit.call(void 0, client, args),
518
- setBlockTimestampInterval: (args) => _chunkQ6OIGGTKjs.setBlockTimestampInterval.call(void 0, client, args),
519
- setCode: (args) => _chunkQ6OIGGTKjs.setCode.call(void 0, client, args),
520
- setCoinbase: (args) => _chunkQ6OIGGTKjs.setCoinbase.call(void 0, client, args),
521
- setIntervalMining: (args) => _chunkQ6OIGGTKjs.setIntervalMining.call(void 0, client, args),
522
- setLoggingEnabled: (args) => _chunkQ6OIGGTKjs.setLoggingEnabled.call(void 0, client, args),
523
- setMinGasPrice: (args) => _chunkQ6OIGGTKjs.setMinGasPrice.call(void 0, client, args),
524
- setNextBlockBaseFeePerGas: (args) => _chunkQ6OIGGTKjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
525
- setNextBlockTimestamp: (args) => _chunkQ6OIGGTKjs.setNextBlockTimestamp.call(void 0, client, args),
526
- setNonce: (args) => _chunkQ6OIGGTKjs.setNonce.call(void 0, client, args),
527
- setRpcUrl: (args) => _chunkQ6OIGGTKjs.setRpcUrl.call(void 0, client, args),
528
- setStorageAt: (args) => _chunkQ6OIGGTKjs.setStorageAt.call(void 0, client, args),
529
- snapshot: () => _chunkQ6OIGGTKjs.snapshot.call(void 0, client),
530
- stopImpersonatingAccount: (args) => _chunkQ6OIGGTKjs.stopImpersonatingAccount.call(void 0, client, args)
506
+ dropTransaction: (args) => _chunk3FWCHYKEjs.dropTransaction.call(void 0, client, args),
507
+ getAutomine: () => _chunk3FWCHYKEjs.getAutomine.call(void 0, client),
508
+ getTxpoolContent: () => _chunk3FWCHYKEjs.getTxpoolContent.call(void 0, client),
509
+ getTxpoolStatus: () => _chunk3FWCHYKEjs.getTxpoolStatus.call(void 0, client),
510
+ impersonateAccount: (args) => _chunk3FWCHYKEjs.impersonateAccount.call(void 0, client, args),
511
+ increaseTime: (args) => _chunk3FWCHYKEjs.increaseTime.call(void 0, client, args),
512
+ inspectTxpool: () => _chunk3FWCHYKEjs.inspectTxpool.call(void 0, client),
513
+ mine: (args) => _chunk3FWCHYKEjs.mine.call(void 0, client, args),
514
+ removeBlockTimestampInterval: () => _chunk3FWCHYKEjs.removeBlockTimestampInterval.call(void 0, client),
515
+ reset: (args) => _chunk3FWCHYKEjs.reset.call(void 0, client, args),
516
+ revert: (args) => _chunk3FWCHYKEjs.revert.call(void 0, client, args),
517
+ sendUnsignedTransaction: (args) => _chunk3FWCHYKEjs.sendUnsignedTransaction.call(void 0, client, args),
518
+ setAutomine: (args) => _chunk3FWCHYKEjs.setAutomine.call(void 0, client, args),
519
+ setBalance: (args) => _chunk3FWCHYKEjs.setBalance.call(void 0, client, args),
520
+ setBlockGasLimit: (args) => _chunk3FWCHYKEjs.setBlockGasLimit.call(void 0, client, args),
521
+ setBlockTimestampInterval: (args) => _chunk3FWCHYKEjs.setBlockTimestampInterval.call(void 0, client, args),
522
+ setCode: (args) => _chunk3FWCHYKEjs.setCode.call(void 0, client, args),
523
+ setCoinbase: (args) => _chunk3FWCHYKEjs.setCoinbase.call(void 0, client, args),
524
+ setIntervalMining: (args) => _chunk3FWCHYKEjs.setIntervalMining.call(void 0, client, args),
525
+ setLoggingEnabled: (args) => _chunk3FWCHYKEjs.setLoggingEnabled.call(void 0, client, args),
526
+ setMinGasPrice: (args) => _chunk3FWCHYKEjs.setMinGasPrice.call(void 0, client, args),
527
+ setNextBlockBaseFeePerGas: (args) => _chunk3FWCHYKEjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
528
+ setNextBlockTimestamp: (args) => _chunk3FWCHYKEjs.setNextBlockTimestamp.call(void 0, client, args),
529
+ setNonce: (args) => _chunk3FWCHYKEjs.setNonce.call(void 0, client, args),
530
+ setRpcUrl: (args) => _chunk3FWCHYKEjs.setRpcUrl.call(void 0, client, args),
531
+ setStorageAt: (args) => _chunk3FWCHYKEjs.setStorageAt.call(void 0, client, args),
532
+ snapshot: () => _chunk3FWCHYKEjs.snapshot.call(void 0, client),
533
+ stopImpersonatingAccount: (args) => _chunk3FWCHYKEjs.stopImpersonatingAccount.call(void 0, client, args)
531
534
  });
532
535
 
533
536
  // src/clients/decorators/wallet.ts
534
537
  var walletActions = (client) => ({
535
- addChain: (args) => _chunkQ6OIGGTKjs.addChain.call(void 0, client, args),
536
- deployContract: (args) => _chunkQ6OIGGTKjs.deployContract.call(void 0, client, args),
537
- getAddresses: () => _chunkQ6OIGGTKjs.getAddresses.call(void 0, client),
538
- getChainId: () => _chunkQ6OIGGTKjs.getChainId.call(void 0, client),
539
- getPermissions: () => _chunkQ6OIGGTKjs.getPermissions.call(void 0, client),
540
- requestAddresses: () => _chunkQ6OIGGTKjs.requestAddresses.call(void 0, client),
541
- requestPermissions: (args) => _chunkQ6OIGGTKjs.requestPermissions.call(void 0, client, args),
542
- sendTransaction: (args) => _chunkQ6OIGGTKjs.sendTransaction.call(void 0, client, args),
543
- signMessage: (args) => _chunkQ6OIGGTKjs.signMessage.call(void 0, client, args),
544
- signTypedData: (args) => _chunkQ6OIGGTKjs.signTypedData.call(void 0, client, args),
545
- switchChain: (args) => _chunkQ6OIGGTKjs.switchChain.call(void 0, client, args),
546
- watchAsset: (args) => _chunkQ6OIGGTKjs.watchAsset.call(void 0, client, args),
547
- writeContract: (args) => _chunkQ6OIGGTKjs.writeContract.call(void 0, client, args)
538
+ addChain: (args) => _chunk3FWCHYKEjs.addChain.call(void 0, client, args),
539
+ deployContract: (args) => _chunk3FWCHYKEjs.deployContract.call(void 0, client, args),
540
+ getAddresses: () => _chunk3FWCHYKEjs.getAddresses.call(void 0, client),
541
+ getChainId: () => _chunk3FWCHYKEjs.getChainId.call(void 0, client),
542
+ getPermissions: () => _chunk3FWCHYKEjs.getPermissions.call(void 0, client),
543
+ requestAddresses: () => _chunk3FWCHYKEjs.requestAddresses.call(void 0, client),
544
+ requestPermissions: (args) => _chunk3FWCHYKEjs.requestPermissions.call(void 0, client, args),
545
+ sendTransaction: (args) => _chunk3FWCHYKEjs.sendTransaction.call(void 0, client, args),
546
+ signMessage: (args) => _chunk3FWCHYKEjs.signMessage.call(void 0, client, args),
547
+ signTypedData: (args) => _chunk3FWCHYKEjs.signTypedData.call(void 0, client, args),
548
+ switchChain: (args) => _chunk3FWCHYKEjs.switchChain.call(void 0, client, args),
549
+ watchAsset: (args) => _chunk3FWCHYKEjs.watchAsset.call(void 0, client, args),
550
+ writeContract: (args) => _chunk3FWCHYKEjs.writeContract.call(void 0, client, args)
548
551
  });
549
552
 
550
553
  // src/clients/createPublicClient.ts
@@ -780,5 +783,8 @@ function createWalletClient({
780
783
 
781
784
 
782
785
 
783
- exports.AbiConstructorNotFoundError = _chunkQ6OIGGTKjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkQ6OIGGTKjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkQ6OIGGTKjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkQ6OIGGTKjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkQ6OIGGTKjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkQ6OIGGTKjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkQ6OIGGTKjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkQ6OIGGTKjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkQ6OIGGTKjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkQ6OIGGTKjs.AbiEventNotFoundError; exports.AbiEventSignatureNotFoundError = _chunkQ6OIGGTKjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkQ6OIGGTKjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkQ6OIGGTKjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkQ6OIGGTKjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkQ6OIGGTKjs.BaseError; exports.BlockNotFoundError = _chunkQ6OIGGTKjs.BlockNotFoundError; exports.CallExecutionError = _chunkQ6OIGGTKjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkQ6OIGGTKjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkQ6OIGGTKjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkQ6OIGGTKjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkQ6OIGGTKjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkQ6OIGGTKjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkQ6OIGGTKjs.DataLengthTooShortError; exports.EstimateGasExecutionError = _chunkQ6OIGGTKjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkQ6OIGGTKjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkQ6OIGGTKjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkQ6OIGGTKjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkQ6OIGGTKjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkQ6OIGGTKjs.HttpRequestError; exports.InsufficientFundsError = _chunkQ6OIGGTKjs.InsufficientFundsError; exports.InternalRpcError = _chunkQ6OIGGTKjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkQ6OIGGTKjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkQ6OIGGTKjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkQ6OIGGTKjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkQ6OIGGTKjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkQ6OIGGTKjs.InvalidAddressError; exports.InvalidArrayError = _chunkQ6OIGGTKjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkQ6OIGGTKjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkQ6OIGGTKjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkQ6OIGGTKjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkQ6OIGGTKjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkQ6OIGGTKjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkQ6OIGGTKjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkQ6OIGGTKjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkQ6OIGGTKjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkQ6OIGGTKjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkQ6OIGGTKjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkQ6OIGGTKjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkQ6OIGGTKjs.NonceMaxValueError; exports.NonceTooHighError = _chunkQ6OIGGTKjs.NonceTooHighError; exports.NonceTooLowError = _chunkQ6OIGGTKjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkQ6OIGGTKjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkQ6OIGGTKjs.ParseRpcError; exports.RawContractError = _chunkQ6OIGGTKjs.RawContractError; exports.RequestError = _chunkQ6OIGGTKjs.RequestError; exports.ResourceNotFoundRpcError = _chunkQ6OIGGTKjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkQ6OIGGTKjs.ResourceUnavailableRpcError; exports.RpcError = _chunkQ6OIGGTKjs.RpcError; exports.RpcRequestError = _chunkQ6OIGGTKjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkQ6OIGGTKjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkQ6OIGGTKjs.SwitchChainError; exports.TimeoutError = _chunkQ6OIGGTKjs.TimeoutError; exports.TipAboveFeeCapError = _chunkQ6OIGGTKjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkQ6OIGGTKjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkQ6OIGGTKjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkQ6OIGGTKjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkQ6OIGGTKjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkQ6OIGGTKjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkQ6OIGGTKjs.UnknownNodeError; exports.UnknownRpcError = _chunkQ6OIGGTKjs.UnknownRpcError; exports.UrlRequiredError = _chunkQ6OIGGTKjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkQ6OIGGTKjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkQ6OIGGTKjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkQ6OIGGTKjs.WebSocketRequestError; exports.boolToBytes = _chunkQ6OIGGTKjs.boolToBytes; exports.boolToHex = _chunkQ6OIGGTKjs.boolToHex; exports.bytesToBigint = _chunkQ6OIGGTKjs.bytesToBigint; exports.bytesToBool = _chunkQ6OIGGTKjs.bytesToBool; exports.bytesToHex = _chunkQ6OIGGTKjs.bytesToHex; exports.bytesToNumber = _chunkQ6OIGGTKjs.bytesToNumber; exports.bytesToString = _chunkQ6OIGGTKjs.bytesToString; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkQ6OIGGTKjs.decodeAbiParameters; exports.decodeErrorResult = _chunkQ6OIGGTKjs.decodeErrorResult; exports.decodeEventLog = _chunkQ6OIGGTKjs.decodeEventLog; exports.decodeFunctionData = _chunkQ6OIGGTKjs.decodeFunctionData; exports.decodeFunctionResult = _chunkQ6OIGGTKjs.decodeFunctionResult; exports.defineBlock = _chunkQ6OIGGTKjs.defineBlock; exports.defineChain = _chunkQ6OIGGTKjs.defineChain; exports.defineTransaction = _chunkQ6OIGGTKjs.defineTransaction; exports.defineTransactionReceipt = _chunkQ6OIGGTKjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkQ6OIGGTKjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkQ6OIGGTKjs.encodeAbiParameters; exports.encodeDeployData = _chunkQ6OIGGTKjs.encodeDeployData; exports.encodeErrorResult = _chunkQ6OIGGTKjs.encodeErrorResult; exports.encodeEventTopics = _chunkQ6OIGGTKjs.encodeEventTopics; exports.encodeFunctionData = _chunkQ6OIGGTKjs.encodeFunctionData; exports.encodeFunctionResult = _chunkQ6OIGGTKjs.encodeFunctionResult; exports.encodePacked = _chunkQ6OIGGTKjs.encodePacked; exports.etherUnits = _chunkQ6OIGGTKjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkQ6OIGGTKjs.formatBlock; exports.formatEther = _chunkQ6OIGGTKjs.formatEther; exports.formatGwei = _chunkQ6OIGGTKjs.formatGwei; exports.formatTransaction = _chunkQ6OIGGTKjs.formatTransaction; exports.formatTransactionRequest = _chunkQ6OIGGTKjs.formatTransactionRequest; exports.formatUnits = _chunkQ6OIGGTKjs.formatUnits; exports.fromBytes = _chunkQ6OIGGTKjs.fromBytes; exports.fromHex = _chunkQ6OIGGTKjs.fromHex; exports.fromRlp = _chunkQ6OIGGTKjs.fromRlp; exports.getAbiItem = _chunkQ6OIGGTKjs.getAbiItem; exports.getAccount = _chunkQ6OIGGTKjs.getAccount; exports.getAddress = _chunkQ6OIGGTKjs.getAddress; exports.getContractAddress = _chunkQ6OIGGTKjs.getContractAddress; exports.getContractError = _chunkQ6OIGGTKjs.getContractError; exports.getCreate2Address = _chunkQ6OIGGTKjs.getCreate2Address; exports.getCreateAddress = _chunkQ6OIGGTKjs.getCreateAddress; exports.getEventSelector = _chunkQ6OIGGTKjs.getEventSelector; exports.getFunctionSelector = _chunkQ6OIGGTKjs.getFunctionSelector; exports.gweiUnits = _chunkQ6OIGGTKjs.gweiUnits; exports.hexToBigInt = _chunkQ6OIGGTKjs.hexToBigInt; exports.hexToBool = _chunkQ6OIGGTKjs.hexToBool; exports.hexToBytes = _chunkQ6OIGGTKjs.hexToBytes; exports.hexToNumber = _chunkQ6OIGGTKjs.hexToNumber; exports.hexToString = _chunkQ6OIGGTKjs.hexToString; exports.http = http; exports.isAddress = _chunkQ6OIGGTKjs.isAddress; exports.isAddressEqual = _chunkQ6OIGGTKjs.isAddressEqual; exports.isBytes = _chunkQ6OIGGTKjs.isBytes; exports.isHex = _chunkQ6OIGGTKjs.isHex; exports.keccak256 = _chunkQ6OIGGTKjs.keccak256; exports.labelhash = _chunk2TGSUQZ6js.labelhash; exports.multicall3Abi = _chunkQ6OIGGTKjs.multicall3Abi; exports.namehash = _chunk2TGSUQZ6js.namehash; exports.numberToBytes = _chunkQ6OIGGTKjs.numberToBytes; exports.numberToHex = _chunkQ6OIGGTKjs.numberToHex; exports.pad = _chunkQ6OIGGTKjs.pad; exports.padBytes = _chunkQ6OIGGTKjs.padBytes; exports.padHex = _chunkQ6OIGGTKjs.padHex; exports.parseAbi = _chunkQ6OIGGTKjs.parseAbi; exports.parseAbiItem = _chunkQ6OIGGTKjs.parseAbiItem; exports.parseAbiParameter = _chunkQ6OIGGTKjs.parseAbiParameter; exports.parseAbiParameters = _chunkQ6OIGGTKjs.parseAbiParameters; exports.parseEther = _chunkQ6OIGGTKjs.parseEther; exports.parseGwei = _chunkQ6OIGGTKjs.parseGwei; exports.parseUnits = _chunkQ6OIGGTKjs.parseUnits; exports.size = _chunkQ6OIGGTKjs.size; exports.slice = _chunkQ6OIGGTKjs.slice; exports.sliceBytes = _chunkQ6OIGGTKjs.sliceBytes; exports.sliceHex = _chunkQ6OIGGTKjs.sliceHex; exports.stringToBytes = _chunkQ6OIGGTKjs.stringToBytes; exports.stringToHex = _chunkQ6OIGGTKjs.stringToHex; exports.stringify = _chunkQ6OIGGTKjs.stringify; exports.toBytes = _chunkQ6OIGGTKjs.toBytes; exports.toHex = _chunkQ6OIGGTKjs.toHex; exports.toRlp = _chunkQ6OIGGTKjs.toRlp; exports.transactionType = _chunkQ6OIGGTKjs.transactionType; exports.trim = _chunkQ6OIGGTKjs.trim; exports.webSocket = webSocket; exports.weiUnits = _chunkQ6OIGGTKjs.weiUnits;
786
+
787
+
788
+
789
+ exports.AbiConstructorNotFoundError = _chunk3FWCHYKEjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunk3FWCHYKEjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunk3FWCHYKEjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunk3FWCHYKEjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunk3FWCHYKEjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunk3FWCHYKEjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunk3FWCHYKEjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunk3FWCHYKEjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunk3FWCHYKEjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunk3FWCHYKEjs.AbiEventNotFoundError; exports.AbiEventSignatureNotFoundError = _chunk3FWCHYKEjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunk3FWCHYKEjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunk3FWCHYKEjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunk3FWCHYKEjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunk3FWCHYKEjs.BaseError; exports.BlockNotFoundError = _chunk3FWCHYKEjs.BlockNotFoundError; exports.CallExecutionError = _chunk3FWCHYKEjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunk3FWCHYKEjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunk3FWCHYKEjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunk3FWCHYKEjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunk3FWCHYKEjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunk3FWCHYKEjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunk3FWCHYKEjs.DataLengthTooShortError; exports.EstimateGasExecutionError = _chunk3FWCHYKEjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunk3FWCHYKEjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunk3FWCHYKEjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunk3FWCHYKEjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunk3FWCHYKEjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunk3FWCHYKEjs.HttpRequestError; exports.InsufficientFundsError = _chunk3FWCHYKEjs.InsufficientFundsError; exports.InternalRpcError = _chunk3FWCHYKEjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunk3FWCHYKEjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunk3FWCHYKEjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunk3FWCHYKEjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunk3FWCHYKEjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunk3FWCHYKEjs.InvalidAddressError; exports.InvalidArrayError = _chunk3FWCHYKEjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunk3FWCHYKEjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunk3FWCHYKEjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunk3FWCHYKEjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunk3FWCHYKEjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunk3FWCHYKEjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunk3FWCHYKEjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunk3FWCHYKEjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunk3FWCHYKEjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunk3FWCHYKEjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunk3FWCHYKEjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunk3FWCHYKEjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunk3FWCHYKEjs.NonceMaxValueError; exports.NonceTooHighError = _chunk3FWCHYKEjs.NonceTooHighError; exports.NonceTooLowError = _chunk3FWCHYKEjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunk3FWCHYKEjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunk3FWCHYKEjs.ParseRpcError; exports.RawContractError = _chunk3FWCHYKEjs.RawContractError; exports.RequestError = _chunk3FWCHYKEjs.RequestError; exports.ResourceNotFoundRpcError = _chunk3FWCHYKEjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunk3FWCHYKEjs.ResourceUnavailableRpcError; exports.RpcError = _chunk3FWCHYKEjs.RpcError; exports.RpcRequestError = _chunk3FWCHYKEjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunk3FWCHYKEjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunk3FWCHYKEjs.SwitchChainError; exports.TimeoutError = _chunk3FWCHYKEjs.TimeoutError; exports.TipAboveFeeCapError = _chunk3FWCHYKEjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunk3FWCHYKEjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunk3FWCHYKEjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunk3FWCHYKEjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunk3FWCHYKEjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunk3FWCHYKEjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunk3FWCHYKEjs.UnknownNodeError; exports.UnknownRpcError = _chunk3FWCHYKEjs.UnknownRpcError; exports.UrlRequiredError = _chunk3FWCHYKEjs.UrlRequiredError; exports.UserRejectedRequestError = _chunk3FWCHYKEjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunk3FWCHYKEjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunk3FWCHYKEjs.WebSocketRequestError; exports.boolToBytes = _chunk3FWCHYKEjs.boolToBytes; exports.boolToHex = _chunk3FWCHYKEjs.boolToHex; exports.bytesToBigint = _chunk3FWCHYKEjs.bytesToBigint; exports.bytesToBool = _chunk3FWCHYKEjs.bytesToBool; exports.bytesToHex = _chunk3FWCHYKEjs.bytesToHex; exports.bytesToNumber = _chunk3FWCHYKEjs.bytesToNumber; exports.bytesToString = _chunk3FWCHYKEjs.bytesToString; exports.concat = _chunk3FWCHYKEjs.concat; exports.concatBytes = _chunk3FWCHYKEjs.concatBytes; exports.concatHex = _chunk3FWCHYKEjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunk3FWCHYKEjs.decodeAbiParameters; exports.decodeErrorResult = _chunk3FWCHYKEjs.decodeErrorResult; exports.decodeEventLog = _chunk3FWCHYKEjs.decodeEventLog; exports.decodeFunctionData = _chunk3FWCHYKEjs.decodeFunctionData; exports.decodeFunctionResult = _chunk3FWCHYKEjs.decodeFunctionResult; exports.defineBlock = _chunk3FWCHYKEjs.defineBlock; exports.defineChain = _chunk3FWCHYKEjs.defineChain; exports.defineTransaction = _chunk3FWCHYKEjs.defineTransaction; exports.defineTransactionReceipt = _chunk3FWCHYKEjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunk3FWCHYKEjs.defineTransactionRequest; exports.encodeAbiParameters = _chunk3FWCHYKEjs.encodeAbiParameters; exports.encodeDeployData = _chunk3FWCHYKEjs.encodeDeployData; exports.encodeErrorResult = _chunk3FWCHYKEjs.encodeErrorResult; exports.encodeEventTopics = _chunk3FWCHYKEjs.encodeEventTopics; exports.encodeFunctionData = _chunk3FWCHYKEjs.encodeFunctionData; exports.encodeFunctionResult = _chunk3FWCHYKEjs.encodeFunctionResult; exports.encodePacked = _chunk3FWCHYKEjs.encodePacked; exports.etherUnits = _chunk3FWCHYKEjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunk3FWCHYKEjs.formatBlock; exports.formatEther = _chunk3FWCHYKEjs.formatEther; exports.formatGwei = _chunk3FWCHYKEjs.formatGwei; exports.formatTransaction = _chunk3FWCHYKEjs.formatTransaction; exports.formatTransactionRequest = _chunk3FWCHYKEjs.formatTransactionRequest; exports.formatUnits = _chunk3FWCHYKEjs.formatUnits; exports.fromBytes = _chunk3FWCHYKEjs.fromBytes; exports.fromHex = _chunk3FWCHYKEjs.fromHex; exports.fromRlp = _chunk3FWCHYKEjs.fromRlp; exports.getAbiItem = _chunk3FWCHYKEjs.getAbiItem; exports.getAccount = _chunk3FWCHYKEjs.getAccount; exports.getAddress = _chunk3FWCHYKEjs.getAddress; exports.getContractAddress = _chunk3FWCHYKEjs.getContractAddress; exports.getContractError = _chunk3FWCHYKEjs.getContractError; exports.getCreate2Address = _chunk3FWCHYKEjs.getCreate2Address; exports.getCreateAddress = _chunk3FWCHYKEjs.getCreateAddress; exports.getEventSelector = _chunk3FWCHYKEjs.getEventSelector; exports.getFunctionSelector = _chunk3FWCHYKEjs.getFunctionSelector; exports.gweiUnits = _chunk3FWCHYKEjs.gweiUnits; exports.hexToBigInt = _chunk3FWCHYKEjs.hexToBigInt; exports.hexToBool = _chunk3FWCHYKEjs.hexToBool; exports.hexToBytes = _chunk3FWCHYKEjs.hexToBytes; exports.hexToNumber = _chunk3FWCHYKEjs.hexToNumber; exports.hexToString = _chunk3FWCHYKEjs.hexToString; exports.http = http; exports.isAddress = _chunk3FWCHYKEjs.isAddress; exports.isAddressEqual = _chunk3FWCHYKEjs.isAddressEqual; exports.isBytes = _chunk3FWCHYKEjs.isBytes; exports.isHex = _chunk3FWCHYKEjs.isHex; exports.keccak256 = _chunk3FWCHYKEjs.keccak256; exports.labelhash = _chunk65E5HTFAjs.labelhash; exports.multicall3Abi = _chunk3FWCHYKEjs.multicall3Abi; exports.namehash = _chunk65E5HTFAjs.namehash; exports.numberToBytes = _chunk3FWCHYKEjs.numberToBytes; exports.numberToHex = _chunk3FWCHYKEjs.numberToHex; exports.pad = _chunk3FWCHYKEjs.pad; exports.padBytes = _chunk3FWCHYKEjs.padBytes; exports.padHex = _chunk3FWCHYKEjs.padHex; exports.parseAbi = _chunk3FWCHYKEjs.parseAbi; exports.parseAbiItem = _chunk3FWCHYKEjs.parseAbiItem; exports.parseAbiParameter = _chunk3FWCHYKEjs.parseAbiParameter; exports.parseAbiParameters = _chunk3FWCHYKEjs.parseAbiParameters; exports.parseEther = _chunk3FWCHYKEjs.parseEther; exports.parseGwei = _chunk3FWCHYKEjs.parseGwei; exports.parseUnits = _chunk3FWCHYKEjs.parseUnits; exports.size = _chunk3FWCHYKEjs.size; exports.slice = _chunk3FWCHYKEjs.slice; exports.sliceBytes = _chunk3FWCHYKEjs.sliceBytes; exports.sliceHex = _chunk3FWCHYKEjs.sliceHex; exports.stringToBytes = _chunk3FWCHYKEjs.stringToBytes; exports.stringToHex = _chunk3FWCHYKEjs.stringToHex; exports.stringify = _chunk3FWCHYKEjs.stringify; exports.toBytes = _chunk3FWCHYKEjs.toBytes; exports.toHex = _chunk3FWCHYKEjs.toHex; exports.toRlp = _chunk3FWCHYKEjs.toRlp; exports.transactionType = _chunk3FWCHYKEjs.transactionType; exports.trim = _chunk3FWCHYKEjs.trim; exports.webSocket = webSocket; exports.weiUnits = _chunk3FWCHYKEjs.weiUnits;
784
790
  //# sourceMappingURL=index.js.map