viem 0.2.0-main.20230328T195914 → 0.2.0-main.20230330T201928
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-XZTLWO7P.mjs → chunk-3JK5RHC7.mjs} +2 -2
- package/dist/{chunk-CBTCDCZV.mjs → chunk-LGWBVIG5.mjs} +3 -3
- package/dist/chunk-LGWBVIG5.mjs.map +1 -0
- package/dist/{chunk-NFM35EUC.js → chunk-M4VQVSC6.js} +19 -19
- package/dist/{chunk-V5OK27XK.js → chunk-VLSWFKRM.js} +3 -3
- package/dist/chunk-VLSWFKRM.js.map +1 -0
- 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 +91 -91
- 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-CBTCDCZV.mjs.map +0 -1
- package/dist/chunk-V5OK27XK.js.map +0 -1
- /package/dist/{chunk-XZTLWO7P.mjs.map → chunk-3JK5RHC7.mjs.map} +0 -0
- /package/dist/{chunk-NFM35EUC.js.map → chunk-M4VQVSC6.js.map} +0 -0
package/dist/contract.js
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
|
25
25
|
|
26
|
-
var
|
26
|
+
var _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
|
27
27
|
|
28
28
|
|
29
29
|
|
@@ -49,5 +49,5 @@ var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
|
|
49
49
|
|
50
50
|
|
51
51
|
|
52
|
-
exports.createContractEventFilter =
|
52
|
+
exports.createContractEventFilter = _chunkVLSWFKRMjs.createContractEventFilter; exports.decodeAbiParameters = _chunkVLSWFKRMjs.decodeAbiParameters; exports.decodeErrorResult = _chunkVLSWFKRMjs.decodeErrorResult; exports.decodeEventLog = _chunkVLSWFKRMjs.decodeEventLog; exports.decodeFunctionData = _chunkVLSWFKRMjs.decodeFunctionData; exports.decodeFunctionResult = _chunkVLSWFKRMjs.decodeFunctionResult; exports.deployContract = _chunkVLSWFKRMjs.deployContract; exports.encodeAbiParameters = _chunkVLSWFKRMjs.encodeAbiParameters; exports.encodeDeployData = _chunkVLSWFKRMjs.encodeDeployData; exports.encodeErrorResult = _chunkVLSWFKRMjs.encodeErrorResult; exports.encodeEventTopics = _chunkVLSWFKRMjs.encodeEventTopics; exports.encodeFunctionData = _chunkVLSWFKRMjs.encodeFunctionData; exports.encodeFunctionResult = _chunkVLSWFKRMjs.encodeFunctionResult; exports.estimateContractGas = _chunkVLSWFKRMjs.estimateContractGas; exports.formatAbiItem = _chunkVLSWFKRMjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkVLSWFKRMjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkVLSWFKRMjs.getAbiItem; exports.getBytecode = _chunkVLSWFKRMjs.getBytecode; exports.getStorageAt = _chunkVLSWFKRMjs.getStorageAt; exports.multicall = _chunkVLSWFKRMjs.multicall; exports.readContract = _chunkVLSWFKRMjs.readContract; exports.simulateContract = _chunkVLSWFKRMjs.simulateContract; exports.watchContractEvent = _chunkVLSWFKRMjs.watchContractEvent; exports.writeContract = _chunkVLSWFKRMjs.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 _chunkM4VQVSC6js = require('./chunk-M4VQVSC6.js');
|
7
|
+
require('./chunk-VLSWFKRM.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 = _chunkM4VQVSC6js.getEnsAddress; exports.getEnsName = _chunkM4VQVSC6js.getEnsName; exports.labelhash = _chunkM4VQVSC6js.labelhash; exports.namehash = _chunkM4VQVSC6js.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 _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
|
5
5
|
|
6
6
|
// src/adapters/ethers.ts
|
7
|
-
var getAccount2 = (wallet) =>
|
7
|
+
var getAccount2 = (wallet) => _chunkVLSWFKRMjs.getAccount.call(void 0, {
|
8
8
|
address: wallet.address,
|
9
9
|
async signMessage(message) {
|
10
|
-
return await wallet.signMessage(
|
10
|
+
return await wallet.signMessage(_chunkVLSWFKRMjs.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 _chunkM4VQVSC6js = require('./chunk-M4VQVSC6.js');
|
7
7
|
|
8
8
|
|
9
9
|
|
@@ -246,7 +246,7 @@ var _chunkNFM35EUCjs = require('./chunk-NFM35EUC.js');
|
|
246
246
|
|
247
247
|
|
248
248
|
|
249
|
-
var
|
249
|
+
var _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
|
250
250
|
|
251
251
|
// src/clients/transports/createTransport.ts
|
252
252
|
function createTransport({
|
@@ -260,7 +260,7 @@ function createTransport({
|
|
260
260
|
}, value) {
|
261
261
|
return {
|
262
262
|
config: { key, name, request, retryCount, retryDelay, timeout, type },
|
263
|
-
request:
|
263
|
+
request: _chunkVLSWFKRMjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
|
264
264
|
value
|
265
265
|
};
|
266
266
|
}
|
@@ -302,7 +302,7 @@ function fallback(transports_, config = {}) {
|
|
302
302
|
params
|
303
303
|
});
|
304
304
|
} catch (err) {
|
305
|
-
if (
|
305
|
+
if (_chunkVLSWFKRMjs.isDeterministicError.call(void 0, err))
|
306
306
|
throw err;
|
307
307
|
if (i === transports.length - 1)
|
308
308
|
throw err;
|
@@ -388,7 +388,7 @@ function rankTransports({
|
|
388
388
|
];
|
389
389
|
}).sort((a, b) => b[0] - a[0]);
|
390
390
|
onTransports(scores.map(([, i]) => transports[i]));
|
391
|
-
await
|
391
|
+
await _chunkVLSWFKRMjs.wait.call(void 0, interval);
|
392
392
|
rankTransports_();
|
393
393
|
};
|
394
394
|
rankTransports_();
|
@@ -407,13 +407,13 @@ function http(url, config = {}) {
|
|
407
407
|
const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
|
408
408
|
const url_ = url || _optionalChain([chain, 'optionalAccess', _2 => _2.rpcUrls, 'access', _3 => _3.default, 'access', _4 => _4.http, 'access', _5 => _5[0]]);
|
409
409
|
if (!url_)
|
410
|
-
throw new (0,
|
410
|
+
throw new (0, _chunkVLSWFKRMjs.UrlRequiredError)();
|
411
411
|
return createTransport(
|
412
412
|
{
|
413
413
|
key,
|
414
414
|
name,
|
415
415
|
async request({ method, params }) {
|
416
|
-
const { result } = await
|
416
|
+
const { result } = await _chunkVLSWFKRMjs.rpc.http(url_, {
|
417
417
|
body: {
|
418
418
|
method,
|
419
419
|
params
|
@@ -443,14 +443,14 @@ function webSocket(url, config = {}) {
|
|
443
443
|
const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
|
444
444
|
const url_ = url || _optionalChain([chain, 'optionalAccess', _6 => _6.rpcUrls, 'access', _7 => _7.default, 'access', _8 => _8.webSocket, 'optionalAccess', _9 => _9[0]]);
|
445
445
|
if (!url_)
|
446
|
-
throw new (0,
|
446
|
+
throw new (0, _chunkVLSWFKRMjs.UrlRequiredError)();
|
447
447
|
return createTransport(
|
448
448
|
{
|
449
449
|
key,
|
450
450
|
name,
|
451
451
|
async request({ method, params }) {
|
452
|
-
const socket = await
|
453
|
-
const { result } = await
|
452
|
+
const socket = await _chunkVLSWFKRMjs.getSocket.call(void 0, url_);
|
453
|
+
const { result } = await _chunkVLSWFKRMjs.rpc.webSocketAsync(socket, {
|
454
454
|
body: { method, params },
|
455
455
|
timeout
|
456
456
|
});
|
@@ -463,12 +463,12 @@ function webSocket(url, config = {}) {
|
|
463
463
|
},
|
464
464
|
{
|
465
465
|
getSocket() {
|
466
|
-
return
|
466
|
+
return _chunkVLSWFKRMjs.getSocket.call(void 0, url_);
|
467
467
|
},
|
468
468
|
async subscribe({ params, onData, onError }) {
|
469
|
-
const socket = await
|
469
|
+
const socket = await _chunkVLSWFKRMjs.getSocket.call(void 0, url_);
|
470
470
|
const { result: subscriptionId } = await new Promise(
|
471
|
-
(resolve, reject) =>
|
471
|
+
(resolve, reject) => _chunkVLSWFKRMjs.rpc.webSocket(socket, {
|
472
472
|
body: {
|
473
473
|
method: "eth_subscribe",
|
474
474
|
params
|
@@ -490,7 +490,7 @@ function webSocket(url, config = {}) {
|
|
490
490
|
subscriptionId,
|
491
491
|
async unsubscribe() {
|
492
492
|
return new Promise(
|
493
|
-
(resolve, reject) =>
|
493
|
+
(resolve, reject) => _chunkVLSWFKRMjs.rpc.webSocket(socket, {
|
494
494
|
body: {
|
495
495
|
method: "eth_unsubscribe",
|
496
496
|
params: [subscriptionId]
|
@@ -546,90 +546,90 @@ function createClient({
|
|
546
546
|
|
547
547
|
// src/clients/decorators/public.ts
|
548
548
|
var publicActions = (client) => ({
|
549
|
-
call: (args) =>
|
550
|
-
createBlockFilter: () =>
|
551
|
-
createContractEventFilter: (args) =>
|
552
|
-
createEventFilter: (args) =>
|
553
|
-
createPendingTransactionFilter: () =>
|
554
|
-
estimateContractGas: (args) =>
|
555
|
-
estimateGas: (args) =>
|
556
|
-
getBalance: (args) =>
|
557
|
-
getBlock: (args) =>
|
558
|
-
getBlockNumber: (args) =>
|
559
|
-
getBlockTransactionCount: (args) =>
|
560
|
-
getBytecode: (args) =>
|
561
|
-
getChainId: () =>
|
562
|
-
getEnsAddress: (args) =>
|
563
|
-
getEnsName: (args) =>
|
564
|
-
getFeeHistory: (args) =>
|
565
|
-
getFilterChanges: (args) =>
|
566
|
-
getFilterLogs: (args) =>
|
567
|
-
getGasPrice: () =>
|
568
|
-
getLogs: (args) =>
|
569
|
-
getStorageAt: (args) =>
|
570
|
-
getTransaction: (args) =>
|
571
|
-
getTransactionConfirmations: (args) =>
|
572
|
-
getTransactionCount: (args) =>
|
573
|
-
getTransactionReceipt: (args) =>
|
574
|
-
multicall: (args) =>
|
575
|
-
readContract: (args) =>
|
576
|
-
simulateContract: (args) =>
|
577
|
-
uninstallFilter: (args) =>
|
578
|
-
waitForTransactionReceipt: (args) =>
|
579
|
-
watchBlocks: (args) =>
|
580
|
-
watchBlockNumber: (args) =>
|
581
|
-
watchContractEvent: (args) =>
|
582
|
-
watchEvent: (args) =>
|
583
|
-
watchPendingTransactions: (args) =>
|
549
|
+
call: (args) => _chunkVLSWFKRMjs.call.call(void 0, client, args),
|
550
|
+
createBlockFilter: () => _chunkVLSWFKRMjs.createBlockFilter.call(void 0, client),
|
551
|
+
createContractEventFilter: (args) => _chunkVLSWFKRMjs.createContractEventFilter.call(void 0, client, args),
|
552
|
+
createEventFilter: (args) => _chunkVLSWFKRMjs.createEventFilter.call(void 0, client, args),
|
553
|
+
createPendingTransactionFilter: () => _chunkVLSWFKRMjs.createPendingTransactionFilter.call(void 0, client),
|
554
|
+
estimateContractGas: (args) => _chunkVLSWFKRMjs.estimateContractGas.call(void 0, client, args),
|
555
|
+
estimateGas: (args) => _chunkVLSWFKRMjs.estimateGas.call(void 0, client, args),
|
556
|
+
getBalance: (args) => _chunkVLSWFKRMjs.getBalance.call(void 0, client, args),
|
557
|
+
getBlock: (args) => _chunkVLSWFKRMjs.getBlock.call(void 0, client, args),
|
558
|
+
getBlockNumber: (args) => _chunkVLSWFKRMjs.getBlockNumber.call(void 0, client, args),
|
559
|
+
getBlockTransactionCount: (args) => _chunkVLSWFKRMjs.getBlockTransactionCount.call(void 0, client, args),
|
560
|
+
getBytecode: (args) => _chunkVLSWFKRMjs.getBytecode.call(void 0, client, args),
|
561
|
+
getChainId: () => _chunkVLSWFKRMjs.getChainId.call(void 0, client),
|
562
|
+
getEnsAddress: (args) => _chunkM4VQVSC6js.getEnsAddress.call(void 0, client, args),
|
563
|
+
getEnsName: (args) => _chunkM4VQVSC6js.getEnsName.call(void 0, client, args),
|
564
|
+
getFeeHistory: (args) => _chunkVLSWFKRMjs.getFeeHistory.call(void 0, client, args),
|
565
|
+
getFilterChanges: (args) => _chunkVLSWFKRMjs.getFilterChanges.call(void 0, client, args),
|
566
|
+
getFilterLogs: (args) => _chunkVLSWFKRMjs.getFilterLogs.call(void 0, client, args),
|
567
|
+
getGasPrice: () => _chunkVLSWFKRMjs.getGasPrice.call(void 0, client),
|
568
|
+
getLogs: (args) => _chunkVLSWFKRMjs.getLogs.call(void 0, client, args),
|
569
|
+
getStorageAt: (args) => _chunkVLSWFKRMjs.getStorageAt.call(void 0, client, args),
|
570
|
+
getTransaction: (args) => _chunkVLSWFKRMjs.getTransaction.call(void 0, client, args),
|
571
|
+
getTransactionConfirmations: (args) => _chunkVLSWFKRMjs.getTransactionConfirmations.call(void 0, client, args),
|
572
|
+
getTransactionCount: (args) => _chunkVLSWFKRMjs.getTransactionCount.call(void 0, client, args),
|
573
|
+
getTransactionReceipt: (args) => _chunkVLSWFKRMjs.getTransactionReceipt.call(void 0, client, args),
|
574
|
+
multicall: (args) => _chunkVLSWFKRMjs.multicall.call(void 0, client, args),
|
575
|
+
readContract: (args) => _chunkVLSWFKRMjs.readContract.call(void 0, client, args),
|
576
|
+
simulateContract: (args) => _chunkVLSWFKRMjs.simulateContract.call(void 0, client, args),
|
577
|
+
uninstallFilter: (args) => _chunkVLSWFKRMjs.uninstallFilter.call(void 0, client, args),
|
578
|
+
waitForTransactionReceipt: (args) => _chunkVLSWFKRMjs.waitForTransactionReceipt.call(void 0, client, args),
|
579
|
+
watchBlocks: (args) => _chunkVLSWFKRMjs.watchBlocks.call(void 0, client, args),
|
580
|
+
watchBlockNumber: (args) => _chunkVLSWFKRMjs.watchBlockNumber.call(void 0, client, args),
|
581
|
+
watchContractEvent: (args) => _chunkVLSWFKRMjs.watchContractEvent.call(void 0, client, args),
|
582
|
+
watchEvent: (args) => _chunkVLSWFKRMjs.watchEvent.call(void 0, client, args),
|
583
|
+
watchPendingTransactions: (args) => _chunkVLSWFKRMjs.watchPendingTransactions.call(void 0, client, args)
|
584
584
|
});
|
585
585
|
|
586
586
|
// src/clients/decorators/test.ts
|
587
587
|
var testActions = (client) => ({
|
588
|
-
dropTransaction: (args) =>
|
589
|
-
getAutomine: () =>
|
590
|
-
getTxpoolContent: () =>
|
591
|
-
getTxpoolStatus: () =>
|
592
|
-
impersonateAccount: (args) =>
|
593
|
-
increaseTime: (args) =>
|
594
|
-
inspectTxpool: () =>
|
595
|
-
mine: (args) =>
|
596
|
-
removeBlockTimestampInterval: () =>
|
597
|
-
reset: (args) =>
|
598
|
-
revert: (args) =>
|
599
|
-
sendUnsignedTransaction: (args) =>
|
600
|
-
setAutomine: (args) =>
|
601
|
-
setBalance: (args) =>
|
602
|
-
setBlockGasLimit: (args) =>
|
603
|
-
setBlockTimestampInterval: (args) =>
|
604
|
-
setCode: (args) =>
|
605
|
-
setCoinbase: (args) =>
|
606
|
-
setIntervalMining: (args) =>
|
607
|
-
setLoggingEnabled: (args) =>
|
608
|
-
setMinGasPrice: (args) =>
|
609
|
-
setNextBlockBaseFeePerGas: (args) =>
|
610
|
-
setNextBlockTimestamp: (args) =>
|
611
|
-
setNonce: (args) =>
|
612
|
-
setRpcUrl: (args) =>
|
613
|
-
setStorageAt: (args) =>
|
614
|
-
snapshot: () =>
|
615
|
-
stopImpersonatingAccount: (args) =>
|
588
|
+
dropTransaction: (args) => _chunkVLSWFKRMjs.dropTransaction.call(void 0, client, args),
|
589
|
+
getAutomine: () => _chunkVLSWFKRMjs.getAutomine.call(void 0, client),
|
590
|
+
getTxpoolContent: () => _chunkVLSWFKRMjs.getTxpoolContent.call(void 0, client),
|
591
|
+
getTxpoolStatus: () => _chunkVLSWFKRMjs.getTxpoolStatus.call(void 0, client),
|
592
|
+
impersonateAccount: (args) => _chunkVLSWFKRMjs.impersonateAccount.call(void 0, client, args),
|
593
|
+
increaseTime: (args) => _chunkVLSWFKRMjs.increaseTime.call(void 0, client, args),
|
594
|
+
inspectTxpool: () => _chunkVLSWFKRMjs.inspectTxpool.call(void 0, client),
|
595
|
+
mine: (args) => _chunkVLSWFKRMjs.mine.call(void 0, client, args),
|
596
|
+
removeBlockTimestampInterval: () => _chunkVLSWFKRMjs.removeBlockTimestampInterval.call(void 0, client),
|
597
|
+
reset: (args) => _chunkVLSWFKRMjs.reset.call(void 0, client, args),
|
598
|
+
revert: (args) => _chunkVLSWFKRMjs.revert.call(void 0, client, args),
|
599
|
+
sendUnsignedTransaction: (args) => _chunkVLSWFKRMjs.sendUnsignedTransaction.call(void 0, client, args),
|
600
|
+
setAutomine: (args) => _chunkVLSWFKRMjs.setAutomine.call(void 0, client, args),
|
601
|
+
setBalance: (args) => _chunkVLSWFKRMjs.setBalance.call(void 0, client, args),
|
602
|
+
setBlockGasLimit: (args) => _chunkVLSWFKRMjs.setBlockGasLimit.call(void 0, client, args),
|
603
|
+
setBlockTimestampInterval: (args) => _chunkVLSWFKRMjs.setBlockTimestampInterval.call(void 0, client, args),
|
604
|
+
setCode: (args) => _chunkVLSWFKRMjs.setCode.call(void 0, client, args),
|
605
|
+
setCoinbase: (args) => _chunkVLSWFKRMjs.setCoinbase.call(void 0, client, args),
|
606
|
+
setIntervalMining: (args) => _chunkVLSWFKRMjs.setIntervalMining.call(void 0, client, args),
|
607
|
+
setLoggingEnabled: (args) => _chunkVLSWFKRMjs.setLoggingEnabled.call(void 0, client, args),
|
608
|
+
setMinGasPrice: (args) => _chunkVLSWFKRMjs.setMinGasPrice.call(void 0, client, args),
|
609
|
+
setNextBlockBaseFeePerGas: (args) => _chunkVLSWFKRMjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
|
610
|
+
setNextBlockTimestamp: (args) => _chunkVLSWFKRMjs.setNextBlockTimestamp.call(void 0, client, args),
|
611
|
+
setNonce: (args) => _chunkVLSWFKRMjs.setNonce.call(void 0, client, args),
|
612
|
+
setRpcUrl: (args) => _chunkVLSWFKRMjs.setRpcUrl.call(void 0, client, args),
|
613
|
+
setStorageAt: (args) => _chunkVLSWFKRMjs.setStorageAt.call(void 0, client, args),
|
614
|
+
snapshot: () => _chunkVLSWFKRMjs.snapshot.call(void 0, client),
|
615
|
+
stopImpersonatingAccount: (args) => _chunkVLSWFKRMjs.stopImpersonatingAccount.call(void 0, client, args)
|
616
616
|
});
|
617
617
|
|
618
618
|
// src/clients/decorators/wallet.ts
|
619
619
|
var walletActions = (client) => ({
|
620
|
-
addChain: (args) =>
|
621
|
-
deployContract: (args) =>
|
622
|
-
getAddresses: () =>
|
623
|
-
getChainId: () =>
|
624
|
-
getPermissions: () =>
|
625
|
-
requestAddresses: () =>
|
626
|
-
requestPermissions: (args) =>
|
627
|
-
sendTransaction: (args) =>
|
628
|
-
signMessage: (args) =>
|
629
|
-
signTypedData: (args) =>
|
630
|
-
switchChain: (args) =>
|
631
|
-
watchAsset: (args) =>
|
632
|
-
writeContract: (args) =>
|
620
|
+
addChain: (args) => _chunkVLSWFKRMjs.addChain.call(void 0, client, args),
|
621
|
+
deployContract: (args) => _chunkVLSWFKRMjs.deployContract.call(void 0, client, args),
|
622
|
+
getAddresses: () => _chunkVLSWFKRMjs.getAddresses.call(void 0, client),
|
623
|
+
getChainId: () => _chunkVLSWFKRMjs.getChainId.call(void 0, client),
|
624
|
+
getPermissions: () => _chunkVLSWFKRMjs.getPermissions.call(void 0, client),
|
625
|
+
requestAddresses: () => _chunkVLSWFKRMjs.requestAddresses.call(void 0, client),
|
626
|
+
requestPermissions: (args) => _chunkVLSWFKRMjs.requestPermissions.call(void 0, client, args),
|
627
|
+
sendTransaction: (args) => _chunkVLSWFKRMjs.sendTransaction.call(void 0, client, args),
|
628
|
+
signMessage: (args) => _chunkVLSWFKRMjs.signMessage.call(void 0, client, args),
|
629
|
+
signTypedData: (args) => _chunkVLSWFKRMjs.signTypedData.call(void 0, client, args),
|
630
|
+
switchChain: (args) => _chunkVLSWFKRMjs.switchChain.call(void 0, client, args),
|
631
|
+
watchAsset: (args) => _chunkVLSWFKRMjs.watchAsset.call(void 0, client, args),
|
632
|
+
writeContract: (args) => _chunkVLSWFKRMjs.writeContract.call(void 0, client, args)
|
633
633
|
});
|
634
634
|
|
635
635
|
// src/clients/createPublicClient.ts
|
@@ -876,5 +876,5 @@ function createWalletClient({
|
|
876
876
|
|
877
877
|
|
878
878
|
|
879
|
-
exports.AbiConstructorNotFoundError = _chunkV5OK27XKjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkV5OK27XKjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkV5OK27XKjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkV5OK27XKjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkV5OK27XKjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkV5OK27XKjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkV5OK27XKjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkV5OK27XKjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkV5OK27XKjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkV5OK27XKjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkV5OK27XKjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkV5OK27XKjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkV5OK27XKjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkV5OK27XKjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkV5OK27XKjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkV5OK27XKjs.BaseError; exports.BlockNotFoundError = _chunkV5OK27XKjs.BlockNotFoundError; exports.CallExecutionError = _chunkV5OK27XKjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkV5OK27XKjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkV5OK27XKjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkV5OK27XKjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkV5OK27XKjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkV5OK27XKjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkV5OK27XKjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkV5OK27XKjs.DecodeLogTopicsMismatch; exports.EstimateGasExecutionError = _chunkV5OK27XKjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkV5OK27XKjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkV5OK27XKjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkV5OK27XKjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkV5OK27XKjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkV5OK27XKjs.HttpRequestError; exports.InsufficientFundsError = _chunkV5OK27XKjs.InsufficientFundsError; exports.InternalRpcError = _chunkV5OK27XKjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkV5OK27XKjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkV5OK27XKjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkV5OK27XKjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkV5OK27XKjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkV5OK27XKjs.InvalidAddressError; exports.InvalidArrayError = _chunkV5OK27XKjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkV5OK27XKjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkV5OK27XKjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkV5OK27XKjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkV5OK27XKjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkV5OK27XKjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkV5OK27XKjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkV5OK27XKjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkV5OK27XKjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkV5OK27XKjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkV5OK27XKjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkV5OK27XKjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkV5OK27XKjs.NonceMaxValueError; exports.NonceTooHighError = _chunkV5OK27XKjs.NonceTooHighError; exports.NonceTooLowError = _chunkV5OK27XKjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkV5OK27XKjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkV5OK27XKjs.ParseRpcError; exports.RawContractError = _chunkV5OK27XKjs.RawContractError; exports.RequestError = _chunkV5OK27XKjs.RequestError; exports.ResourceNotFoundRpcError = _chunkV5OK27XKjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkV5OK27XKjs.ResourceUnavailableRpcError; exports.RpcError = _chunkV5OK27XKjs.RpcError; exports.RpcRequestError = _chunkV5OK27XKjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkV5OK27XKjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkV5OK27XKjs.SwitchChainError; exports.TimeoutError = _chunkV5OK27XKjs.TimeoutError; exports.TipAboveFeeCapError = _chunkV5OK27XKjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkV5OK27XKjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkV5OK27XKjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkV5OK27XKjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkV5OK27XKjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkV5OK27XKjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkV5OK27XKjs.UnknownNodeError; exports.UnknownRpcError = _chunkV5OK27XKjs.UnknownRpcError; exports.UrlRequiredError = _chunkV5OK27XKjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkV5OK27XKjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkV5OK27XKjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkV5OK27XKjs.WebSocketRequestError; exports.boolToBytes = _chunkV5OK27XKjs.boolToBytes; exports.boolToHex = _chunkV5OK27XKjs.boolToHex; exports.bytesToBigint = _chunkV5OK27XKjs.bytesToBigint; exports.bytesToBool = _chunkV5OK27XKjs.bytesToBool; exports.bytesToHex = _chunkV5OK27XKjs.bytesToHex; exports.bytesToNumber = _chunkV5OK27XKjs.bytesToNumber; exports.bytesToString = _chunkV5OK27XKjs.bytesToString; exports.concat = _chunkV5OK27XKjs.concat; exports.concatBytes = _chunkV5OK27XKjs.concatBytes; exports.concatHex = _chunkV5OK27XKjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkV5OK27XKjs.decodeAbiParameters; exports.decodeErrorResult = _chunkV5OK27XKjs.decodeErrorResult; exports.decodeEventLog = _chunkV5OK27XKjs.decodeEventLog; exports.decodeFunctionData = _chunkV5OK27XKjs.decodeFunctionData; exports.decodeFunctionResult = _chunkV5OK27XKjs.decodeFunctionResult; exports.defineBlock = _chunkV5OK27XKjs.defineBlock; exports.defineChain = _chunkV5OK27XKjs.defineChain; exports.defineTransaction = _chunkV5OK27XKjs.defineTransaction; exports.defineTransactionReceipt = _chunkV5OK27XKjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkV5OK27XKjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkV5OK27XKjs.encodeAbiParameters; exports.encodeDeployData = _chunkV5OK27XKjs.encodeDeployData; exports.encodeErrorResult = _chunkV5OK27XKjs.encodeErrorResult; exports.encodeEventTopics = _chunkV5OK27XKjs.encodeEventTopics; exports.encodeFunctionData = _chunkV5OK27XKjs.encodeFunctionData; exports.encodeFunctionResult = _chunkV5OK27XKjs.encodeFunctionResult; exports.encodePacked = _chunkV5OK27XKjs.encodePacked; exports.etherUnits = _chunkV5OK27XKjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkV5OK27XKjs.formatBlock; exports.formatEther = _chunkV5OK27XKjs.formatEther; exports.formatGwei = _chunkV5OK27XKjs.formatGwei; exports.formatTransaction = _chunkV5OK27XKjs.formatTransaction; exports.formatTransactionRequest = _chunkV5OK27XKjs.formatTransactionRequest; exports.formatUnits = _chunkV5OK27XKjs.formatUnits; exports.fromBytes = _chunkV5OK27XKjs.fromBytes; exports.fromHex = _chunkV5OK27XKjs.fromHex; exports.fromRlp = _chunkV5OK27XKjs.fromRlp; exports.getAbiItem = _chunkV5OK27XKjs.getAbiItem; exports.getAccount = _chunkV5OK27XKjs.getAccount; exports.getAddress = _chunkV5OK27XKjs.getAddress; exports.getContractAddress = _chunkV5OK27XKjs.getContractAddress; exports.getContractError = _chunkV5OK27XKjs.getContractError; exports.getCreate2Address = _chunkV5OK27XKjs.getCreate2Address; exports.getCreateAddress = _chunkV5OK27XKjs.getCreateAddress; exports.getEventSelector = _chunkV5OK27XKjs.getEventSelector; exports.getFunctionSelector = _chunkV5OK27XKjs.getFunctionSelector; exports.gweiUnits = _chunkV5OK27XKjs.gweiUnits; exports.hashMessage = _chunkV5OK27XKjs.hashMessage; exports.hexToBigInt = _chunkV5OK27XKjs.hexToBigInt; exports.hexToBool = _chunkV5OK27XKjs.hexToBool; exports.hexToBytes = _chunkV5OK27XKjs.hexToBytes; exports.hexToNumber = _chunkV5OK27XKjs.hexToNumber; exports.hexToString = _chunkV5OK27XKjs.hexToString; exports.http = http; exports.isAddress = _chunkV5OK27XKjs.isAddress; exports.isAddressEqual = _chunkV5OK27XKjs.isAddressEqual; exports.isBytes = _chunkV5OK27XKjs.isBytes; exports.isHex = _chunkV5OK27XKjs.isHex; exports.keccak256 = _chunkV5OK27XKjs.keccak256; exports.labelhash = _chunkNFM35EUCjs.labelhash; exports.multicall3Abi = _chunkV5OK27XKjs.multicall3Abi; exports.namehash = _chunkNFM35EUCjs.namehash; exports.numberToBytes = _chunkV5OK27XKjs.numberToBytes; exports.numberToHex = _chunkV5OK27XKjs.numberToHex; exports.pad = _chunkV5OK27XKjs.pad; exports.padBytes = _chunkV5OK27XKjs.padBytes; exports.padHex = _chunkV5OK27XKjs.padHex; exports.parseAbi = _chunkV5OK27XKjs.parseAbi; exports.parseAbiItem = _chunkV5OK27XKjs.parseAbiItem; exports.parseAbiParameter = _chunkV5OK27XKjs.parseAbiParameter; exports.parseAbiParameters = _chunkV5OK27XKjs.parseAbiParameters; exports.parseEther = _chunkV5OK27XKjs.parseEther; exports.parseGwei = _chunkV5OK27XKjs.parseGwei; exports.parseUnits = _chunkV5OK27XKjs.parseUnits; exports.recoverAddress = _chunkV5OK27XKjs.recoverAddress; exports.recoverMessageAddress = _chunkV5OK27XKjs.recoverMessageAddress; exports.size = _chunkV5OK27XKjs.size; exports.slice = _chunkV5OK27XKjs.slice; exports.sliceBytes = _chunkV5OK27XKjs.sliceBytes; exports.sliceHex = _chunkV5OK27XKjs.sliceHex; exports.stringToBytes = _chunkV5OK27XKjs.stringToBytes; exports.stringToHex = _chunkV5OK27XKjs.stringToHex; exports.stringify = _chunkV5OK27XKjs.stringify; exports.toBytes = _chunkV5OK27XKjs.toBytes; exports.toHex = _chunkV5OK27XKjs.toHex; exports.toRlp = _chunkV5OK27XKjs.toRlp; exports.transactionType = _chunkV5OK27XKjs.transactionType; exports.trim = _chunkV5OK27XKjs.trim; exports.verifyMessage = _chunkV5OK27XKjs.verifyMessage; exports.webSocket = webSocket; exports.weiUnits = _chunkV5OK27XKjs.weiUnits;
|
879
|
+
exports.AbiConstructorNotFoundError = _chunkVLSWFKRMjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkVLSWFKRMjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkVLSWFKRMjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkVLSWFKRMjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkVLSWFKRMjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkVLSWFKRMjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkVLSWFKRMjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkVLSWFKRMjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkVLSWFKRMjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkVLSWFKRMjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkVLSWFKRMjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkVLSWFKRMjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkVLSWFKRMjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkVLSWFKRMjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkVLSWFKRMjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkVLSWFKRMjs.BaseError; exports.BlockNotFoundError = _chunkVLSWFKRMjs.BlockNotFoundError; exports.CallExecutionError = _chunkVLSWFKRMjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkVLSWFKRMjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkVLSWFKRMjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkVLSWFKRMjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkVLSWFKRMjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkVLSWFKRMjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkVLSWFKRMjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkVLSWFKRMjs.DecodeLogTopicsMismatch; exports.EstimateGasExecutionError = _chunkVLSWFKRMjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkVLSWFKRMjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkVLSWFKRMjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkVLSWFKRMjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkVLSWFKRMjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkVLSWFKRMjs.HttpRequestError; exports.InsufficientFundsError = _chunkVLSWFKRMjs.InsufficientFundsError; exports.InternalRpcError = _chunkVLSWFKRMjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkVLSWFKRMjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkVLSWFKRMjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkVLSWFKRMjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkVLSWFKRMjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkVLSWFKRMjs.InvalidAddressError; exports.InvalidArrayError = _chunkVLSWFKRMjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkVLSWFKRMjs.InvalidBytesBooleanError; exports.InvalidDefinitionTypeError = _chunkVLSWFKRMjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkVLSWFKRMjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkVLSWFKRMjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkVLSWFKRMjs.InvalidInputRpcError; exports.InvalidParamsRpcError = _chunkVLSWFKRMjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkVLSWFKRMjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkVLSWFKRMjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkVLSWFKRMjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkVLSWFKRMjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkVLSWFKRMjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkVLSWFKRMjs.NonceMaxValueError; exports.NonceTooHighError = _chunkVLSWFKRMjs.NonceTooHighError; exports.NonceTooLowError = _chunkVLSWFKRMjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkVLSWFKRMjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkVLSWFKRMjs.ParseRpcError; exports.RawContractError = _chunkVLSWFKRMjs.RawContractError; exports.RequestError = _chunkVLSWFKRMjs.RequestError; exports.ResourceNotFoundRpcError = _chunkVLSWFKRMjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkVLSWFKRMjs.ResourceUnavailableRpcError; exports.RpcError = _chunkVLSWFKRMjs.RpcError; exports.RpcRequestError = _chunkVLSWFKRMjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkVLSWFKRMjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkVLSWFKRMjs.SwitchChainError; exports.TimeoutError = _chunkVLSWFKRMjs.TimeoutError; exports.TipAboveFeeCapError = _chunkVLSWFKRMjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkVLSWFKRMjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkVLSWFKRMjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkVLSWFKRMjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkVLSWFKRMjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkVLSWFKRMjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkVLSWFKRMjs.UnknownNodeError; exports.UnknownRpcError = _chunkVLSWFKRMjs.UnknownRpcError; exports.UrlRequiredError = _chunkVLSWFKRMjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkVLSWFKRMjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkVLSWFKRMjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkVLSWFKRMjs.WebSocketRequestError; exports.boolToBytes = _chunkVLSWFKRMjs.boolToBytes; exports.boolToHex = _chunkVLSWFKRMjs.boolToHex; exports.bytesToBigint = _chunkVLSWFKRMjs.bytesToBigint; exports.bytesToBool = _chunkVLSWFKRMjs.bytesToBool; exports.bytesToHex = _chunkVLSWFKRMjs.bytesToHex; exports.bytesToNumber = _chunkVLSWFKRMjs.bytesToNumber; exports.bytesToString = _chunkVLSWFKRMjs.bytesToString; exports.concat = _chunkVLSWFKRMjs.concat; exports.concatBytes = _chunkVLSWFKRMjs.concatBytes; exports.concatHex = _chunkVLSWFKRMjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkVLSWFKRMjs.decodeAbiParameters; exports.decodeErrorResult = _chunkVLSWFKRMjs.decodeErrorResult; exports.decodeEventLog = _chunkVLSWFKRMjs.decodeEventLog; exports.decodeFunctionData = _chunkVLSWFKRMjs.decodeFunctionData; exports.decodeFunctionResult = _chunkVLSWFKRMjs.decodeFunctionResult; exports.defineBlock = _chunkVLSWFKRMjs.defineBlock; exports.defineChain = _chunkVLSWFKRMjs.defineChain; exports.defineTransaction = _chunkVLSWFKRMjs.defineTransaction; exports.defineTransactionReceipt = _chunkVLSWFKRMjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkVLSWFKRMjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkVLSWFKRMjs.encodeAbiParameters; exports.encodeDeployData = _chunkVLSWFKRMjs.encodeDeployData; exports.encodeErrorResult = _chunkVLSWFKRMjs.encodeErrorResult; exports.encodeEventTopics = _chunkVLSWFKRMjs.encodeEventTopics; exports.encodeFunctionData = _chunkVLSWFKRMjs.encodeFunctionData; exports.encodeFunctionResult = _chunkVLSWFKRMjs.encodeFunctionResult; exports.encodePacked = _chunkVLSWFKRMjs.encodePacked; exports.etherUnits = _chunkVLSWFKRMjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkVLSWFKRMjs.formatBlock; exports.formatEther = _chunkVLSWFKRMjs.formatEther; exports.formatGwei = _chunkVLSWFKRMjs.formatGwei; exports.formatTransaction = _chunkVLSWFKRMjs.formatTransaction; exports.formatTransactionRequest = _chunkVLSWFKRMjs.formatTransactionRequest; exports.formatUnits = _chunkVLSWFKRMjs.formatUnits; exports.fromBytes = _chunkVLSWFKRMjs.fromBytes; exports.fromHex = _chunkVLSWFKRMjs.fromHex; exports.fromRlp = _chunkVLSWFKRMjs.fromRlp; exports.getAbiItem = _chunkVLSWFKRMjs.getAbiItem; exports.getAccount = _chunkVLSWFKRMjs.getAccount; exports.getAddress = _chunkVLSWFKRMjs.getAddress; exports.getContractAddress = _chunkVLSWFKRMjs.getContractAddress; exports.getContractError = _chunkVLSWFKRMjs.getContractError; exports.getCreate2Address = _chunkVLSWFKRMjs.getCreate2Address; exports.getCreateAddress = _chunkVLSWFKRMjs.getCreateAddress; exports.getEventSelector = _chunkVLSWFKRMjs.getEventSelector; exports.getFunctionSelector = _chunkVLSWFKRMjs.getFunctionSelector; exports.gweiUnits = _chunkVLSWFKRMjs.gweiUnits; exports.hashMessage = _chunkVLSWFKRMjs.hashMessage; exports.hexToBigInt = _chunkVLSWFKRMjs.hexToBigInt; exports.hexToBool = _chunkVLSWFKRMjs.hexToBool; exports.hexToBytes = _chunkVLSWFKRMjs.hexToBytes; exports.hexToNumber = _chunkVLSWFKRMjs.hexToNumber; exports.hexToString = _chunkVLSWFKRMjs.hexToString; exports.http = http; exports.isAddress = _chunkVLSWFKRMjs.isAddress; exports.isAddressEqual = _chunkVLSWFKRMjs.isAddressEqual; exports.isBytes = _chunkVLSWFKRMjs.isBytes; exports.isHex = _chunkVLSWFKRMjs.isHex; exports.keccak256 = _chunkVLSWFKRMjs.keccak256; exports.labelhash = _chunkM4VQVSC6js.labelhash; exports.multicall3Abi = _chunkVLSWFKRMjs.multicall3Abi; exports.namehash = _chunkM4VQVSC6js.namehash; exports.numberToBytes = _chunkVLSWFKRMjs.numberToBytes; exports.numberToHex = _chunkVLSWFKRMjs.numberToHex; exports.pad = _chunkVLSWFKRMjs.pad; exports.padBytes = _chunkVLSWFKRMjs.padBytes; exports.padHex = _chunkVLSWFKRMjs.padHex; exports.parseAbi = _chunkVLSWFKRMjs.parseAbi; exports.parseAbiItem = _chunkVLSWFKRMjs.parseAbiItem; exports.parseAbiParameter = _chunkVLSWFKRMjs.parseAbiParameter; exports.parseAbiParameters = _chunkVLSWFKRMjs.parseAbiParameters; exports.parseEther = _chunkVLSWFKRMjs.parseEther; exports.parseGwei = _chunkVLSWFKRMjs.parseGwei; exports.parseUnits = _chunkVLSWFKRMjs.parseUnits; exports.recoverAddress = _chunkVLSWFKRMjs.recoverAddress; exports.recoverMessageAddress = _chunkVLSWFKRMjs.recoverMessageAddress; exports.size = _chunkVLSWFKRMjs.size; exports.slice = _chunkVLSWFKRMjs.slice; exports.sliceBytes = _chunkVLSWFKRMjs.sliceBytes; exports.sliceHex = _chunkVLSWFKRMjs.sliceHex; exports.stringToBytes = _chunkVLSWFKRMjs.stringToBytes; exports.stringToHex = _chunkVLSWFKRMjs.stringToHex; exports.stringify = _chunkVLSWFKRMjs.stringify; exports.toBytes = _chunkVLSWFKRMjs.toBytes; exports.toHex = _chunkVLSWFKRMjs.toHex; exports.toRlp = _chunkVLSWFKRMjs.toRlp; exports.transactionType = _chunkVLSWFKRMjs.transactionType; exports.trim = _chunkVLSWFKRMjs.trim; exports.verifyMessage = _chunkVLSWFKRMjs.verifyMessage; exports.webSocket = webSocket; exports.weiUnits = _chunkVLSWFKRMjs.weiUnits;
|
880
880
|
//# 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-3JK5RHC7.mjs";
|
7
7
|
import {
|
8
8
|
AbiConstructorNotFoundError,
|
9
9
|
AbiConstructorParamsNotFoundError,
|
@@ -246,7 +246,7 @@ import {
|
|
246
246
|
watchPendingTransactions,
|
247
247
|
weiUnits,
|
248
248
|
writeContract
|
249
|
-
} from "./chunk-
|
249
|
+
} from "./chunk-LGWBVIG5.mjs";
|
250
250
|
|
251
251
|
// src/clients/transports/createTransport.ts
|
252
252
|
function createTransport({
|
package/dist/public.js
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
var
|
29
|
+
var _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
|
30
30
|
|
31
31
|
|
32
32
|
|
@@ -55,5 +55,5 @@ var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
|
|
55
55
|
|
56
56
|
|
57
57
|
|
58
|
-
exports.call =
|
58
|
+
exports.call = _chunkVLSWFKRMjs.call; exports.createBlockFilter = _chunkVLSWFKRMjs.createBlockFilter; exports.createEventFilter = _chunkVLSWFKRMjs.createEventFilter; exports.createPendingTransactionFilter = _chunkVLSWFKRMjs.createPendingTransactionFilter; exports.estimateGas = _chunkVLSWFKRMjs.estimateGas; exports.getBalance = _chunkVLSWFKRMjs.getBalance; exports.getBlock = _chunkVLSWFKRMjs.getBlock; exports.getBlockNumber = _chunkVLSWFKRMjs.getBlockNumber; exports.getBlockNumberCache = _chunkVLSWFKRMjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkVLSWFKRMjs.getBlockTransactionCount; exports.getBytecode = _chunkVLSWFKRMjs.getBytecode; exports.getChainId = _chunkVLSWFKRMjs.getChainId; exports.getFeeHistory = _chunkVLSWFKRMjs.getFeeHistory; exports.getFilterChanges = _chunkVLSWFKRMjs.getFilterChanges; exports.getFilterLogs = _chunkVLSWFKRMjs.getFilterLogs; exports.getGasPrice = _chunkVLSWFKRMjs.getGasPrice; exports.getLogs = _chunkVLSWFKRMjs.getLogs; exports.getTransaction = _chunkVLSWFKRMjs.getTransaction; exports.getTransactionConfirmations = _chunkVLSWFKRMjs.getTransactionConfirmations; exports.getTransactionCount = _chunkVLSWFKRMjs.getTransactionCount; exports.getTransactionReceipt = _chunkVLSWFKRMjs.getTransactionReceipt; exports.uninstallFilter = _chunkVLSWFKRMjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkVLSWFKRMjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkVLSWFKRMjs.watchBlockNumber; exports.watchBlocks = _chunkVLSWFKRMjs.watchBlocks; exports.watchEvent = _chunkVLSWFKRMjs.watchEvent; exports.watchPendingTransactions = _chunkVLSWFKRMjs.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 _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
|
31
31
|
|
32
32
|
|
33
33
|
|
@@ -57,5 +57,5 @@ var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
|
|
57
57
|
|
58
58
|
|
59
59
|
|
60
|
-
exports.dropTransaction =
|
60
|
+
exports.dropTransaction = _chunkVLSWFKRMjs.dropTransaction; exports.getAutomine = _chunkVLSWFKRMjs.getAutomine; exports.getTxpoolContent = _chunkVLSWFKRMjs.getTxpoolContent; exports.getTxpoolStatus = _chunkVLSWFKRMjs.getTxpoolStatus; exports.impersonateAccount = _chunkVLSWFKRMjs.impersonateAccount; exports.increaseTime = _chunkVLSWFKRMjs.increaseTime; exports.inspectTxpool = _chunkVLSWFKRMjs.inspectTxpool; exports.mine = _chunkVLSWFKRMjs.mine; exports.removeBlockTimestampInterval = _chunkVLSWFKRMjs.removeBlockTimestampInterval; exports.reset = _chunkVLSWFKRMjs.reset; exports.revert = _chunkVLSWFKRMjs.revert; exports.sendUnsignedTransaction = _chunkVLSWFKRMjs.sendUnsignedTransaction; exports.setAutomine = _chunkVLSWFKRMjs.setAutomine; exports.setBalance = _chunkVLSWFKRMjs.setBalance; exports.setBlockGasLimit = _chunkVLSWFKRMjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkVLSWFKRMjs.setBlockTimestampInterval; exports.setCode = _chunkVLSWFKRMjs.setCode; exports.setCoinbase = _chunkVLSWFKRMjs.setCoinbase; exports.setIntervalMining = _chunkVLSWFKRMjs.setIntervalMining; exports.setLoggingEnabled = _chunkVLSWFKRMjs.setLoggingEnabled; exports.setMinGasPrice = _chunkVLSWFKRMjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkVLSWFKRMjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkVLSWFKRMjs.setNextBlockTimestamp; exports.setNonce = _chunkVLSWFKRMjs.setNonce; exports.setRpcUrl = _chunkVLSWFKRMjs.setRpcUrl; exports.setStorageAt = _chunkVLSWFKRMjs.setStorageAt; exports.snapshot = _chunkVLSWFKRMjs.snapshot; exports.stopImpersonatingAccount = _chunkVLSWFKRMjs.stopImpersonatingAccount;
|
61
61
|
//# sourceMappingURL=test.js.map
|
package/dist/test.mjs
CHANGED
package/dist/utils/index.js
CHANGED
@@ -105,7 +105,7 @@
|
|
105
105
|
|
106
106
|
|
107
107
|
|
108
|
-
var
|
108
|
+
var _chunkVLSWFKRMjs = require('../chunk-VLSWFKRM.js');
|
109
109
|
|
110
110
|
|
111
111
|
|
@@ -213,5 +213,5 @@ var _chunkV5OK27XKjs = require('../chunk-V5OK27XK.js');
|
|
213
213
|
|
214
214
|
|
215
215
|
|
216
|
-
exports.arrayRegex =
|
216
|
+
exports.arrayRegex = _chunkVLSWFKRMjs.arrayRegex; exports.assertRequest = _chunkVLSWFKRMjs.assertRequest; exports.boolToBytes = _chunkVLSWFKRMjs.boolToBytes; exports.boolToHex = _chunkVLSWFKRMjs.boolToHex; exports.buildRequest = _chunkVLSWFKRMjs.buildRequest; exports.bytesRegex = _chunkVLSWFKRMjs.bytesRegex; exports.bytesToBigint = _chunkVLSWFKRMjs.bytesToBigint; exports.bytesToBool = _chunkVLSWFKRMjs.bytesToBool; exports.bytesToHex = _chunkVLSWFKRMjs.bytesToHex; exports.bytesToNumber = _chunkVLSWFKRMjs.bytesToNumber; exports.bytesToString = _chunkVLSWFKRMjs.bytesToString; exports.concat = _chunkVLSWFKRMjs.concat; exports.concatBytes = _chunkVLSWFKRMjs.concatBytes; exports.concatHex = _chunkVLSWFKRMjs.concatHex; exports.containsNodeError = _chunkVLSWFKRMjs.containsNodeError; exports.decodeAbiParameters = _chunkVLSWFKRMjs.decodeAbiParameters; exports.decodeErrorResult = _chunkVLSWFKRMjs.decodeErrorResult; exports.decodeEventLog = _chunkVLSWFKRMjs.decodeEventLog; exports.decodeFunctionData = _chunkVLSWFKRMjs.decodeFunctionData; exports.decodeFunctionResult = _chunkVLSWFKRMjs.decodeFunctionResult; exports.defineBlock = _chunkVLSWFKRMjs.defineBlock; exports.defineChain = _chunkVLSWFKRMjs.defineChain; exports.defineFormatter = _chunkVLSWFKRMjs.defineFormatter; exports.defineTransaction = _chunkVLSWFKRMjs.defineTransaction; exports.defineTransactionReceipt = _chunkVLSWFKRMjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkVLSWFKRMjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkVLSWFKRMjs.encodeAbiParameters; exports.encodeDeployData = _chunkVLSWFKRMjs.encodeDeployData; exports.encodeErrorResult = _chunkVLSWFKRMjs.encodeErrorResult; exports.encodeEventTopics = _chunkVLSWFKRMjs.encodeEventTopics; exports.encodeFunctionData = _chunkVLSWFKRMjs.encodeFunctionData; exports.encodeFunctionResult = _chunkVLSWFKRMjs.encodeFunctionResult; exports.encodePacked = _chunkVLSWFKRMjs.encodePacked; exports.extract = _chunkVLSWFKRMjs.extract; exports.extractFunctionName = _chunkVLSWFKRMjs.extractFunctionName; exports.extractFunctionParams = _chunkVLSWFKRMjs.extractFunctionParams; exports.extractFunctionParts = _chunkVLSWFKRMjs.extractFunctionParts; exports.extractFunctionType = _chunkVLSWFKRMjs.extractFunctionType; exports.format = _chunkVLSWFKRMjs.format; exports.formatAbiItem = _chunkVLSWFKRMjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkVLSWFKRMjs.formatAbiItemWithArgs; exports.formatBlock = _chunkVLSWFKRMjs.formatBlock; exports.formatEther = _chunkVLSWFKRMjs.formatEther; exports.formatGwei = _chunkVLSWFKRMjs.formatGwei; exports.formatTransaction = _chunkVLSWFKRMjs.formatTransaction; exports.formatTransactionRequest = _chunkVLSWFKRMjs.formatTransactionRequest; exports.formatUnits = _chunkVLSWFKRMjs.formatUnits; exports.fromBytes = _chunkVLSWFKRMjs.fromBytes; exports.fromHex = _chunkVLSWFKRMjs.fromHex; exports.fromRlp = _chunkVLSWFKRMjs.fromRlp; exports.getAbiItem = _chunkVLSWFKRMjs.getAbiItem; exports.getAccount = _chunkVLSWFKRMjs.getAccount; exports.getAddress = _chunkVLSWFKRMjs.getAddress; exports.getCallError = _chunkVLSWFKRMjs.getCallError; exports.getChainContractAddress = _chunkVLSWFKRMjs.getChainContractAddress; exports.getContractAddress = _chunkVLSWFKRMjs.getContractAddress; exports.getContractError = _chunkVLSWFKRMjs.getContractError; exports.getCreate2Address = _chunkVLSWFKRMjs.getCreate2Address; exports.getCreateAddress = _chunkVLSWFKRMjs.getCreateAddress; exports.getEstimateGasError = _chunkVLSWFKRMjs.getEstimateGasError; exports.getEventSelector = _chunkVLSWFKRMjs.getEventSelector; exports.getFunctionSelector = _chunkVLSWFKRMjs.getFunctionSelector; exports.getNodeError = _chunkVLSWFKRMjs.getNodeError; exports.getSocket = _chunkVLSWFKRMjs.getSocket; exports.getTransactionError = _chunkVLSWFKRMjs.getTransactionError; exports.hashMessage = _chunkVLSWFKRMjs.hashMessage; exports.hexToBigInt = _chunkVLSWFKRMjs.hexToBigInt; exports.hexToBool = _chunkVLSWFKRMjs.hexToBool; exports.hexToBytes = _chunkVLSWFKRMjs.hexToBytes; exports.hexToNumber = _chunkVLSWFKRMjs.hexToNumber; exports.hexToString = _chunkVLSWFKRMjs.hexToString; exports.integerRegex = _chunkVLSWFKRMjs.integerRegex; exports.isAddress = _chunkVLSWFKRMjs.isAddress; exports.isAddressEqual = _chunkVLSWFKRMjs.isAddressEqual; exports.isBytes = _chunkVLSWFKRMjs.isBytes; exports.isHex = _chunkVLSWFKRMjs.isHex; exports.keccak256 = _chunkVLSWFKRMjs.keccak256; exports.numberToBytes = _chunkVLSWFKRMjs.numberToBytes; exports.numberToHex = _chunkVLSWFKRMjs.numberToHex; exports.pad = _chunkVLSWFKRMjs.pad; exports.padBytes = _chunkVLSWFKRMjs.padBytes; exports.padHex = _chunkVLSWFKRMjs.padHex; exports.parseAbi = _chunkVLSWFKRMjs.parseAbi; exports.parseAbiItem = _chunkVLSWFKRMjs.parseAbiItem; exports.parseAbiParameter = _chunkVLSWFKRMjs.parseAbiParameter; exports.parseAbiParameters = _chunkVLSWFKRMjs.parseAbiParameters; exports.parseEther = _chunkVLSWFKRMjs.parseEther; exports.parseGwei = _chunkVLSWFKRMjs.parseGwei; exports.parseUnits = _chunkVLSWFKRMjs.parseUnits; exports.prepareRequest = _chunkVLSWFKRMjs.prepareRequest; exports.recoverAddress = _chunkVLSWFKRMjs.recoverAddress; exports.recoverMessageAddress = _chunkVLSWFKRMjs.recoverMessageAddress; exports.rpc = _chunkVLSWFKRMjs.rpc; exports.size = _chunkVLSWFKRMjs.size; exports.slice = _chunkVLSWFKRMjs.slice; exports.sliceBytes = _chunkVLSWFKRMjs.sliceBytes; exports.sliceHex = _chunkVLSWFKRMjs.sliceHex; exports.stringToBytes = _chunkVLSWFKRMjs.stringToBytes; exports.stringToHex = _chunkVLSWFKRMjs.stringToHex; exports.stringify = _chunkVLSWFKRMjs.stringify; exports.toBytes = _chunkVLSWFKRMjs.toBytes; exports.toHex = _chunkVLSWFKRMjs.toHex; exports.toRlp = _chunkVLSWFKRMjs.toRlp; exports.transactionType = _chunkVLSWFKRMjs.transactionType; exports.trim = _chunkVLSWFKRMjs.trim; exports.verifyMessage = _chunkVLSWFKRMjs.verifyMessage;
|
217
217
|
//# 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 _chunkVLSWFKRMjs = require('./chunk-VLSWFKRM.js');
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -21,5 +21,5 @@ var _chunkV5OK27XKjs = require('./chunk-V5OK27XK.js');
|
|
21
21
|
|
22
22
|
|
23
23
|
|
24
|
-
exports.addChain =
|
24
|
+
exports.addChain = _chunkVLSWFKRMjs.addChain; exports.getAddresses = _chunkVLSWFKRMjs.getAddresses; exports.getPermissions = _chunkVLSWFKRMjs.getPermissions; exports.requestAddresses = _chunkVLSWFKRMjs.requestAddresses; exports.requestPermissions = _chunkVLSWFKRMjs.requestPermissions; exports.sendTransaction = _chunkVLSWFKRMjs.sendTransaction; exports.signMessage = _chunkVLSWFKRMjs.signMessage; exports.signTypedData = _chunkVLSWFKRMjs.signTypedData; exports.switchChain = _chunkVLSWFKRMjs.switchChain; exports.watchAsset = _chunkVLSWFKRMjs.watchAsset;
|
25
25
|
//# sourceMappingURL=wallet.js.map
|
package/dist/wallet.mjs
CHANGED