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