viem 0.2.0-canary.20230314T222417 → 0.2.0-canary.20230315T010233

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 _chunk4APUUDQKjs = require('./chunk-4APUUDQK.js');
26
+ var _chunkBY6O7352js = require('./chunk-BY6O7352.js');
27
27
 
28
28
 
29
29
 
@@ -49,5 +49,5 @@ var _chunk4APUUDQKjs = require('./chunk-4APUUDQK.js');
49
49
 
50
50
 
51
51
 
52
- exports.createContractEventFilter = _chunk4APUUDQKjs.createContractEventFilter; exports.decodeAbiParameters = _chunk4APUUDQKjs.decodeAbiParameters; exports.decodeErrorResult = _chunk4APUUDQKjs.decodeErrorResult; exports.decodeEventLog = _chunk4APUUDQKjs.decodeEventLog; exports.decodeFunctionData = _chunk4APUUDQKjs.decodeFunctionData; exports.decodeFunctionResult = _chunk4APUUDQKjs.decodeFunctionResult; exports.deployContract = _chunk4APUUDQKjs.deployContract; exports.encodeAbiParameters = _chunk4APUUDQKjs.encodeAbiParameters; exports.encodeDeployData = _chunk4APUUDQKjs.encodeDeployData; exports.encodeErrorResult = _chunk4APUUDQKjs.encodeErrorResult; exports.encodeEventTopics = _chunk4APUUDQKjs.encodeEventTopics; exports.encodeFunctionData = _chunk4APUUDQKjs.encodeFunctionData; exports.encodeFunctionResult = _chunk4APUUDQKjs.encodeFunctionResult; exports.estimateContractGas = _chunk4APUUDQKjs.estimateContractGas; exports.formatAbiItem = _chunk4APUUDQKjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunk4APUUDQKjs.formatAbiItemWithArgs; exports.getAbiItem = _chunk4APUUDQKjs.getAbiItem; exports.getBytecode = _chunk4APUUDQKjs.getBytecode; exports.getStorageAt = _chunk4APUUDQKjs.getStorageAt; exports.multicall = _chunk4APUUDQKjs.multicall; exports.readContract = _chunk4APUUDQKjs.readContract; exports.simulateContract = _chunk4APUUDQKjs.simulateContract; exports.watchContractEvent = _chunk4APUUDQKjs.watchContractEvent; exports.writeContract = _chunk4APUUDQKjs.writeContract;
52
+ exports.createContractEventFilter = _chunkBY6O7352js.createContractEventFilter; exports.decodeAbiParameters = _chunkBY6O7352js.decodeAbiParameters; exports.decodeErrorResult = _chunkBY6O7352js.decodeErrorResult; exports.decodeEventLog = _chunkBY6O7352js.decodeEventLog; exports.decodeFunctionData = _chunkBY6O7352js.decodeFunctionData; exports.decodeFunctionResult = _chunkBY6O7352js.decodeFunctionResult; exports.deployContract = _chunkBY6O7352js.deployContract; exports.encodeAbiParameters = _chunkBY6O7352js.encodeAbiParameters; exports.encodeDeployData = _chunkBY6O7352js.encodeDeployData; exports.encodeErrorResult = _chunkBY6O7352js.encodeErrorResult; exports.encodeEventTopics = _chunkBY6O7352js.encodeEventTopics; exports.encodeFunctionData = _chunkBY6O7352js.encodeFunctionData; exports.encodeFunctionResult = _chunkBY6O7352js.encodeFunctionResult; exports.estimateContractGas = _chunkBY6O7352js.estimateContractGas; exports.formatAbiItem = _chunkBY6O7352js.formatAbiItem; exports.formatAbiItemWithArgs = _chunkBY6O7352js.formatAbiItemWithArgs; exports.getAbiItem = _chunkBY6O7352js.getAbiItem; exports.getBytecode = _chunkBY6O7352js.getBytecode; exports.getStorageAt = _chunkBY6O7352js.getStorageAt; exports.multicall = _chunkBY6O7352js.multicall; exports.readContract = _chunkBY6O7352js.readContract; exports.simulateContract = _chunkBY6O7352js.simulateContract; exports.watchContractEvent = _chunkBY6O7352js.watchContractEvent; exports.writeContract = _chunkBY6O7352js.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-MGOCDAKD.mjs";
26
+ } from "./chunk-TC3TBWEH.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 _chunkFGHDFVECjs = require('./chunk-FGHDFVEC.js');
7
- require('./chunk-4APUUDQK.js');
6
+ var _chunkRTDQEACRjs = require('./chunk-RTDQEACR.js');
7
+ require('./chunk-BY6O7352.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 = _chunkFGHDFVECjs.getEnsAddress; exports.getEnsName = _chunkFGHDFVECjs.getEnsName; exports.labelhash = _chunkFGHDFVECjs.labelhash; exports.namehash = _chunkFGHDFVECjs.namehash; exports.normalize = normalize;
20
+ exports.getEnsAddress = _chunkRTDQEACRjs.getEnsAddress; exports.getEnsName = _chunkRTDQEACRjs.getEnsName; exports.labelhash = _chunkRTDQEACRjs.labelhash; exports.namehash = _chunkRTDQEACRjs.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-NVOOOH72.mjs";
7
- import "./chunk-MGOCDAKD.mjs";
6
+ } from "./chunk-CRUV4VWS.mjs";
7
+ import "./chunk-TC3TBWEH.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 _chunk4APUUDQKjs = require('./chunk-4APUUDQK.js');
4
+ var _chunkBY6O7352js = require('./chunk-BY6O7352.js');
5
5
 
6
6
  // src/adapters/ethers.ts
7
- var getAccount2 = (wallet) => _chunk4APUUDQKjs.getAccount.call(void 0, {
7
+ var getAccount2 = (wallet) => _chunkBY6O7352js.getAccount.call(void 0, {
8
8
  address: wallet.address,
9
9
  async signMessage(message) {
10
- return await wallet.signMessage(_chunk4APUUDQKjs.toBytes.call(void 0, message));
10
+ return await wallet.signMessage(_chunkBY6O7352js.toBytes.call(void 0, message));
11
11
  },
12
12
  async signTransaction(txn) {
13
13
  return await wallet.signTransaction({
@@ -17,7 +17,7 @@ var getAccount2 = (wallet) => _chunk4APUUDQKjs.getAccount.call(void 0, {
17
17
  },
18
18
  async signTypedData({ domain, types: types_, message }) {
19
19
  const { EIP712Domain: _, ...types } = types_;
20
- const signTypedData = wallet.signTypedData || wallet._signTypedData;
20
+ const signTypedData = wallet.signTypedData ? wallet.signTypedData.bind(wallet) : wallet._signTypedData.bind(wallet);
21
21
  return await signTypedData(
22
22
  _nullishCoalesce(domain, () => ( {})),
23
23
  types,
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/adapters/ethers.ts"],"names":["getAccount"],"mappings":";;;;;;AAyCO,IAAMA,cAAa,CAAC,WACzB,WAAY;AAAA,EACV,SAAS,OAAO;AAAA,EAChB,MAAM,YAAY,SAAS;AACzB,WAAQ,MAAM,OAAO,YAAY,QAAQ,OAAO,CAAC;AAAA,EACnD;AAAA,EACA,MAAM,gBAAgB,KAAK;AACzB,WAAQ,MAAM,OAAO,gBAAgB;AAAA,MACnC,GAAG;AAAA,MACH,UAAU,IAAI;AAAA,IAChB,CAAC;AAAA,EACH;AAAA,EACA,MAAM,cAAc,EAAE,QAAQ,OAAO,QAAQ,QAAQ,GAAG;AACtD,UAAM,EAAE,cAAc,GAAG,GAAG,MAAM,IAAI;AACtC,UAAM,gBAAgB,OAAO,iBAAiB,OAAO;AACrD,WAAQ,MAAM;AAAA,MACZ,UAAU,CAAC;AAAA,MACX;AAAA,MACA;AAAA,IACF;AAAA,EACF;AACF,CAAC","sourcesContent":["import { Address, Hash } from '../types'\nimport { getAccount as getAccount_, toBytes } from '../utils'\n\ntype BigNumberish = string | number | bigint\ntype BytesLike = string | Uint8Array\n\ntype TypedDataDomain = {\n name?: string\n version?: string\n chainId?: BigNumberish\n verifyingContract?: string\n salt?: BytesLike\n}\ntype TypedDataField = {\n name: string\n type: string\n}\n\ntype EthersWallet = {\n address: string\n signMessage(message: Uint8Array): Promise<string>\n signTransaction(txn: any): Promise<string>\n} & (\n | {\n signTypedData(\n domain: TypedDataDomain,\n types: Record<string, TypedDataField[]>,\n value: Record<string, any>,\n ): Promise<string>\n _signTypedData?: never\n }\n | {\n signTypedData?: never\n _signTypedData(\n domain: TypedDataDomain,\n types: Record<string, TypedDataField[]>,\n value: Record<string, any>,\n ): Promise<string>\n }\n)\n\nexport const getAccount = (wallet: EthersWallet) =>\n getAccount_({\n address: wallet.address as Address,\n async signMessage(message) {\n return (await wallet.signMessage(toBytes(message))) as Hash\n },\n async signTransaction(txn) {\n return (await wallet.signTransaction({\n ...txn,\n gasLimit: txn.gas,\n })) as Hash\n },\n async signTypedData({ domain, types: types_, message }) {\n const { EIP712Domain: _, ...types } = types_ as any\n const signTypedData = wallet.signTypedData || wallet._signTypedData\n return (await signTypedData(\n domain ?? {},\n types as Record<string, TypedDataField[]>,\n message,\n )) as Hash\n },\n })\n"]}
1
+ {"version":3,"sources":["../src/adapters/ethers.ts"],"names":["getAccount"],"mappings":";;;;;;AAyCO,IAAMA,cAAa,CAAC,WACzB,WAAY;AAAA,EACV,SAAS,OAAO;AAAA,EAChB,MAAM,YAAY,SAAS;AACzB,WAAQ,MAAM,OAAO,YAAY,QAAQ,OAAO,CAAC;AAAA,EACnD;AAAA,EACA,MAAM,gBAAgB,KAAK;AACzB,WAAQ,MAAM,OAAO,gBAAgB;AAAA,MACnC,GAAG;AAAA,MACH,UAAU,IAAI;AAAA,IAChB,CAAC;AAAA,EACH;AAAA,EACA,MAAM,cAAc,EAAE,QAAQ,OAAO,QAAQ,QAAQ,GAAG;AACtD,UAAM,EAAE,cAAc,GAAG,GAAG,MAAM,IAAI;AACtC,UAAM,gBAAgB,OAAO,gBACzB,OAAO,cAAc,KAAK,MAAM,IAChC,OAAO,eAAe,KAAK,MAAM;AACrC,WAAQ,MAAM;AAAA,MACZ,UAAU,CAAC;AAAA,MACX;AAAA,MACA;AAAA,IACF;AAAA,EACF;AACF,CAAC","sourcesContent":["import { Address, Hash } from '../types'\nimport { getAccount as getAccount_, toBytes } from '../utils'\n\ntype BigNumberish = string | number | bigint\ntype BytesLike = string | Uint8Array\n\ntype TypedDataDomain = {\n name?: string\n version?: string\n chainId?: BigNumberish\n verifyingContract?: string\n salt?: BytesLike\n}\ntype TypedDataField = {\n name: string\n type: string\n}\n\ntype EthersWallet = {\n address: string\n signMessage(message: Uint8Array): Promise<string>\n signTransaction(txn: any): Promise<string>\n} & (\n | {\n signTypedData(\n domain: TypedDataDomain,\n types: Record<string, TypedDataField[]>,\n value: Record<string, any>,\n ): Promise<string>\n _signTypedData?: never\n }\n | {\n signTypedData?: never\n _signTypedData(\n domain: TypedDataDomain,\n types: Record<string, TypedDataField[]>,\n value: Record<string, any>,\n ): Promise<string>\n }\n)\n\nexport const getAccount = (wallet: EthersWallet) =>\n getAccount_({\n address: wallet.address as Address,\n async signMessage(message) {\n return (await wallet.signMessage(toBytes(message))) as Hash\n },\n async signTransaction(txn) {\n return (await wallet.signTransaction({\n ...txn,\n gasLimit: txn.gas,\n })) as Hash\n },\n async signTypedData({ domain, types: types_, message }) {\n const { EIP712Domain: _, ...types } = types_ as any\n const signTypedData = wallet.signTypedData\n ? wallet.signTypedData.bind(wallet)\n : wallet._signTypedData.bind(wallet)\n return (await signTypedData(\n domain ?? {},\n types as Record<string, TypedDataField[]>,\n message,\n )) as Hash\n },\n })\n"]}
package/dist/ethers.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getAccount,
3
3
  toBytes
4
- } from "./chunk-MGOCDAKD.mjs";
4
+ } from "./chunk-TC3TBWEH.mjs";
5
5
 
6
6
  // src/adapters/ethers.ts
7
7
  var getAccount2 = (wallet) => getAccount({
@@ -17,7 +17,7 @@ var getAccount2 = (wallet) => getAccount({
17
17
  },
18
18
  async signTypedData({ domain, types: types_, message }) {
19
19
  const { EIP712Domain: _, ...types } = types_;
20
- const signTypedData = wallet.signTypedData || wallet._signTypedData;
20
+ const signTypedData = wallet.signTypedData ? wallet.signTypedData.bind(wallet) : wallet._signTypedData.bind(wallet);
21
21
  return await signTypedData(
22
22
  domain ?? {},
23
23
  types,
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/adapters/ethers.ts"],"sourcesContent":["import { Address, Hash } from '../types'\nimport { getAccount as getAccount_, toBytes } from '../utils'\n\ntype BigNumberish = string | number | bigint\ntype BytesLike = string | Uint8Array\n\ntype TypedDataDomain = {\n name?: string\n version?: string\n chainId?: BigNumberish\n verifyingContract?: string\n salt?: BytesLike\n}\ntype TypedDataField = {\n name: string\n type: string\n}\n\ntype EthersWallet = {\n address: string\n signMessage(message: Uint8Array): Promise<string>\n signTransaction(txn: any): Promise<string>\n} & (\n | {\n signTypedData(\n domain: TypedDataDomain,\n types: Record<string, TypedDataField[]>,\n value: Record<string, any>,\n ): Promise<string>\n _signTypedData?: never\n }\n | {\n signTypedData?: never\n _signTypedData(\n domain: TypedDataDomain,\n types: Record<string, TypedDataField[]>,\n value: Record<string, any>,\n ): Promise<string>\n }\n)\n\nexport const getAccount = (wallet: EthersWallet) =>\n getAccount_({\n address: wallet.address as Address,\n async signMessage(message) {\n return (await wallet.signMessage(toBytes(message))) as Hash\n },\n async signTransaction(txn) {\n return (await wallet.signTransaction({\n ...txn,\n gasLimit: txn.gas,\n })) as Hash\n },\n async signTypedData({ domain, types: types_, message }) {\n const { EIP712Domain: _, ...types } = types_ as any\n const signTypedData = wallet.signTypedData || wallet._signTypedData\n return (await signTypedData(\n domain ?? {},\n types as Record<string, TypedDataField[]>,\n message,\n )) as Hash\n },\n })\n"],"mappings":";;;;;;AAyCO,IAAMA,cAAa,CAAC,WACzB,WAAY;AAAA,EACV,SAAS,OAAO;AAAA,EAChB,MAAM,YAAY,SAAS;AACzB,WAAQ,MAAM,OAAO,YAAY,QAAQ,OAAO,CAAC;AAAA,EACnD;AAAA,EACA,MAAM,gBAAgB,KAAK;AACzB,WAAQ,MAAM,OAAO,gBAAgB;AAAA,MACnC,GAAG;AAAA,MACH,UAAU,IAAI;AAAA,IAChB,CAAC;AAAA,EACH;AAAA,EACA,MAAM,cAAc,EAAE,QAAQ,OAAO,QAAQ,QAAQ,GAAG;AACtD,UAAM,EAAE,cAAc,GAAG,GAAG,MAAM,IAAI;AACtC,UAAM,gBAAgB,OAAO,iBAAiB,OAAO;AACrD,WAAQ,MAAM;AAAA,MACZ,UAAU,CAAC;AAAA,MACX;AAAA,MACA;AAAA,IACF;AAAA,EACF;AACF,CAAC;","names":["getAccount"]}
1
+ {"version":3,"sources":["../src/adapters/ethers.ts"],"sourcesContent":["import { Address, Hash } from '../types'\nimport { getAccount as getAccount_, toBytes } from '../utils'\n\ntype BigNumberish = string | number | bigint\ntype BytesLike = string | Uint8Array\n\ntype TypedDataDomain = {\n name?: string\n version?: string\n chainId?: BigNumberish\n verifyingContract?: string\n salt?: BytesLike\n}\ntype TypedDataField = {\n name: string\n type: string\n}\n\ntype EthersWallet = {\n address: string\n signMessage(message: Uint8Array): Promise<string>\n signTransaction(txn: any): Promise<string>\n} & (\n | {\n signTypedData(\n domain: TypedDataDomain,\n types: Record<string, TypedDataField[]>,\n value: Record<string, any>,\n ): Promise<string>\n _signTypedData?: never\n }\n | {\n signTypedData?: never\n _signTypedData(\n domain: TypedDataDomain,\n types: Record<string, TypedDataField[]>,\n value: Record<string, any>,\n ): Promise<string>\n }\n)\n\nexport const getAccount = (wallet: EthersWallet) =>\n getAccount_({\n address: wallet.address as Address,\n async signMessage(message) {\n return (await wallet.signMessage(toBytes(message))) as Hash\n },\n async signTransaction(txn) {\n return (await wallet.signTransaction({\n ...txn,\n gasLimit: txn.gas,\n })) as Hash\n },\n async signTypedData({ domain, types: types_, message }) {\n const { EIP712Domain: _, ...types } = types_ as any\n const signTypedData = wallet.signTypedData\n ? wallet.signTypedData.bind(wallet)\n : wallet._signTypedData.bind(wallet)\n return (await signTypedData(\n domain ?? {},\n types as Record<string, TypedDataField[]>,\n message,\n )) as Hash\n },\n })\n"],"mappings":";;;;;;AAyCO,IAAMA,cAAa,CAAC,WACzB,WAAY;AAAA,EACV,SAAS,OAAO;AAAA,EAChB,MAAM,YAAY,SAAS;AACzB,WAAQ,MAAM,OAAO,YAAY,QAAQ,OAAO,CAAC;AAAA,EACnD;AAAA,EACA,MAAM,gBAAgB,KAAK;AACzB,WAAQ,MAAM,OAAO,gBAAgB;AAAA,MACnC,GAAG;AAAA,MACH,UAAU,IAAI;AAAA,IAChB,CAAC;AAAA,EACH;AAAA,EACA,MAAM,cAAc,EAAE,QAAQ,OAAO,QAAQ,QAAQ,GAAG;AACtD,UAAM,EAAE,cAAc,GAAG,GAAG,MAAM,IAAI;AACtC,UAAM,gBAAgB,OAAO,gBACzB,OAAO,cAAc,KAAK,MAAM,IAChC,OAAO,eAAe,KAAK,MAAM;AACrC,WAAQ,MAAM;AAAA,MACZ,UAAU,CAAC;AAAA,MACX;AAAA,MACA;AAAA,IACF;AAAA,EACF;AACF,CAAC;","names":["getAccount"]}
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkFGHDFVECjs = require('./chunk-FGHDFVEC.js');
6
+ var _chunkRTDQEACRjs = require('./chunk-RTDQEACR.js');
7
7
 
8
8
 
9
9
 
@@ -243,7 +243,7 @@ var _chunkFGHDFVECjs = require('./chunk-FGHDFVEC.js');
243
243
 
244
244
 
245
245
 
246
- var _chunk4APUUDQKjs = require('./chunk-4APUUDQK.js');
246
+ var _chunkBY6O7352js = require('./chunk-BY6O7352.js');
247
247
 
248
248
  // src/clients/transports/createTransport.ts
249
249
  function createTransport({
@@ -257,7 +257,7 @@ function createTransport({
257
257
  }, value) {
258
258
  return {
259
259
  config: { key, name, request, retryCount, retryDelay, timeout, type },
260
- request: _chunk4APUUDQKjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
260
+ request: _chunkBY6O7352js.buildRequest.call(void 0, request, { retryCount, retryDelay }),
261
261
  value
262
262
  };
263
263
  }
@@ -291,7 +291,7 @@ function fallback(transports, config = {}) {
291
291
  params
292
292
  });
293
293
  } catch (err) {
294
- if (_chunk4APUUDQKjs.isDeterministicError.call(void 0, err))
294
+ if (_chunkBY6O7352js.isDeterministicError.call(void 0, err))
295
295
  throw err;
296
296
  if (i === transports.length - 1)
297
297
  throw err;
@@ -325,13 +325,13 @@ function http(url, config = {}) {
325
325
  const retryCount = _nullishCoalesce(config.retryCount, () => ( defaultRetryCount));
326
326
  const url_ = url || _optionalChain([chain, 'optionalAccess', _ => _.rpcUrls, 'access', _2 => _2.default, 'access', _3 => _3.http, 'access', _4 => _4[0]]);
327
327
  if (!url_)
328
- throw new (0, _chunk4APUUDQKjs.UrlRequiredError)();
328
+ throw new (0, _chunkBY6O7352js.UrlRequiredError)();
329
329
  return createTransport(
330
330
  {
331
331
  key,
332
332
  name,
333
333
  async request({ method, params }) {
334
- const { result } = await _chunk4APUUDQKjs.rpc.http(url_, {
334
+ const { result } = await _chunkBY6O7352js.rpc.http(url_, {
335
335
  body: {
336
336
  method,
337
337
  params
@@ -365,14 +365,14 @@ function webSocket(url, config = {}) {
365
365
  const retryCount = _nullishCoalesce(config.retryCount, () => ( defaultRetryCount));
366
366
  const url_ = url || _optionalChain([chain, 'optionalAccess', _5 => _5.rpcUrls, 'access', _6 => _6.default, 'access', _7 => _7.webSocket, 'optionalAccess', _8 => _8[0]]);
367
367
  if (!url_)
368
- throw new (0, _chunk4APUUDQKjs.UrlRequiredError)();
368
+ throw new (0, _chunkBY6O7352js.UrlRequiredError)();
369
369
  return createTransport(
370
370
  {
371
371
  key,
372
372
  name,
373
373
  async request({ method, params }) {
374
- const socket = await _chunk4APUUDQKjs.getSocket.call(void 0, url_);
375
- const { result } = await _chunk4APUUDQKjs.rpc.webSocketAsync(socket, {
374
+ const socket = await _chunkBY6O7352js.getSocket.call(void 0, url_);
375
+ const { result } = await _chunkBY6O7352js.rpc.webSocketAsync(socket, {
376
376
  body: { method, params },
377
377
  timeout
378
378
  });
@@ -385,12 +385,12 @@ function webSocket(url, config = {}) {
385
385
  },
386
386
  {
387
387
  getSocket() {
388
- return _chunk4APUUDQKjs.getSocket.call(void 0, url_);
388
+ return _chunkBY6O7352js.getSocket.call(void 0, url_);
389
389
  },
390
390
  async subscribe({ params, onData, onError }) {
391
- const socket = await _chunk4APUUDQKjs.getSocket.call(void 0, url_);
391
+ const socket = await _chunkBY6O7352js.getSocket.call(void 0, url_);
392
392
  const { result: subscriptionId } = await new Promise(
393
- (resolve, reject) => _chunk4APUUDQKjs.rpc.webSocket(socket, {
393
+ (resolve, reject) => _chunkBY6O7352js.rpc.webSocket(socket, {
394
394
  body: {
395
395
  method: "eth_subscribe",
396
396
  params
@@ -412,7 +412,7 @@ function webSocket(url, config = {}) {
412
412
  subscriptionId,
413
413
  async unsubscribe() {
414
414
  return new Promise(
415
- (resolve, reject) => _chunk4APUUDQKjs.rpc.webSocket(socket, {
415
+ (resolve, reject) => _chunkBY6O7352js.rpc.webSocket(socket, {
416
416
  body: {
417
417
  method: "eth_unsubscribe",
418
418
  params: [subscriptionId]
@@ -468,90 +468,90 @@ function createClient({
468
468
 
469
469
  // src/clients/decorators/public.ts
470
470
  var publicActions = (client) => ({
471
- call: (args) => _chunk4APUUDQKjs.call.call(void 0, client, args),
472
- createBlockFilter: () => _chunk4APUUDQKjs.createBlockFilter.call(void 0, client),
473
- createContractEventFilter: (args) => _chunk4APUUDQKjs.createContractEventFilter.call(void 0, client, args),
474
- createEventFilter: (args) => _chunk4APUUDQKjs.createEventFilter.call(void 0, client, args),
475
- createPendingTransactionFilter: () => _chunk4APUUDQKjs.createPendingTransactionFilter.call(void 0, client),
476
- estimateContractGas: (args) => _chunk4APUUDQKjs.estimateContractGas.call(void 0, client, args),
477
- estimateGas: (args) => _chunk4APUUDQKjs.estimateGas.call(void 0, client, args),
478
- getBalance: (args) => _chunk4APUUDQKjs.getBalance.call(void 0, client, args),
479
- getBlock: (args) => _chunk4APUUDQKjs.getBlock.call(void 0, client, args),
480
- getBlockNumber: (args) => _chunk4APUUDQKjs.getBlockNumber.call(void 0, client, args),
481
- getBlockTransactionCount: (args) => _chunk4APUUDQKjs.getBlockTransactionCount.call(void 0, client, args),
482
- getBytecode: (args) => _chunk4APUUDQKjs.getBytecode.call(void 0, client, args),
483
- getChainId: () => _chunk4APUUDQKjs.getChainId.call(void 0, client),
484
- getEnsAddress: (args) => _chunkFGHDFVECjs.getEnsAddress.call(void 0, client, args),
485
- getEnsName: (args) => _chunkFGHDFVECjs.getEnsName.call(void 0, client, args),
486
- getFeeHistory: (args) => _chunk4APUUDQKjs.getFeeHistory.call(void 0, client, args),
487
- getFilterChanges: (args) => _chunk4APUUDQKjs.getFilterChanges.call(void 0, client, args),
488
- getFilterLogs: (args) => _chunk4APUUDQKjs.getFilterLogs.call(void 0, client, args),
489
- getGasPrice: () => _chunk4APUUDQKjs.getGasPrice.call(void 0, client),
490
- getLogs: (args) => _chunk4APUUDQKjs.getLogs.call(void 0, client, args),
491
- getStorageAt: (args) => _chunk4APUUDQKjs.getStorageAt.call(void 0, client, args),
492
- getTransaction: (args) => _chunk4APUUDQKjs.getTransaction.call(void 0, client, args),
493
- getTransactionConfirmations: (args) => _chunk4APUUDQKjs.getTransactionConfirmations.call(void 0, client, args),
494
- getTransactionCount: (args) => _chunk4APUUDQKjs.getTransactionCount.call(void 0, client, args),
495
- getTransactionReceipt: (args) => _chunk4APUUDQKjs.getTransactionReceipt.call(void 0, client, args),
496
- multicall: (args) => _chunk4APUUDQKjs.multicall.call(void 0, client, args),
497
- readContract: (args) => _chunk4APUUDQKjs.readContract.call(void 0, client, args),
498
- simulateContract: (args) => _chunk4APUUDQKjs.simulateContract.call(void 0, client, args),
499
- uninstallFilter: (args) => _chunk4APUUDQKjs.uninstallFilter.call(void 0, client, args),
500
- waitForTransactionReceipt: (args) => _chunk4APUUDQKjs.waitForTransactionReceipt.call(void 0, client, args),
501
- watchBlocks: (args) => _chunk4APUUDQKjs.watchBlocks.call(void 0, client, args),
502
- watchBlockNumber: (args) => _chunk4APUUDQKjs.watchBlockNumber.call(void 0, client, args),
503
- watchContractEvent: (args) => _chunk4APUUDQKjs.watchContractEvent.call(void 0, client, args),
504
- watchEvent: (args) => _chunk4APUUDQKjs.watchEvent.call(void 0, client, args),
505
- watchPendingTransactions: (args) => _chunk4APUUDQKjs.watchPendingTransactions.call(void 0, client, args)
471
+ call: (args) => _chunkBY6O7352js.call.call(void 0, client, args),
472
+ createBlockFilter: () => _chunkBY6O7352js.createBlockFilter.call(void 0, client),
473
+ createContractEventFilter: (args) => _chunkBY6O7352js.createContractEventFilter.call(void 0, client, args),
474
+ createEventFilter: (args) => _chunkBY6O7352js.createEventFilter.call(void 0, client, args),
475
+ createPendingTransactionFilter: () => _chunkBY6O7352js.createPendingTransactionFilter.call(void 0, client),
476
+ estimateContractGas: (args) => _chunkBY6O7352js.estimateContractGas.call(void 0, client, args),
477
+ estimateGas: (args) => _chunkBY6O7352js.estimateGas.call(void 0, client, args),
478
+ getBalance: (args) => _chunkBY6O7352js.getBalance.call(void 0, client, args),
479
+ getBlock: (args) => _chunkBY6O7352js.getBlock.call(void 0, client, args),
480
+ getBlockNumber: (args) => _chunkBY6O7352js.getBlockNumber.call(void 0, client, args),
481
+ getBlockTransactionCount: (args) => _chunkBY6O7352js.getBlockTransactionCount.call(void 0, client, args),
482
+ getBytecode: (args) => _chunkBY6O7352js.getBytecode.call(void 0, client, args),
483
+ getChainId: () => _chunkBY6O7352js.getChainId.call(void 0, client),
484
+ getEnsAddress: (args) => _chunkRTDQEACRjs.getEnsAddress.call(void 0, client, args),
485
+ getEnsName: (args) => _chunkRTDQEACRjs.getEnsName.call(void 0, client, args),
486
+ getFeeHistory: (args) => _chunkBY6O7352js.getFeeHistory.call(void 0, client, args),
487
+ getFilterChanges: (args) => _chunkBY6O7352js.getFilterChanges.call(void 0, client, args),
488
+ getFilterLogs: (args) => _chunkBY6O7352js.getFilterLogs.call(void 0, client, args),
489
+ getGasPrice: () => _chunkBY6O7352js.getGasPrice.call(void 0, client),
490
+ getLogs: (args) => _chunkBY6O7352js.getLogs.call(void 0, client, args),
491
+ getStorageAt: (args) => _chunkBY6O7352js.getStorageAt.call(void 0, client, args),
492
+ getTransaction: (args) => _chunkBY6O7352js.getTransaction.call(void 0, client, args),
493
+ getTransactionConfirmations: (args) => _chunkBY6O7352js.getTransactionConfirmations.call(void 0, client, args),
494
+ getTransactionCount: (args) => _chunkBY6O7352js.getTransactionCount.call(void 0, client, args),
495
+ getTransactionReceipt: (args) => _chunkBY6O7352js.getTransactionReceipt.call(void 0, client, args),
496
+ multicall: (args) => _chunkBY6O7352js.multicall.call(void 0, client, args),
497
+ readContract: (args) => _chunkBY6O7352js.readContract.call(void 0, client, args),
498
+ simulateContract: (args) => _chunkBY6O7352js.simulateContract.call(void 0, client, args),
499
+ uninstallFilter: (args) => _chunkBY6O7352js.uninstallFilter.call(void 0, client, args),
500
+ waitForTransactionReceipt: (args) => _chunkBY6O7352js.waitForTransactionReceipt.call(void 0, client, args),
501
+ watchBlocks: (args) => _chunkBY6O7352js.watchBlocks.call(void 0, client, args),
502
+ watchBlockNumber: (args) => _chunkBY6O7352js.watchBlockNumber.call(void 0, client, args),
503
+ watchContractEvent: (args) => _chunkBY6O7352js.watchContractEvent.call(void 0, client, args),
504
+ watchEvent: (args) => _chunkBY6O7352js.watchEvent.call(void 0, client, args),
505
+ watchPendingTransactions: (args) => _chunkBY6O7352js.watchPendingTransactions.call(void 0, client, args)
506
506
  });
507
507
 
508
508
  // src/clients/decorators/test.ts
509
509
  var testActions = (client) => ({
510
- dropTransaction: (args) => _chunk4APUUDQKjs.dropTransaction.call(void 0, client, args),
511
- getAutomine: () => _chunk4APUUDQKjs.getAutomine.call(void 0, client),
512
- getTxpoolContent: () => _chunk4APUUDQKjs.getTxpoolContent.call(void 0, client),
513
- getTxpoolStatus: () => _chunk4APUUDQKjs.getTxpoolStatus.call(void 0, client),
514
- impersonateAccount: (args) => _chunk4APUUDQKjs.impersonateAccount.call(void 0, client, args),
515
- increaseTime: (args) => _chunk4APUUDQKjs.increaseTime.call(void 0, client, args),
516
- inspectTxpool: () => _chunk4APUUDQKjs.inspectTxpool.call(void 0, client),
517
- mine: (args) => _chunk4APUUDQKjs.mine.call(void 0, client, args),
518
- removeBlockTimestampInterval: () => _chunk4APUUDQKjs.removeBlockTimestampInterval.call(void 0, client),
519
- reset: (args) => _chunk4APUUDQKjs.reset.call(void 0, client, args),
520
- revert: (args) => _chunk4APUUDQKjs.revert.call(void 0, client, args),
521
- sendUnsignedTransaction: (args) => _chunk4APUUDQKjs.sendUnsignedTransaction.call(void 0, client, args),
522
- setAutomine: (args) => _chunk4APUUDQKjs.setAutomine.call(void 0, client, args),
523
- setBalance: (args) => _chunk4APUUDQKjs.setBalance.call(void 0, client, args),
524
- setBlockGasLimit: (args) => _chunk4APUUDQKjs.setBlockGasLimit.call(void 0, client, args),
525
- setBlockTimestampInterval: (args) => _chunk4APUUDQKjs.setBlockTimestampInterval.call(void 0, client, args),
526
- setCode: (args) => _chunk4APUUDQKjs.setCode.call(void 0, client, args),
527
- setCoinbase: (args) => _chunk4APUUDQKjs.setCoinbase.call(void 0, client, args),
528
- setIntervalMining: (args) => _chunk4APUUDQKjs.setIntervalMining.call(void 0, client, args),
529
- setLoggingEnabled: (args) => _chunk4APUUDQKjs.setLoggingEnabled.call(void 0, client, args),
530
- setMinGasPrice: (args) => _chunk4APUUDQKjs.setMinGasPrice.call(void 0, client, args),
531
- setNextBlockBaseFeePerGas: (args) => _chunk4APUUDQKjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
532
- setNextBlockTimestamp: (args) => _chunk4APUUDQKjs.setNextBlockTimestamp.call(void 0, client, args),
533
- setNonce: (args) => _chunk4APUUDQKjs.setNonce.call(void 0, client, args),
534
- setRpcUrl: (args) => _chunk4APUUDQKjs.setRpcUrl.call(void 0, client, args),
535
- setStorageAt: (args) => _chunk4APUUDQKjs.setStorageAt.call(void 0, client, args),
536
- snapshot: () => _chunk4APUUDQKjs.snapshot.call(void 0, client),
537
- stopImpersonatingAccount: (args) => _chunk4APUUDQKjs.stopImpersonatingAccount.call(void 0, client, args)
510
+ dropTransaction: (args) => _chunkBY6O7352js.dropTransaction.call(void 0, client, args),
511
+ getAutomine: () => _chunkBY6O7352js.getAutomine.call(void 0, client),
512
+ getTxpoolContent: () => _chunkBY6O7352js.getTxpoolContent.call(void 0, client),
513
+ getTxpoolStatus: () => _chunkBY6O7352js.getTxpoolStatus.call(void 0, client),
514
+ impersonateAccount: (args) => _chunkBY6O7352js.impersonateAccount.call(void 0, client, args),
515
+ increaseTime: (args) => _chunkBY6O7352js.increaseTime.call(void 0, client, args),
516
+ inspectTxpool: () => _chunkBY6O7352js.inspectTxpool.call(void 0, client),
517
+ mine: (args) => _chunkBY6O7352js.mine.call(void 0, client, args),
518
+ removeBlockTimestampInterval: () => _chunkBY6O7352js.removeBlockTimestampInterval.call(void 0, client),
519
+ reset: (args) => _chunkBY6O7352js.reset.call(void 0, client, args),
520
+ revert: (args) => _chunkBY6O7352js.revert.call(void 0, client, args),
521
+ sendUnsignedTransaction: (args) => _chunkBY6O7352js.sendUnsignedTransaction.call(void 0, client, args),
522
+ setAutomine: (args) => _chunkBY6O7352js.setAutomine.call(void 0, client, args),
523
+ setBalance: (args) => _chunkBY6O7352js.setBalance.call(void 0, client, args),
524
+ setBlockGasLimit: (args) => _chunkBY6O7352js.setBlockGasLimit.call(void 0, client, args),
525
+ setBlockTimestampInterval: (args) => _chunkBY6O7352js.setBlockTimestampInterval.call(void 0, client, args),
526
+ setCode: (args) => _chunkBY6O7352js.setCode.call(void 0, client, args),
527
+ setCoinbase: (args) => _chunkBY6O7352js.setCoinbase.call(void 0, client, args),
528
+ setIntervalMining: (args) => _chunkBY6O7352js.setIntervalMining.call(void 0, client, args),
529
+ setLoggingEnabled: (args) => _chunkBY6O7352js.setLoggingEnabled.call(void 0, client, args),
530
+ setMinGasPrice: (args) => _chunkBY6O7352js.setMinGasPrice.call(void 0, client, args),
531
+ setNextBlockBaseFeePerGas: (args) => _chunkBY6O7352js.setNextBlockBaseFeePerGas.call(void 0, client, args),
532
+ setNextBlockTimestamp: (args) => _chunkBY6O7352js.setNextBlockTimestamp.call(void 0, client, args),
533
+ setNonce: (args) => _chunkBY6O7352js.setNonce.call(void 0, client, args),
534
+ setRpcUrl: (args) => _chunkBY6O7352js.setRpcUrl.call(void 0, client, args),
535
+ setStorageAt: (args) => _chunkBY6O7352js.setStorageAt.call(void 0, client, args),
536
+ snapshot: () => _chunkBY6O7352js.snapshot.call(void 0, client),
537
+ stopImpersonatingAccount: (args) => _chunkBY6O7352js.stopImpersonatingAccount.call(void 0, client, args)
538
538
  });
539
539
 
540
540
  // src/clients/decorators/wallet.ts
541
541
  var walletActions = (client) => ({
542
- addChain: (args) => _chunk4APUUDQKjs.addChain.call(void 0, client, args),
543
- deployContract: (args) => _chunk4APUUDQKjs.deployContract.call(void 0, client, args),
544
- getAddresses: () => _chunk4APUUDQKjs.getAddresses.call(void 0, client),
545
- getChainId: () => _chunk4APUUDQKjs.getChainId.call(void 0, client),
546
- getPermissions: () => _chunk4APUUDQKjs.getPermissions.call(void 0, client),
547
- requestAddresses: () => _chunk4APUUDQKjs.requestAddresses.call(void 0, client),
548
- requestPermissions: (args) => _chunk4APUUDQKjs.requestPermissions.call(void 0, client, args),
549
- sendTransaction: (args) => _chunk4APUUDQKjs.sendTransaction.call(void 0, client, args),
550
- signMessage: (args) => _chunk4APUUDQKjs.signMessage.call(void 0, client, args),
551
- signTypedData: (args) => _chunk4APUUDQKjs.signTypedData.call(void 0, client, args),
552
- switchChain: (args) => _chunk4APUUDQKjs.switchChain.call(void 0, client, args),
553
- watchAsset: (args) => _chunk4APUUDQKjs.watchAsset.call(void 0, client, args),
554
- writeContract: (args) => _chunk4APUUDQKjs.writeContract.call(void 0, client, args)
542
+ addChain: (args) => _chunkBY6O7352js.addChain.call(void 0, client, args),
543
+ deployContract: (args) => _chunkBY6O7352js.deployContract.call(void 0, client, args),
544
+ getAddresses: () => _chunkBY6O7352js.getAddresses.call(void 0, client),
545
+ getChainId: () => _chunkBY6O7352js.getChainId.call(void 0, client),
546
+ getPermissions: () => _chunkBY6O7352js.getPermissions.call(void 0, client),
547
+ requestAddresses: () => _chunkBY6O7352js.requestAddresses.call(void 0, client),
548
+ requestPermissions: (args) => _chunkBY6O7352js.requestPermissions.call(void 0, client, args),
549
+ sendTransaction: (args) => _chunkBY6O7352js.sendTransaction.call(void 0, client, args),
550
+ signMessage: (args) => _chunkBY6O7352js.signMessage.call(void 0, client, args),
551
+ signTypedData: (args) => _chunkBY6O7352js.signTypedData.call(void 0, client, args),
552
+ switchChain: (args) => _chunkBY6O7352js.switchChain.call(void 0, client, args),
553
+ watchAsset: (args) => _chunkBY6O7352js.watchAsset.call(void 0, client, args),
554
+ writeContract: (args) => _chunkBY6O7352js.writeContract.call(void 0, client, args)
555
555
  });
556
556
 
557
557
  // src/clients/createPublicClient.ts
@@ -794,5 +794,5 @@ function createWalletClient({
794
794
 
795
795
 
796
796
 
797
- exports.AbiConstructorNotFoundError = _chunk4APUUDQKjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunk4APUUDQKjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunk4APUUDQKjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunk4APUUDQKjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunk4APUUDQKjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunk4APUUDQKjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunk4APUUDQKjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunk4APUUDQKjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunk4APUUDQKjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunk4APUUDQKjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunk4APUUDQKjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunk4APUUDQKjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunk4APUUDQKjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunk4APUUDQKjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunk4APUUDQKjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunk4APUUDQKjs.BaseError; exports.BlockNotFoundError = _chunk4APUUDQKjs.BlockNotFoundError; exports.CallExecutionError = _chunk4APUUDQKjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunk4APUUDQKjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunk4APUUDQKjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunk4APUUDQKjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunk4APUUDQKjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunk4APUUDQKjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunk4APUUDQKjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunk4APUUDQKjs.DecodeLogTopicsMismatch; exports.EstimateGasExecutionError = _chunk4APUUDQKjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunk4APUUDQKjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunk4APUUDQKjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunk4APUUDQKjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunk4APUUDQKjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunk4APUUDQKjs.HttpRequestError; exports.InsufficientFundsError = _chunk4APUUDQKjs.InsufficientFundsError; exports.InternalRpcError = _chunk4APUUDQKjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunk4APUUDQKjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunk4APUUDQKjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunk4APUUDQKjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunk4APUUDQKjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunk4APUUDQKjs.InvalidAddressError; exports.InvalidArrayError = _chunk4APUUDQKjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunk4APUUDQKjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunk4APUUDQKjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunk4APUUDQKjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunk4APUUDQKjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunk4APUUDQKjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunk4APUUDQKjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunk4APUUDQKjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunk4APUUDQKjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunk4APUUDQKjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunk4APUUDQKjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunk4APUUDQKjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunk4APUUDQKjs.NonceMaxValueError; exports.NonceTooHighError = _chunk4APUUDQKjs.NonceTooHighError; exports.NonceTooLowError = _chunk4APUUDQKjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunk4APUUDQKjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunk4APUUDQKjs.ParseRpcError; exports.RawContractError = _chunk4APUUDQKjs.RawContractError; exports.RequestError = _chunk4APUUDQKjs.RequestError; exports.ResourceNotFoundRpcError = _chunk4APUUDQKjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunk4APUUDQKjs.ResourceUnavailableRpcError; exports.RpcError = _chunk4APUUDQKjs.RpcError; exports.RpcRequestError = _chunk4APUUDQKjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunk4APUUDQKjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunk4APUUDQKjs.SwitchChainError; exports.TimeoutError = _chunk4APUUDQKjs.TimeoutError; exports.TipAboveFeeCapError = _chunk4APUUDQKjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunk4APUUDQKjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunk4APUUDQKjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunk4APUUDQKjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunk4APUUDQKjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunk4APUUDQKjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunk4APUUDQKjs.UnknownNodeError; exports.UnknownRpcError = _chunk4APUUDQKjs.UnknownRpcError; exports.UrlRequiredError = _chunk4APUUDQKjs.UrlRequiredError; exports.UserRejectedRequestError = _chunk4APUUDQKjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunk4APUUDQKjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunk4APUUDQKjs.WebSocketRequestError; exports.boolToBytes = _chunk4APUUDQKjs.boolToBytes; exports.boolToHex = _chunk4APUUDQKjs.boolToHex; exports.bytesToBigint = _chunk4APUUDQKjs.bytesToBigint; exports.bytesToBool = _chunk4APUUDQKjs.bytesToBool; exports.bytesToHex = _chunk4APUUDQKjs.bytesToHex; exports.bytesToNumber = _chunk4APUUDQKjs.bytesToNumber; exports.bytesToString = _chunk4APUUDQKjs.bytesToString; exports.concat = _chunk4APUUDQKjs.concat; exports.concatBytes = _chunk4APUUDQKjs.concatBytes; exports.concatHex = _chunk4APUUDQKjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunk4APUUDQKjs.decodeAbiParameters; exports.decodeErrorResult = _chunk4APUUDQKjs.decodeErrorResult; exports.decodeEventLog = _chunk4APUUDQKjs.decodeEventLog; exports.decodeFunctionData = _chunk4APUUDQKjs.decodeFunctionData; exports.decodeFunctionResult = _chunk4APUUDQKjs.decodeFunctionResult; exports.defineBlock = _chunk4APUUDQKjs.defineBlock; exports.defineChain = _chunk4APUUDQKjs.defineChain; exports.defineTransaction = _chunk4APUUDQKjs.defineTransaction; exports.defineTransactionReceipt = _chunk4APUUDQKjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunk4APUUDQKjs.defineTransactionRequest; exports.encodeAbiParameters = _chunk4APUUDQKjs.encodeAbiParameters; exports.encodeDeployData = _chunk4APUUDQKjs.encodeDeployData; exports.encodeErrorResult = _chunk4APUUDQKjs.encodeErrorResult; exports.encodeEventTopics = _chunk4APUUDQKjs.encodeEventTopics; exports.encodeFunctionData = _chunk4APUUDQKjs.encodeFunctionData; exports.encodeFunctionResult = _chunk4APUUDQKjs.encodeFunctionResult; exports.encodePacked = _chunk4APUUDQKjs.encodePacked; exports.etherUnits = _chunk4APUUDQKjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunk4APUUDQKjs.formatBlock; exports.formatEther = _chunk4APUUDQKjs.formatEther; exports.formatGwei = _chunk4APUUDQKjs.formatGwei; exports.formatTransaction = _chunk4APUUDQKjs.formatTransaction; exports.formatTransactionRequest = _chunk4APUUDQKjs.formatTransactionRequest; exports.formatUnits = _chunk4APUUDQKjs.formatUnits; exports.fromBytes = _chunk4APUUDQKjs.fromBytes; exports.fromHex = _chunk4APUUDQKjs.fromHex; exports.fromRlp = _chunk4APUUDQKjs.fromRlp; exports.getAbiItem = _chunk4APUUDQKjs.getAbiItem; exports.getAccount = _chunk4APUUDQKjs.getAccount; exports.getAddress = _chunk4APUUDQKjs.getAddress; exports.getContractAddress = _chunk4APUUDQKjs.getContractAddress; exports.getContractError = _chunk4APUUDQKjs.getContractError; exports.getCreate2Address = _chunk4APUUDQKjs.getCreate2Address; exports.getCreateAddress = _chunk4APUUDQKjs.getCreateAddress; exports.getEventSelector = _chunk4APUUDQKjs.getEventSelector; exports.getFunctionSelector = _chunk4APUUDQKjs.getFunctionSelector; exports.gweiUnits = _chunk4APUUDQKjs.gweiUnits; exports.hashMessage = _chunk4APUUDQKjs.hashMessage; exports.hexToBigInt = _chunk4APUUDQKjs.hexToBigInt; exports.hexToBool = _chunk4APUUDQKjs.hexToBool; exports.hexToBytes = _chunk4APUUDQKjs.hexToBytes; exports.hexToNumber = _chunk4APUUDQKjs.hexToNumber; exports.hexToString = _chunk4APUUDQKjs.hexToString; exports.http = http; exports.isAddress = _chunk4APUUDQKjs.isAddress; exports.isAddressEqual = _chunk4APUUDQKjs.isAddressEqual; exports.isBytes = _chunk4APUUDQKjs.isBytes; exports.isHex = _chunk4APUUDQKjs.isHex; exports.keccak256 = _chunk4APUUDQKjs.keccak256; exports.labelhash = _chunkFGHDFVECjs.labelhash; exports.multicall3Abi = _chunk4APUUDQKjs.multicall3Abi; exports.namehash = _chunkFGHDFVECjs.namehash; exports.numberToBytes = _chunk4APUUDQKjs.numberToBytes; exports.numberToHex = _chunk4APUUDQKjs.numberToHex; exports.pad = _chunk4APUUDQKjs.pad; exports.padBytes = _chunk4APUUDQKjs.padBytes; exports.padHex = _chunk4APUUDQKjs.padHex; exports.parseAbi = _chunk4APUUDQKjs.parseAbi; exports.parseAbiItem = _chunk4APUUDQKjs.parseAbiItem; exports.parseAbiParameter = _chunk4APUUDQKjs.parseAbiParameter; exports.parseAbiParameters = _chunk4APUUDQKjs.parseAbiParameters; exports.parseEther = _chunk4APUUDQKjs.parseEther; exports.parseGwei = _chunk4APUUDQKjs.parseGwei; exports.parseUnits = _chunk4APUUDQKjs.parseUnits; exports.recoverAddress = _chunk4APUUDQKjs.recoverAddress; exports.size = _chunk4APUUDQKjs.size; exports.slice = _chunk4APUUDQKjs.slice; exports.sliceBytes = _chunk4APUUDQKjs.sliceBytes; exports.sliceHex = _chunk4APUUDQKjs.sliceHex; exports.stringToBytes = _chunk4APUUDQKjs.stringToBytes; exports.stringToHex = _chunk4APUUDQKjs.stringToHex; exports.stringify = _chunk4APUUDQKjs.stringify; exports.toBytes = _chunk4APUUDQKjs.toBytes; exports.toHex = _chunk4APUUDQKjs.toHex; exports.toRlp = _chunk4APUUDQKjs.toRlp; exports.transactionType = _chunk4APUUDQKjs.transactionType; exports.trim = _chunk4APUUDQKjs.trim; exports.webSocket = webSocket; exports.weiUnits = _chunk4APUUDQKjs.weiUnits;
797
+ exports.AbiConstructorNotFoundError = _chunkBY6O7352js.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkBY6O7352js.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkBY6O7352js.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkBY6O7352js.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkBY6O7352js.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkBY6O7352js.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkBY6O7352js.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkBY6O7352js.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkBY6O7352js.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkBY6O7352js.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkBY6O7352js.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkBY6O7352js.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkBY6O7352js.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkBY6O7352js.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkBY6O7352js.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkBY6O7352js.BaseError; exports.BlockNotFoundError = _chunkBY6O7352js.BlockNotFoundError; exports.CallExecutionError = _chunkBY6O7352js.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkBY6O7352js.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkBY6O7352js.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkBY6O7352js.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkBY6O7352js.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkBY6O7352js.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkBY6O7352js.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkBY6O7352js.DecodeLogTopicsMismatch; exports.EstimateGasExecutionError = _chunkBY6O7352js.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkBY6O7352js.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkBY6O7352js.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkBY6O7352js.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkBY6O7352js.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkBY6O7352js.HttpRequestError; exports.InsufficientFundsError = _chunkBY6O7352js.InsufficientFundsError; exports.InternalRpcError = _chunkBY6O7352js.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkBY6O7352js.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkBY6O7352js.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkBY6O7352js.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkBY6O7352js.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkBY6O7352js.InvalidAddressError; exports.InvalidArrayError = _chunkBY6O7352js.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkBY6O7352js.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkBY6O7352js.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkBY6O7352js.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkBY6O7352js.InvalidHexValueError; exports.InvalidInputRpcError = _chunkBY6O7352js.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkBY6O7352js.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkBY6O7352js.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkBY6O7352js.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkBY6O7352js.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkBY6O7352js.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkBY6O7352js.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkBY6O7352js.NonceMaxValueError; exports.NonceTooHighError = _chunkBY6O7352js.NonceTooHighError; exports.NonceTooLowError = _chunkBY6O7352js.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkBY6O7352js.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkBY6O7352js.ParseRpcError; exports.RawContractError = _chunkBY6O7352js.RawContractError; exports.RequestError = _chunkBY6O7352js.RequestError; exports.ResourceNotFoundRpcError = _chunkBY6O7352js.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkBY6O7352js.ResourceUnavailableRpcError; exports.RpcError = _chunkBY6O7352js.RpcError; exports.RpcRequestError = _chunkBY6O7352js.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkBY6O7352js.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkBY6O7352js.SwitchChainError; exports.TimeoutError = _chunkBY6O7352js.TimeoutError; exports.TipAboveFeeCapError = _chunkBY6O7352js.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkBY6O7352js.TransactionExecutionError; exports.TransactionNotFoundError = _chunkBY6O7352js.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkBY6O7352js.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkBY6O7352js.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkBY6O7352js.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkBY6O7352js.UnknownNodeError; exports.UnknownRpcError = _chunkBY6O7352js.UnknownRpcError; exports.UrlRequiredError = _chunkBY6O7352js.UrlRequiredError; exports.UserRejectedRequestError = _chunkBY6O7352js.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkBY6O7352js.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkBY6O7352js.WebSocketRequestError; exports.boolToBytes = _chunkBY6O7352js.boolToBytes; exports.boolToHex = _chunkBY6O7352js.boolToHex; exports.bytesToBigint = _chunkBY6O7352js.bytesToBigint; exports.bytesToBool = _chunkBY6O7352js.bytesToBool; exports.bytesToHex = _chunkBY6O7352js.bytesToHex; exports.bytesToNumber = _chunkBY6O7352js.bytesToNumber; exports.bytesToString = _chunkBY6O7352js.bytesToString; exports.concat = _chunkBY6O7352js.concat; exports.concatBytes = _chunkBY6O7352js.concatBytes; exports.concatHex = _chunkBY6O7352js.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkBY6O7352js.decodeAbiParameters; exports.decodeErrorResult = _chunkBY6O7352js.decodeErrorResult; exports.decodeEventLog = _chunkBY6O7352js.decodeEventLog; exports.decodeFunctionData = _chunkBY6O7352js.decodeFunctionData; exports.decodeFunctionResult = _chunkBY6O7352js.decodeFunctionResult; exports.defineBlock = _chunkBY6O7352js.defineBlock; exports.defineChain = _chunkBY6O7352js.defineChain; exports.defineTransaction = _chunkBY6O7352js.defineTransaction; exports.defineTransactionReceipt = _chunkBY6O7352js.defineTransactionReceipt; exports.defineTransactionRequest = _chunkBY6O7352js.defineTransactionRequest; exports.encodeAbiParameters = _chunkBY6O7352js.encodeAbiParameters; exports.encodeDeployData = _chunkBY6O7352js.encodeDeployData; exports.encodeErrorResult = _chunkBY6O7352js.encodeErrorResult; exports.encodeEventTopics = _chunkBY6O7352js.encodeEventTopics; exports.encodeFunctionData = _chunkBY6O7352js.encodeFunctionData; exports.encodeFunctionResult = _chunkBY6O7352js.encodeFunctionResult; exports.encodePacked = _chunkBY6O7352js.encodePacked; exports.etherUnits = _chunkBY6O7352js.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkBY6O7352js.formatBlock; exports.formatEther = _chunkBY6O7352js.formatEther; exports.formatGwei = _chunkBY6O7352js.formatGwei; exports.formatTransaction = _chunkBY6O7352js.formatTransaction; exports.formatTransactionRequest = _chunkBY6O7352js.formatTransactionRequest; exports.formatUnits = _chunkBY6O7352js.formatUnits; exports.fromBytes = _chunkBY6O7352js.fromBytes; exports.fromHex = _chunkBY6O7352js.fromHex; exports.fromRlp = _chunkBY6O7352js.fromRlp; exports.getAbiItem = _chunkBY6O7352js.getAbiItem; exports.getAccount = _chunkBY6O7352js.getAccount; exports.getAddress = _chunkBY6O7352js.getAddress; exports.getContractAddress = _chunkBY6O7352js.getContractAddress; exports.getContractError = _chunkBY6O7352js.getContractError; exports.getCreate2Address = _chunkBY6O7352js.getCreate2Address; exports.getCreateAddress = _chunkBY6O7352js.getCreateAddress; exports.getEventSelector = _chunkBY6O7352js.getEventSelector; exports.getFunctionSelector = _chunkBY6O7352js.getFunctionSelector; exports.gweiUnits = _chunkBY6O7352js.gweiUnits; exports.hashMessage = _chunkBY6O7352js.hashMessage; exports.hexToBigInt = _chunkBY6O7352js.hexToBigInt; exports.hexToBool = _chunkBY6O7352js.hexToBool; exports.hexToBytes = _chunkBY6O7352js.hexToBytes; exports.hexToNumber = _chunkBY6O7352js.hexToNumber; exports.hexToString = _chunkBY6O7352js.hexToString; exports.http = http; exports.isAddress = _chunkBY6O7352js.isAddress; exports.isAddressEqual = _chunkBY6O7352js.isAddressEqual; exports.isBytes = _chunkBY6O7352js.isBytes; exports.isHex = _chunkBY6O7352js.isHex; exports.keccak256 = _chunkBY6O7352js.keccak256; exports.labelhash = _chunkRTDQEACRjs.labelhash; exports.multicall3Abi = _chunkBY6O7352js.multicall3Abi; exports.namehash = _chunkRTDQEACRjs.namehash; exports.numberToBytes = _chunkBY6O7352js.numberToBytes; exports.numberToHex = _chunkBY6O7352js.numberToHex; exports.pad = _chunkBY6O7352js.pad; exports.padBytes = _chunkBY6O7352js.padBytes; exports.padHex = _chunkBY6O7352js.padHex; exports.parseAbi = _chunkBY6O7352js.parseAbi; exports.parseAbiItem = _chunkBY6O7352js.parseAbiItem; exports.parseAbiParameter = _chunkBY6O7352js.parseAbiParameter; exports.parseAbiParameters = _chunkBY6O7352js.parseAbiParameters; exports.parseEther = _chunkBY6O7352js.parseEther; exports.parseGwei = _chunkBY6O7352js.parseGwei; exports.parseUnits = _chunkBY6O7352js.parseUnits; exports.recoverAddress = _chunkBY6O7352js.recoverAddress; exports.size = _chunkBY6O7352js.size; exports.slice = _chunkBY6O7352js.slice; exports.sliceBytes = _chunkBY6O7352js.sliceBytes; exports.sliceHex = _chunkBY6O7352js.sliceHex; exports.stringToBytes = _chunkBY6O7352js.stringToBytes; exports.stringToHex = _chunkBY6O7352js.stringToHex; exports.stringify = _chunkBY6O7352js.stringify; exports.toBytes = _chunkBY6O7352js.toBytes; exports.toHex = _chunkBY6O7352js.toHex; exports.toRlp = _chunkBY6O7352js.toRlp; exports.transactionType = _chunkBY6O7352js.transactionType; exports.trim = _chunkBY6O7352js.trim; exports.webSocket = webSocket; exports.weiUnits = _chunkBY6O7352js.weiUnits;
798
798
  //# 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-NVOOOH72.mjs";
6
+ } from "./chunk-CRUV4VWS.mjs";
7
7
  import {
8
8
  AbiConstructorNotFoundError,
9
9
  AbiConstructorParamsNotFoundError,
@@ -243,7 +243,7 @@ import {
243
243
  watchPendingTransactions,
244
244
  weiUnits,
245
245
  writeContract
246
- } from "./chunk-MGOCDAKD.mjs";
246
+ } from "./chunk-TC3TBWEH.mjs";
247
247
 
248
248
  // src/clients/transports/createTransport.ts
249
249
  function createTransport({
package/dist/public.js CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- var _chunk4APUUDQKjs = require('./chunk-4APUUDQK.js');
29
+ var _chunkBY6O7352js = require('./chunk-BY6O7352.js');
30
30
 
31
31
 
32
32
 
@@ -55,5 +55,5 @@ var _chunk4APUUDQKjs = require('./chunk-4APUUDQK.js');
55
55
 
56
56
 
57
57
 
58
- exports.call = _chunk4APUUDQKjs.call; exports.createBlockFilter = _chunk4APUUDQKjs.createBlockFilter; exports.createEventFilter = _chunk4APUUDQKjs.createEventFilter; exports.createPendingTransactionFilter = _chunk4APUUDQKjs.createPendingTransactionFilter; exports.estimateGas = _chunk4APUUDQKjs.estimateGas; exports.getBalance = _chunk4APUUDQKjs.getBalance; exports.getBlock = _chunk4APUUDQKjs.getBlock; exports.getBlockNumber = _chunk4APUUDQKjs.getBlockNumber; exports.getBlockNumberCache = _chunk4APUUDQKjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunk4APUUDQKjs.getBlockTransactionCount; exports.getBytecode = _chunk4APUUDQKjs.getBytecode; exports.getChainId = _chunk4APUUDQKjs.getChainId; exports.getFeeHistory = _chunk4APUUDQKjs.getFeeHistory; exports.getFilterChanges = _chunk4APUUDQKjs.getFilterChanges; exports.getFilterLogs = _chunk4APUUDQKjs.getFilterLogs; exports.getGasPrice = _chunk4APUUDQKjs.getGasPrice; exports.getLogs = _chunk4APUUDQKjs.getLogs; exports.getTransaction = _chunk4APUUDQKjs.getTransaction; exports.getTransactionConfirmations = _chunk4APUUDQKjs.getTransactionConfirmations; exports.getTransactionCount = _chunk4APUUDQKjs.getTransactionCount; exports.getTransactionReceipt = _chunk4APUUDQKjs.getTransactionReceipt; exports.uninstallFilter = _chunk4APUUDQKjs.uninstallFilter; exports.waitForTransactionReceipt = _chunk4APUUDQKjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunk4APUUDQKjs.watchBlockNumber; exports.watchBlocks = _chunk4APUUDQKjs.watchBlocks; exports.watchEvent = _chunk4APUUDQKjs.watchEvent; exports.watchPendingTransactions = _chunk4APUUDQKjs.watchPendingTransactions;
58
+ exports.call = _chunkBY6O7352js.call; exports.createBlockFilter = _chunkBY6O7352js.createBlockFilter; exports.createEventFilter = _chunkBY6O7352js.createEventFilter; exports.createPendingTransactionFilter = _chunkBY6O7352js.createPendingTransactionFilter; exports.estimateGas = _chunkBY6O7352js.estimateGas; exports.getBalance = _chunkBY6O7352js.getBalance; exports.getBlock = _chunkBY6O7352js.getBlock; exports.getBlockNumber = _chunkBY6O7352js.getBlockNumber; exports.getBlockNumberCache = _chunkBY6O7352js.getBlockNumberCache; exports.getBlockTransactionCount = _chunkBY6O7352js.getBlockTransactionCount; exports.getBytecode = _chunkBY6O7352js.getBytecode; exports.getChainId = _chunkBY6O7352js.getChainId; exports.getFeeHistory = _chunkBY6O7352js.getFeeHistory; exports.getFilterChanges = _chunkBY6O7352js.getFilterChanges; exports.getFilterLogs = _chunkBY6O7352js.getFilterLogs; exports.getGasPrice = _chunkBY6O7352js.getGasPrice; exports.getLogs = _chunkBY6O7352js.getLogs; exports.getTransaction = _chunkBY6O7352js.getTransaction; exports.getTransactionConfirmations = _chunkBY6O7352js.getTransactionConfirmations; exports.getTransactionCount = _chunkBY6O7352js.getTransactionCount; exports.getTransactionReceipt = _chunkBY6O7352js.getTransactionReceipt; exports.uninstallFilter = _chunkBY6O7352js.uninstallFilter; exports.waitForTransactionReceipt = _chunkBY6O7352js.waitForTransactionReceipt; exports.watchBlockNumber = _chunkBY6O7352js.watchBlockNumber; exports.watchBlocks = _chunkBY6O7352js.watchBlocks; exports.watchEvent = _chunkBY6O7352js.watchEvent; exports.watchPendingTransactions = _chunkBY6O7352js.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-MGOCDAKD.mjs";
29
+ } from "./chunk-TC3TBWEH.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 _chunk4APUUDQKjs = require('./chunk-4APUUDQK.js');
30
+ var _chunkBY6O7352js = require('./chunk-BY6O7352.js');
31
31
 
32
32
 
33
33
 
@@ -57,5 +57,5 @@ var _chunk4APUUDQKjs = require('./chunk-4APUUDQK.js');
57
57
 
58
58
 
59
59
 
60
- exports.dropTransaction = _chunk4APUUDQKjs.dropTransaction; exports.getAutomine = _chunk4APUUDQKjs.getAutomine; exports.getTxpoolContent = _chunk4APUUDQKjs.getTxpoolContent; exports.getTxpoolStatus = _chunk4APUUDQKjs.getTxpoolStatus; exports.impersonateAccount = _chunk4APUUDQKjs.impersonateAccount; exports.increaseTime = _chunk4APUUDQKjs.increaseTime; exports.inspectTxpool = _chunk4APUUDQKjs.inspectTxpool; exports.mine = _chunk4APUUDQKjs.mine; exports.removeBlockTimestampInterval = _chunk4APUUDQKjs.removeBlockTimestampInterval; exports.reset = _chunk4APUUDQKjs.reset; exports.revert = _chunk4APUUDQKjs.revert; exports.sendUnsignedTransaction = _chunk4APUUDQKjs.sendUnsignedTransaction; exports.setAutomine = _chunk4APUUDQKjs.setAutomine; exports.setBalance = _chunk4APUUDQKjs.setBalance; exports.setBlockGasLimit = _chunk4APUUDQKjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunk4APUUDQKjs.setBlockTimestampInterval; exports.setCode = _chunk4APUUDQKjs.setCode; exports.setCoinbase = _chunk4APUUDQKjs.setCoinbase; exports.setIntervalMining = _chunk4APUUDQKjs.setIntervalMining; exports.setLoggingEnabled = _chunk4APUUDQKjs.setLoggingEnabled; exports.setMinGasPrice = _chunk4APUUDQKjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunk4APUUDQKjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunk4APUUDQKjs.setNextBlockTimestamp; exports.setNonce = _chunk4APUUDQKjs.setNonce; exports.setRpcUrl = _chunk4APUUDQKjs.setRpcUrl; exports.setStorageAt = _chunk4APUUDQKjs.setStorageAt; exports.snapshot = _chunk4APUUDQKjs.snapshot; exports.stopImpersonatingAccount = _chunk4APUUDQKjs.stopImpersonatingAccount;
60
+ exports.dropTransaction = _chunkBY6O7352js.dropTransaction; exports.getAutomine = _chunkBY6O7352js.getAutomine; exports.getTxpoolContent = _chunkBY6O7352js.getTxpoolContent; exports.getTxpoolStatus = _chunkBY6O7352js.getTxpoolStatus; exports.impersonateAccount = _chunkBY6O7352js.impersonateAccount; exports.increaseTime = _chunkBY6O7352js.increaseTime; exports.inspectTxpool = _chunkBY6O7352js.inspectTxpool; exports.mine = _chunkBY6O7352js.mine; exports.removeBlockTimestampInterval = _chunkBY6O7352js.removeBlockTimestampInterval; exports.reset = _chunkBY6O7352js.reset; exports.revert = _chunkBY6O7352js.revert; exports.sendUnsignedTransaction = _chunkBY6O7352js.sendUnsignedTransaction; exports.setAutomine = _chunkBY6O7352js.setAutomine; exports.setBalance = _chunkBY6O7352js.setBalance; exports.setBlockGasLimit = _chunkBY6O7352js.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkBY6O7352js.setBlockTimestampInterval; exports.setCode = _chunkBY6O7352js.setCode; exports.setCoinbase = _chunkBY6O7352js.setCoinbase; exports.setIntervalMining = _chunkBY6O7352js.setIntervalMining; exports.setLoggingEnabled = _chunkBY6O7352js.setLoggingEnabled; exports.setMinGasPrice = _chunkBY6O7352js.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkBY6O7352js.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkBY6O7352js.setNextBlockTimestamp; exports.setNonce = _chunkBY6O7352js.setNonce; exports.setRpcUrl = _chunkBY6O7352js.setRpcUrl; exports.setStorageAt = _chunkBY6O7352js.setStorageAt; exports.snapshot = _chunkBY6O7352js.snapshot; exports.stopImpersonatingAccount = _chunkBY6O7352js.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-MGOCDAKD.mjs";
30
+ } from "./chunk-TC3TBWEH.mjs";
31
31
  export {
32
32
  dropTransaction,
33
33
  getAutomine,
@@ -105,7 +105,7 @@
105
105
 
106
106
 
107
107
 
108
- var _chunk4APUUDQKjs = require('../chunk-4APUUDQK.js');
108
+ var _chunkBY6O7352js = require('../chunk-BY6O7352.js');
109
109
 
110
110
 
111
111
 
@@ -213,5 +213,5 @@ var _chunk4APUUDQKjs = require('../chunk-4APUUDQK.js');
213
213
 
214
214
 
215
215
 
216
- exports.arrayRegex = _chunk4APUUDQKjs.arrayRegex; exports.assertRequest = _chunk4APUUDQKjs.assertRequest; exports.boolToBytes = _chunk4APUUDQKjs.boolToBytes; exports.boolToHex = _chunk4APUUDQKjs.boolToHex; exports.buildRequest = _chunk4APUUDQKjs.buildRequest; exports.bytesRegex = _chunk4APUUDQKjs.bytesRegex; exports.bytesToBigint = _chunk4APUUDQKjs.bytesToBigint; exports.bytesToBool = _chunk4APUUDQKjs.bytesToBool; exports.bytesToHex = _chunk4APUUDQKjs.bytesToHex; exports.bytesToNumber = _chunk4APUUDQKjs.bytesToNumber; exports.bytesToString = _chunk4APUUDQKjs.bytesToString; exports.concat = _chunk4APUUDQKjs.concat; exports.concatBytes = _chunk4APUUDQKjs.concatBytes; exports.concatHex = _chunk4APUUDQKjs.concatHex; exports.containsNodeError = _chunk4APUUDQKjs.containsNodeError; exports.decodeAbiParameters = _chunk4APUUDQKjs.decodeAbiParameters; exports.decodeErrorResult = _chunk4APUUDQKjs.decodeErrorResult; exports.decodeEventLog = _chunk4APUUDQKjs.decodeEventLog; exports.decodeFunctionData = _chunk4APUUDQKjs.decodeFunctionData; exports.decodeFunctionResult = _chunk4APUUDQKjs.decodeFunctionResult; exports.defineBlock = _chunk4APUUDQKjs.defineBlock; exports.defineChain = _chunk4APUUDQKjs.defineChain; exports.defineFormatter = _chunk4APUUDQKjs.defineFormatter; exports.defineTransaction = _chunk4APUUDQKjs.defineTransaction; exports.defineTransactionReceipt = _chunk4APUUDQKjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunk4APUUDQKjs.defineTransactionRequest; exports.encodeAbiParameters = _chunk4APUUDQKjs.encodeAbiParameters; exports.encodeDeployData = _chunk4APUUDQKjs.encodeDeployData; exports.encodeErrorResult = _chunk4APUUDQKjs.encodeErrorResult; exports.encodeEventTopics = _chunk4APUUDQKjs.encodeEventTopics; exports.encodeFunctionData = _chunk4APUUDQKjs.encodeFunctionData; exports.encodeFunctionResult = _chunk4APUUDQKjs.encodeFunctionResult; exports.encodePacked = _chunk4APUUDQKjs.encodePacked; exports.extract = _chunk4APUUDQKjs.extract; exports.extractFunctionName = _chunk4APUUDQKjs.extractFunctionName; exports.extractFunctionParams = _chunk4APUUDQKjs.extractFunctionParams; exports.extractFunctionParts = _chunk4APUUDQKjs.extractFunctionParts; exports.extractFunctionType = _chunk4APUUDQKjs.extractFunctionType; exports.format = _chunk4APUUDQKjs.format; exports.formatAbiItem = _chunk4APUUDQKjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunk4APUUDQKjs.formatAbiItemWithArgs; exports.formatBlock = _chunk4APUUDQKjs.formatBlock; exports.formatEther = _chunk4APUUDQKjs.formatEther; exports.formatGwei = _chunk4APUUDQKjs.formatGwei; exports.formatTransaction = _chunk4APUUDQKjs.formatTransaction; exports.formatTransactionRequest = _chunk4APUUDQKjs.formatTransactionRequest; exports.formatUnits = _chunk4APUUDQKjs.formatUnits; exports.fromBytes = _chunk4APUUDQKjs.fromBytes; exports.fromHex = _chunk4APUUDQKjs.fromHex; exports.fromRlp = _chunk4APUUDQKjs.fromRlp; exports.getAbiItem = _chunk4APUUDQKjs.getAbiItem; exports.getAccount = _chunk4APUUDQKjs.getAccount; exports.getAddress = _chunk4APUUDQKjs.getAddress; exports.getCallError = _chunk4APUUDQKjs.getCallError; exports.getChainContractAddress = _chunk4APUUDQKjs.getChainContractAddress; exports.getContractAddress = _chunk4APUUDQKjs.getContractAddress; exports.getContractError = _chunk4APUUDQKjs.getContractError; exports.getCreate2Address = _chunk4APUUDQKjs.getCreate2Address; exports.getCreateAddress = _chunk4APUUDQKjs.getCreateAddress; exports.getEstimateGasError = _chunk4APUUDQKjs.getEstimateGasError; exports.getEventSelector = _chunk4APUUDQKjs.getEventSelector; exports.getFunctionSelector = _chunk4APUUDQKjs.getFunctionSelector; exports.getNodeError = _chunk4APUUDQKjs.getNodeError; exports.getSocket = _chunk4APUUDQKjs.getSocket; exports.getTransactionError = _chunk4APUUDQKjs.getTransactionError; exports.hashMessage = _chunk4APUUDQKjs.hashMessage; exports.hexToBigInt = _chunk4APUUDQKjs.hexToBigInt; exports.hexToBool = _chunk4APUUDQKjs.hexToBool; exports.hexToBytes = _chunk4APUUDQKjs.hexToBytes; exports.hexToNumber = _chunk4APUUDQKjs.hexToNumber; exports.hexToString = _chunk4APUUDQKjs.hexToString; exports.integerRegex = _chunk4APUUDQKjs.integerRegex; exports.isAddress = _chunk4APUUDQKjs.isAddress; exports.isAddressEqual = _chunk4APUUDQKjs.isAddressEqual; exports.isBytes = _chunk4APUUDQKjs.isBytes; exports.isHex = _chunk4APUUDQKjs.isHex; exports.keccak256 = _chunk4APUUDQKjs.keccak256; exports.numberToBytes = _chunk4APUUDQKjs.numberToBytes; exports.numberToHex = _chunk4APUUDQKjs.numberToHex; exports.pad = _chunk4APUUDQKjs.pad; exports.padBytes = _chunk4APUUDQKjs.padBytes; exports.padHex = _chunk4APUUDQKjs.padHex; exports.parseAbi = _chunk4APUUDQKjs.parseAbi; exports.parseAbiItem = _chunk4APUUDQKjs.parseAbiItem; exports.parseAbiParameter = _chunk4APUUDQKjs.parseAbiParameter; exports.parseAbiParameters = _chunk4APUUDQKjs.parseAbiParameters; exports.parseEther = _chunk4APUUDQKjs.parseEther; exports.parseGwei = _chunk4APUUDQKjs.parseGwei; exports.parseUnits = _chunk4APUUDQKjs.parseUnits; exports.prepareRequest = _chunk4APUUDQKjs.prepareRequest; exports.recoverAddress = _chunk4APUUDQKjs.recoverAddress; exports.recoverMessageAddress = _chunk4APUUDQKjs.recoverMessageAddress; exports.rpc = _chunk4APUUDQKjs.rpc; exports.size = _chunk4APUUDQKjs.size; exports.slice = _chunk4APUUDQKjs.slice; exports.sliceBytes = _chunk4APUUDQKjs.sliceBytes; exports.sliceHex = _chunk4APUUDQKjs.sliceHex; exports.stringToBytes = _chunk4APUUDQKjs.stringToBytes; exports.stringToHex = _chunk4APUUDQKjs.stringToHex; exports.stringify = _chunk4APUUDQKjs.stringify; exports.toBytes = _chunk4APUUDQKjs.toBytes; exports.toHex = _chunk4APUUDQKjs.toHex; exports.toRlp = _chunk4APUUDQKjs.toRlp; exports.transactionType = _chunk4APUUDQKjs.transactionType; exports.trim = _chunk4APUUDQKjs.trim; exports.verifyMessage = _chunk4APUUDQKjs.verifyMessage;
216
+ exports.arrayRegex = _chunkBY6O7352js.arrayRegex; exports.assertRequest = _chunkBY6O7352js.assertRequest; exports.boolToBytes = _chunkBY6O7352js.boolToBytes; exports.boolToHex = _chunkBY6O7352js.boolToHex; exports.buildRequest = _chunkBY6O7352js.buildRequest; exports.bytesRegex = _chunkBY6O7352js.bytesRegex; exports.bytesToBigint = _chunkBY6O7352js.bytesToBigint; exports.bytesToBool = _chunkBY6O7352js.bytesToBool; exports.bytesToHex = _chunkBY6O7352js.bytesToHex; exports.bytesToNumber = _chunkBY6O7352js.bytesToNumber; exports.bytesToString = _chunkBY6O7352js.bytesToString; exports.concat = _chunkBY6O7352js.concat; exports.concatBytes = _chunkBY6O7352js.concatBytes; exports.concatHex = _chunkBY6O7352js.concatHex; exports.containsNodeError = _chunkBY6O7352js.containsNodeError; exports.decodeAbiParameters = _chunkBY6O7352js.decodeAbiParameters; exports.decodeErrorResult = _chunkBY6O7352js.decodeErrorResult; exports.decodeEventLog = _chunkBY6O7352js.decodeEventLog; exports.decodeFunctionData = _chunkBY6O7352js.decodeFunctionData; exports.decodeFunctionResult = _chunkBY6O7352js.decodeFunctionResult; exports.defineBlock = _chunkBY6O7352js.defineBlock; exports.defineChain = _chunkBY6O7352js.defineChain; exports.defineFormatter = _chunkBY6O7352js.defineFormatter; exports.defineTransaction = _chunkBY6O7352js.defineTransaction; exports.defineTransactionReceipt = _chunkBY6O7352js.defineTransactionReceipt; exports.defineTransactionRequest = _chunkBY6O7352js.defineTransactionRequest; exports.encodeAbiParameters = _chunkBY6O7352js.encodeAbiParameters; exports.encodeDeployData = _chunkBY6O7352js.encodeDeployData; exports.encodeErrorResult = _chunkBY6O7352js.encodeErrorResult; exports.encodeEventTopics = _chunkBY6O7352js.encodeEventTopics; exports.encodeFunctionData = _chunkBY6O7352js.encodeFunctionData; exports.encodeFunctionResult = _chunkBY6O7352js.encodeFunctionResult; exports.encodePacked = _chunkBY6O7352js.encodePacked; exports.extract = _chunkBY6O7352js.extract; exports.extractFunctionName = _chunkBY6O7352js.extractFunctionName; exports.extractFunctionParams = _chunkBY6O7352js.extractFunctionParams; exports.extractFunctionParts = _chunkBY6O7352js.extractFunctionParts; exports.extractFunctionType = _chunkBY6O7352js.extractFunctionType; exports.format = _chunkBY6O7352js.format; exports.formatAbiItem = _chunkBY6O7352js.formatAbiItem; exports.formatAbiItemWithArgs = _chunkBY6O7352js.formatAbiItemWithArgs; exports.formatBlock = _chunkBY6O7352js.formatBlock; exports.formatEther = _chunkBY6O7352js.formatEther; exports.formatGwei = _chunkBY6O7352js.formatGwei; exports.formatTransaction = _chunkBY6O7352js.formatTransaction; exports.formatTransactionRequest = _chunkBY6O7352js.formatTransactionRequest; exports.formatUnits = _chunkBY6O7352js.formatUnits; exports.fromBytes = _chunkBY6O7352js.fromBytes; exports.fromHex = _chunkBY6O7352js.fromHex; exports.fromRlp = _chunkBY6O7352js.fromRlp; exports.getAbiItem = _chunkBY6O7352js.getAbiItem; exports.getAccount = _chunkBY6O7352js.getAccount; exports.getAddress = _chunkBY6O7352js.getAddress; exports.getCallError = _chunkBY6O7352js.getCallError; exports.getChainContractAddress = _chunkBY6O7352js.getChainContractAddress; exports.getContractAddress = _chunkBY6O7352js.getContractAddress; exports.getContractError = _chunkBY6O7352js.getContractError; exports.getCreate2Address = _chunkBY6O7352js.getCreate2Address; exports.getCreateAddress = _chunkBY6O7352js.getCreateAddress; exports.getEstimateGasError = _chunkBY6O7352js.getEstimateGasError; exports.getEventSelector = _chunkBY6O7352js.getEventSelector; exports.getFunctionSelector = _chunkBY6O7352js.getFunctionSelector; exports.getNodeError = _chunkBY6O7352js.getNodeError; exports.getSocket = _chunkBY6O7352js.getSocket; exports.getTransactionError = _chunkBY6O7352js.getTransactionError; exports.hashMessage = _chunkBY6O7352js.hashMessage; exports.hexToBigInt = _chunkBY6O7352js.hexToBigInt; exports.hexToBool = _chunkBY6O7352js.hexToBool; exports.hexToBytes = _chunkBY6O7352js.hexToBytes; exports.hexToNumber = _chunkBY6O7352js.hexToNumber; exports.hexToString = _chunkBY6O7352js.hexToString; exports.integerRegex = _chunkBY6O7352js.integerRegex; exports.isAddress = _chunkBY6O7352js.isAddress; exports.isAddressEqual = _chunkBY6O7352js.isAddressEqual; exports.isBytes = _chunkBY6O7352js.isBytes; exports.isHex = _chunkBY6O7352js.isHex; exports.keccak256 = _chunkBY6O7352js.keccak256; exports.numberToBytes = _chunkBY6O7352js.numberToBytes; exports.numberToHex = _chunkBY6O7352js.numberToHex; exports.pad = _chunkBY6O7352js.pad; exports.padBytes = _chunkBY6O7352js.padBytes; exports.padHex = _chunkBY6O7352js.padHex; exports.parseAbi = _chunkBY6O7352js.parseAbi; exports.parseAbiItem = _chunkBY6O7352js.parseAbiItem; exports.parseAbiParameter = _chunkBY6O7352js.parseAbiParameter; exports.parseAbiParameters = _chunkBY6O7352js.parseAbiParameters; exports.parseEther = _chunkBY6O7352js.parseEther; exports.parseGwei = _chunkBY6O7352js.parseGwei; exports.parseUnits = _chunkBY6O7352js.parseUnits; exports.prepareRequest = _chunkBY6O7352js.prepareRequest; exports.recoverAddress = _chunkBY6O7352js.recoverAddress; exports.recoverMessageAddress = _chunkBY6O7352js.recoverMessageAddress; exports.rpc = _chunkBY6O7352js.rpc; exports.size = _chunkBY6O7352js.size; exports.slice = _chunkBY6O7352js.slice; exports.sliceBytes = _chunkBY6O7352js.sliceBytes; exports.sliceHex = _chunkBY6O7352js.sliceHex; exports.stringToBytes = _chunkBY6O7352js.stringToBytes; exports.stringToHex = _chunkBY6O7352js.stringToHex; exports.stringify = _chunkBY6O7352js.stringify; exports.toBytes = _chunkBY6O7352js.toBytes; exports.toHex = _chunkBY6O7352js.toHex; exports.toRlp = _chunkBY6O7352js.toRlp; exports.transactionType = _chunkBY6O7352js.transactionType; exports.trim = _chunkBY6O7352js.trim; exports.verifyMessage = _chunkBY6O7352js.verifyMessage;
217
217
  //# sourceMappingURL=index.js.map
@@ -105,7 +105,7 @@ import {
105
105
  transactionType,
106
106
  trim,
107
107
  verifyMessage
108
- } from "../chunk-MGOCDAKD.mjs";
108
+ } from "../chunk-TC3TBWEH.mjs";
109
109
  export {
110
110
  arrayRegex,
111
111
  assertRequest,
package/dist/wallet.js CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- var _chunk4APUUDQKjs = require('./chunk-4APUUDQK.js');
12
+ var _chunkBY6O7352js = require('./chunk-BY6O7352.js');
13
13
 
14
14
 
15
15
 
@@ -21,5 +21,5 @@ var _chunk4APUUDQKjs = require('./chunk-4APUUDQK.js');
21
21
 
22
22
 
23
23
 
24
- exports.addChain = _chunk4APUUDQKjs.addChain; exports.getAddresses = _chunk4APUUDQKjs.getAddresses; exports.getPermissions = _chunk4APUUDQKjs.getPermissions; exports.requestAddresses = _chunk4APUUDQKjs.requestAddresses; exports.requestPermissions = _chunk4APUUDQKjs.requestPermissions; exports.sendTransaction = _chunk4APUUDQKjs.sendTransaction; exports.signMessage = _chunk4APUUDQKjs.signMessage; exports.signTypedData = _chunk4APUUDQKjs.signTypedData; exports.switchChain = _chunk4APUUDQKjs.switchChain; exports.watchAsset = _chunk4APUUDQKjs.watchAsset;
24
+ exports.addChain = _chunkBY6O7352js.addChain; exports.getAddresses = _chunkBY6O7352js.getAddresses; exports.getPermissions = _chunkBY6O7352js.getPermissions; exports.requestAddresses = _chunkBY6O7352js.requestAddresses; exports.requestPermissions = _chunkBY6O7352js.requestPermissions; exports.sendTransaction = _chunkBY6O7352js.sendTransaction; exports.signMessage = _chunkBY6O7352js.signMessage; exports.signTypedData = _chunkBY6O7352js.signTypedData; exports.switchChain = _chunkBY6O7352js.switchChain; exports.watchAsset = _chunkBY6O7352js.watchAsset;
25
25
  //# sourceMappingURL=wallet.js.map