viem 0.3.0-main.20230404T211746 → 0.3.0-main.20230404T212115
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/accounts/index.js +17 -17
- package/dist/accounts/index.mjs +2 -2
- package/dist/chains.js +89 -89
- package/dist/chains.mjs +1 -1
- package/dist/{chunk-AHJNM32E.js → chunk-3ZIJALIN.js} +6 -6
- package/dist/{chunk-44NIEBBF.mjs → chunk-AXOYOUXU.mjs} +4 -4
- package/dist/chunk-AXOYOUXU.mjs.map +1 -0
- package/dist/{chunk-R6ORHU2S.js → chunk-D36PLAUX.js} +4 -4
- package/dist/chunk-D36PLAUX.js.map +1 -0
- package/dist/{chunk-NIAIVOIM.mjs → chunk-IVOMDH6N.mjs} +2 -2
- package/dist/contract.js +2 -2
- package/dist/contract.mjs +1 -1
- package/dist/ens.js +2 -2
- package/dist/ens.mjs +1 -1
- package/dist/ethers.js +4 -4
- package/dist/ethers.mjs +2 -2
- package/dist/index.js +94 -94
- package/dist/index.mjs +1 -1
- 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-44NIEBBF.mjs.map +0 -1
- package/dist/chunk-R6ORHU2S.js.map +0 -1
- /package/dist/{chunk-AHJNM32E.js.map → chunk-3ZIJALIN.js.map} +0 -0
- /package/dist/{chunk-NIAIVOIM.mjs.map → chunk-IVOMDH6N.mjs.map} +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
import {
|
2
2
|
InvalidAddressError,
|
3
3
|
isAddress
|
4
|
-
} from "./chunk-
|
4
|
+
} from "./chunk-AXOYOUXU.mjs";
|
5
5
|
|
6
6
|
// src/accounts/toAccount.ts
|
7
7
|
function toAccount(source) {
|
@@ -28,4 +28,4 @@ function toAccount(source) {
|
|
28
28
|
export {
|
29
29
|
toAccount
|
30
30
|
};
|
31
|
-
//# sourceMappingURL=chunk-
|
31
|
+
//# sourceMappingURL=chunk-IVOMDH6N.mjs.map
|
package/dist/contract.js
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
|
25
25
|
|
26
|
-
var
|
26
|
+
var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
|
27
27
|
|
28
28
|
|
29
29
|
|
@@ -49,5 +49,5 @@ var _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
|
|
49
49
|
|
50
50
|
|
51
51
|
|
52
|
-
exports.createContractEventFilter =
|
52
|
+
exports.createContractEventFilter = _chunkD36PLAUXjs.createContractEventFilter; exports.decodeAbiParameters = _chunkD36PLAUXjs.decodeAbiParameters; exports.decodeErrorResult = _chunkD36PLAUXjs.decodeErrorResult; exports.decodeEventLog = _chunkD36PLAUXjs.decodeEventLog; exports.decodeFunctionData = _chunkD36PLAUXjs.decodeFunctionData; exports.decodeFunctionResult = _chunkD36PLAUXjs.decodeFunctionResult; exports.deployContract = _chunkD36PLAUXjs.deployContract; exports.encodeAbiParameters = _chunkD36PLAUXjs.encodeAbiParameters; exports.encodeDeployData = _chunkD36PLAUXjs.encodeDeployData; exports.encodeErrorResult = _chunkD36PLAUXjs.encodeErrorResult; exports.encodeEventTopics = _chunkD36PLAUXjs.encodeEventTopics; exports.encodeFunctionData = _chunkD36PLAUXjs.encodeFunctionData; exports.encodeFunctionResult = _chunkD36PLAUXjs.encodeFunctionResult; exports.estimateContractGas = _chunkD36PLAUXjs.estimateContractGas; exports.formatAbiItem = _chunkD36PLAUXjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkD36PLAUXjs.formatAbiItemWithArgs; exports.getAbiItem = _chunkD36PLAUXjs.getAbiItem; exports.getBytecode = _chunkD36PLAUXjs.getBytecode; exports.getStorageAt = _chunkD36PLAUXjs.getStorageAt; exports.multicall = _chunkD36PLAUXjs.multicall; exports.readContract = _chunkD36PLAUXjs.readContract; exports.simulateContract = _chunkD36PLAUXjs.simulateContract; exports.watchContractEvent = _chunkD36PLAUXjs.watchContractEvent; exports.writeContract = _chunkD36PLAUXjs.writeContract;
|
53
53
|
//# sourceMappingURL=contract.js.map
|
package/dist/contract.mjs
CHANGED
package/dist/ens.js
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
-
var
|
9
|
+
var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
|
10
10
|
|
11
11
|
// src/utils/ens/normalize.ts
|
12
12
|
var _idnauts46hx = require('idna-uts46-hx'); var _idnauts46hx2 = _interopRequireDefault(_idnauts46hx);
|
@@ -22,5 +22,5 @@ function normalize(name) {
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
exports.getEnsAddress =
|
25
|
+
exports.getEnsAddress = _chunkD36PLAUXjs.getEnsAddress; exports.getEnsAvatar = _chunkD36PLAUXjs.getEnsAvatar; exports.getEnsName = _chunkD36PLAUXjs.getEnsName; exports.getEnsResolver = _chunkD36PLAUXjs.getEnsResolver; exports.getEnsText = _chunkD36PLAUXjs.getEnsText; exports.labelhash = _chunkD36PLAUXjs.labelhash; exports.namehash = _chunkD36PLAUXjs.namehash; exports.normalize = normalize;
|
26
26
|
//# sourceMappingURL=ens.js.map
|
package/dist/ens.mjs
CHANGED
package/dist/ethers.js
CHANGED
@@ -1,15 +1,15 @@
|
|
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
|
-
var
|
3
|
+
var _chunk3ZIJALINjs = require('./chunk-3ZIJALIN.js');
|
4
4
|
|
5
5
|
|
6
|
-
var
|
6
|
+
var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
|
7
7
|
|
8
8
|
// src/adapters/ethers.ts
|
9
|
-
var ethersWalletToAccount = (wallet) =>
|
9
|
+
var ethersWalletToAccount = (wallet) => _chunk3ZIJALINjs.toAccount.call(void 0, {
|
10
10
|
address: wallet.address,
|
11
11
|
async signMessage({ message }) {
|
12
|
-
return await wallet.signMessage(
|
12
|
+
return await wallet.signMessage(_chunkD36PLAUXjs.toBytes.call(void 0, message));
|
13
13
|
},
|
14
14
|
async signTransaction(txn) {
|
15
15
|
return await wallet.signTransaction({
|
package/dist/ethers.mjs
CHANGED
package/dist/index.js
CHANGED
@@ -265,7 +265,7 @@
|
|
265
265
|
|
266
266
|
|
267
267
|
|
268
|
-
var
|
268
|
+
var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
|
269
269
|
|
270
270
|
// src/clients/transports/createTransport.ts
|
271
271
|
function createTransport({
|
@@ -279,7 +279,7 @@ function createTransport({
|
|
279
279
|
}, value) {
|
280
280
|
return {
|
281
281
|
config: { key, name, request, retryCount, retryDelay, timeout, type },
|
282
|
-
request:
|
282
|
+
request: _chunkD36PLAUXjs.buildRequest.call(void 0, request, { retryCount, retryDelay }),
|
283
283
|
value
|
284
284
|
};
|
285
285
|
}
|
@@ -321,7 +321,7 @@ function fallback(transports_, config = {}) {
|
|
321
321
|
params
|
322
322
|
});
|
323
323
|
} catch (err) {
|
324
|
-
if (
|
324
|
+
if (_chunkD36PLAUXjs.isDeterministicError.call(void 0, err))
|
325
325
|
throw err;
|
326
326
|
if (i === transports.length - 1)
|
327
327
|
throw err;
|
@@ -407,7 +407,7 @@ function rankTransports({
|
|
407
407
|
];
|
408
408
|
}).sort((a, b) => b[0] - a[0]);
|
409
409
|
onTransports(scores.map(([, i]) => transports[i]));
|
410
|
-
await
|
410
|
+
await _chunkD36PLAUXjs.wait.call(void 0, interval);
|
411
411
|
rankTransports_();
|
412
412
|
};
|
413
413
|
rankTransports_();
|
@@ -426,13 +426,13 @@ function http(url, config = {}) {
|
|
426
426
|
const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
|
427
427
|
const url_ = url || _optionalChain([chain, 'optionalAccess', _2 => _2.rpcUrls, 'access', _3 => _3.default, 'access', _4 => _4.http, 'access', _5 => _5[0]]);
|
428
428
|
if (!url_)
|
429
|
-
throw new (0,
|
429
|
+
throw new (0, _chunkD36PLAUXjs.UrlRequiredError)();
|
430
430
|
return createTransport(
|
431
431
|
{
|
432
432
|
key,
|
433
433
|
name,
|
434
434
|
async request({ method, params }) {
|
435
|
-
const { result } = await
|
435
|
+
const { result } = await _chunkD36PLAUXjs.rpc.http(url_, {
|
436
436
|
body: {
|
437
437
|
method,
|
438
438
|
params
|
@@ -462,14 +462,14 @@ function webSocket(url, config = {}) {
|
|
462
462
|
const timeout = _nullishCoalesce(_nullishCoalesce(timeout_, () => ( config.timeout)), () => ( 1e4));
|
463
463
|
const url_ = url || _optionalChain([chain, 'optionalAccess', _6 => _6.rpcUrls, 'access', _7 => _7.default, 'access', _8 => _8.webSocket, 'optionalAccess', _9 => _9[0]]);
|
464
464
|
if (!url_)
|
465
|
-
throw new (0,
|
465
|
+
throw new (0, _chunkD36PLAUXjs.UrlRequiredError)();
|
466
466
|
return createTransport(
|
467
467
|
{
|
468
468
|
key,
|
469
469
|
name,
|
470
470
|
async request({ method, params }) {
|
471
|
-
const socket = await
|
472
|
-
const { result } = await
|
471
|
+
const socket = await _chunkD36PLAUXjs.getSocket.call(void 0, url_);
|
472
|
+
const { result } = await _chunkD36PLAUXjs.rpc.webSocketAsync(socket, {
|
473
473
|
body: { method, params },
|
474
474
|
timeout
|
475
475
|
});
|
@@ -482,12 +482,12 @@ function webSocket(url, config = {}) {
|
|
482
482
|
},
|
483
483
|
{
|
484
484
|
getSocket() {
|
485
|
-
return
|
485
|
+
return _chunkD36PLAUXjs.getSocket.call(void 0, url_);
|
486
486
|
},
|
487
487
|
async subscribe({ params, onData, onError }) {
|
488
|
-
const socket = await
|
488
|
+
const socket = await _chunkD36PLAUXjs.getSocket.call(void 0, url_);
|
489
489
|
const { result: subscriptionId } = await new Promise(
|
490
|
-
(resolve, reject) =>
|
490
|
+
(resolve, reject) => _chunkD36PLAUXjs.rpc.webSocket(socket, {
|
491
491
|
body: {
|
492
492
|
method: "eth_subscribe",
|
493
493
|
params
|
@@ -511,7 +511,7 @@ function webSocket(url, config = {}) {
|
|
511
511
|
subscriptionId,
|
512
512
|
async unsubscribe() {
|
513
513
|
return new Promise(
|
514
|
-
(resolve, reject) =>
|
514
|
+
(resolve, reject) => _chunkD36PLAUXjs.rpc.webSocket(socket, {
|
515
515
|
body: {
|
516
516
|
method: "eth_unsubscribe",
|
517
517
|
params: [subscriptionId]
|
@@ -567,95 +567,95 @@ function createClient({
|
|
567
567
|
|
568
568
|
// src/clients/decorators/public.ts
|
569
569
|
var publicActions = (client) => ({
|
570
|
-
call: (args) =>
|
571
|
-
createBlockFilter: () =>
|
572
|
-
createContractEventFilter: (args) =>
|
573
|
-
createEventFilter: (args) =>
|
574
|
-
createPendingTransactionFilter: () =>
|
575
|
-
estimateContractGas: (args) =>
|
576
|
-
estimateGas: (args) =>
|
577
|
-
getBalance: (args) =>
|
578
|
-
getBlock: (args) =>
|
579
|
-
getBlockNumber: (args) =>
|
580
|
-
getBlockTransactionCount: (args) =>
|
581
|
-
getBytecode: (args) =>
|
582
|
-
getChainId: () =>
|
583
|
-
getEnsAddress: (args) =>
|
584
|
-
getEnsAvatar: (args) =>
|
585
|
-
getEnsName: (args) =>
|
586
|
-
getEnsResolver: (args) =>
|
587
|
-
getEnsText: (args) =>
|
588
|
-
getFeeHistory: (args) =>
|
589
|
-
getFilterChanges: (args) =>
|
590
|
-
getFilterLogs: (args) =>
|
591
|
-
getGasPrice: () =>
|
592
|
-
getLogs: (args) =>
|
593
|
-
getStorageAt: (args) =>
|
594
|
-
getTransaction: (args) =>
|
595
|
-
getTransactionConfirmations: (args) =>
|
596
|
-
getTransactionCount: (args) =>
|
597
|
-
getTransactionReceipt: (args) =>
|
598
|
-
multicall: (args) =>
|
599
|
-
readContract: (args) =>
|
600
|
-
simulateContract: (args) =>
|
601
|
-
uninstallFilter: (args) =>
|
602
|
-
waitForTransactionReceipt: (args) =>
|
603
|
-
watchBlocks: (args) =>
|
604
|
-
watchBlockNumber: (args) =>
|
605
|
-
watchContractEvent: (args) =>
|
606
|
-
watchEvent: (args) =>
|
607
|
-
watchPendingTransactions: (args) =>
|
570
|
+
call: (args) => _chunkD36PLAUXjs.call.call(void 0, client, args),
|
571
|
+
createBlockFilter: () => _chunkD36PLAUXjs.createBlockFilter.call(void 0, client),
|
572
|
+
createContractEventFilter: (args) => _chunkD36PLAUXjs.createContractEventFilter.call(void 0, client, args),
|
573
|
+
createEventFilter: (args) => _chunkD36PLAUXjs.createEventFilter.call(void 0, client, args),
|
574
|
+
createPendingTransactionFilter: () => _chunkD36PLAUXjs.createPendingTransactionFilter.call(void 0, client),
|
575
|
+
estimateContractGas: (args) => _chunkD36PLAUXjs.estimateContractGas.call(void 0, client, args),
|
576
|
+
estimateGas: (args) => _chunkD36PLAUXjs.estimateGas.call(void 0, client, args),
|
577
|
+
getBalance: (args) => _chunkD36PLAUXjs.getBalance.call(void 0, client, args),
|
578
|
+
getBlock: (args) => _chunkD36PLAUXjs.getBlock.call(void 0, client, args),
|
579
|
+
getBlockNumber: (args) => _chunkD36PLAUXjs.getBlockNumber.call(void 0, client, args),
|
580
|
+
getBlockTransactionCount: (args) => _chunkD36PLAUXjs.getBlockTransactionCount.call(void 0, client, args),
|
581
|
+
getBytecode: (args) => _chunkD36PLAUXjs.getBytecode.call(void 0, client, args),
|
582
|
+
getChainId: () => _chunkD36PLAUXjs.getChainId.call(void 0, client),
|
583
|
+
getEnsAddress: (args) => _chunkD36PLAUXjs.getEnsAddress.call(void 0, client, args),
|
584
|
+
getEnsAvatar: (args) => _chunkD36PLAUXjs.getEnsAvatar.call(void 0, client, args),
|
585
|
+
getEnsName: (args) => _chunkD36PLAUXjs.getEnsName.call(void 0, client, args),
|
586
|
+
getEnsResolver: (args) => _chunkD36PLAUXjs.getEnsResolver.call(void 0, client, args),
|
587
|
+
getEnsText: (args) => _chunkD36PLAUXjs.getEnsText.call(void 0, client, args),
|
588
|
+
getFeeHistory: (args) => _chunkD36PLAUXjs.getFeeHistory.call(void 0, client, args),
|
589
|
+
getFilterChanges: (args) => _chunkD36PLAUXjs.getFilterChanges.call(void 0, client, args),
|
590
|
+
getFilterLogs: (args) => _chunkD36PLAUXjs.getFilterLogs.call(void 0, client, args),
|
591
|
+
getGasPrice: () => _chunkD36PLAUXjs.getGasPrice.call(void 0, client),
|
592
|
+
getLogs: (args) => _chunkD36PLAUXjs.getLogs.call(void 0, client, args),
|
593
|
+
getStorageAt: (args) => _chunkD36PLAUXjs.getStorageAt.call(void 0, client, args),
|
594
|
+
getTransaction: (args) => _chunkD36PLAUXjs.getTransaction.call(void 0, client, args),
|
595
|
+
getTransactionConfirmations: (args) => _chunkD36PLAUXjs.getTransactionConfirmations.call(void 0, client, args),
|
596
|
+
getTransactionCount: (args) => _chunkD36PLAUXjs.getTransactionCount.call(void 0, client, args),
|
597
|
+
getTransactionReceipt: (args) => _chunkD36PLAUXjs.getTransactionReceipt.call(void 0, client, args),
|
598
|
+
multicall: (args) => _chunkD36PLAUXjs.multicall.call(void 0, client, args),
|
599
|
+
readContract: (args) => _chunkD36PLAUXjs.readContract.call(void 0, client, args),
|
600
|
+
simulateContract: (args) => _chunkD36PLAUXjs.simulateContract.call(void 0, client, args),
|
601
|
+
uninstallFilter: (args) => _chunkD36PLAUXjs.uninstallFilter.call(void 0, client, args),
|
602
|
+
waitForTransactionReceipt: (args) => _chunkD36PLAUXjs.waitForTransactionReceipt.call(void 0, client, args),
|
603
|
+
watchBlocks: (args) => _chunkD36PLAUXjs.watchBlocks.call(void 0, client, args),
|
604
|
+
watchBlockNumber: (args) => _chunkD36PLAUXjs.watchBlockNumber.call(void 0, client, args),
|
605
|
+
watchContractEvent: (args) => _chunkD36PLAUXjs.watchContractEvent.call(void 0, client, args),
|
606
|
+
watchEvent: (args) => _chunkD36PLAUXjs.watchEvent.call(void 0, client, args),
|
607
|
+
watchPendingTransactions: (args) => _chunkD36PLAUXjs.watchPendingTransactions.call(void 0, client, args)
|
608
608
|
});
|
609
609
|
|
610
610
|
// src/clients/decorators/test.ts
|
611
611
|
function testActions(client) {
|
612
612
|
return {
|
613
|
-
dropTransaction: (args) =>
|
614
|
-
getAutomine: () =>
|
615
|
-
getTxpoolContent: () =>
|
616
|
-
getTxpoolStatus: () =>
|
617
|
-
impersonateAccount: (args) =>
|
618
|
-
increaseTime: (args) =>
|
619
|
-
inspectTxpool: () =>
|
620
|
-
mine: (args) =>
|
621
|
-
removeBlockTimestampInterval: () =>
|
622
|
-
reset: (args) =>
|
623
|
-
revert: (args) =>
|
624
|
-
sendUnsignedTransaction: (args) =>
|
625
|
-
setAutomine: (args) =>
|
626
|
-
setBalance: (args) =>
|
627
|
-
setBlockGasLimit: (args) =>
|
628
|
-
setBlockTimestampInterval: (args) =>
|
629
|
-
setCode: (args) =>
|
630
|
-
setCoinbase: (args) =>
|
631
|
-
setIntervalMining: (args) =>
|
632
|
-
setLoggingEnabled: (args) =>
|
633
|
-
setMinGasPrice: (args) =>
|
634
|
-
setNextBlockBaseFeePerGas: (args) =>
|
635
|
-
setNextBlockTimestamp: (args) =>
|
636
|
-
setNonce: (args) =>
|
637
|
-
setRpcUrl: (args) =>
|
638
|
-
setStorageAt: (args) =>
|
639
|
-
snapshot: () =>
|
640
|
-
stopImpersonatingAccount: (args) =>
|
613
|
+
dropTransaction: (args) => _chunkD36PLAUXjs.dropTransaction.call(void 0, client, args),
|
614
|
+
getAutomine: () => _chunkD36PLAUXjs.getAutomine.call(void 0, client),
|
615
|
+
getTxpoolContent: () => _chunkD36PLAUXjs.getTxpoolContent.call(void 0, client),
|
616
|
+
getTxpoolStatus: () => _chunkD36PLAUXjs.getTxpoolStatus.call(void 0, client),
|
617
|
+
impersonateAccount: (args) => _chunkD36PLAUXjs.impersonateAccount.call(void 0, client, args),
|
618
|
+
increaseTime: (args) => _chunkD36PLAUXjs.increaseTime.call(void 0, client, args),
|
619
|
+
inspectTxpool: () => _chunkD36PLAUXjs.inspectTxpool.call(void 0, client),
|
620
|
+
mine: (args) => _chunkD36PLAUXjs.mine.call(void 0, client, args),
|
621
|
+
removeBlockTimestampInterval: () => _chunkD36PLAUXjs.removeBlockTimestampInterval.call(void 0, client),
|
622
|
+
reset: (args) => _chunkD36PLAUXjs.reset.call(void 0, client, args),
|
623
|
+
revert: (args) => _chunkD36PLAUXjs.revert.call(void 0, client, args),
|
624
|
+
sendUnsignedTransaction: (args) => _chunkD36PLAUXjs.sendUnsignedTransaction.call(void 0, client, args),
|
625
|
+
setAutomine: (args) => _chunkD36PLAUXjs.setAutomine.call(void 0, client, args),
|
626
|
+
setBalance: (args) => _chunkD36PLAUXjs.setBalance.call(void 0, client, args),
|
627
|
+
setBlockGasLimit: (args) => _chunkD36PLAUXjs.setBlockGasLimit.call(void 0, client, args),
|
628
|
+
setBlockTimestampInterval: (args) => _chunkD36PLAUXjs.setBlockTimestampInterval.call(void 0, client, args),
|
629
|
+
setCode: (args) => _chunkD36PLAUXjs.setCode.call(void 0, client, args),
|
630
|
+
setCoinbase: (args) => _chunkD36PLAUXjs.setCoinbase.call(void 0, client, args),
|
631
|
+
setIntervalMining: (args) => _chunkD36PLAUXjs.setIntervalMining.call(void 0, client, args),
|
632
|
+
setLoggingEnabled: (args) => _chunkD36PLAUXjs.setLoggingEnabled.call(void 0, client, args),
|
633
|
+
setMinGasPrice: (args) => _chunkD36PLAUXjs.setMinGasPrice.call(void 0, client, args),
|
634
|
+
setNextBlockBaseFeePerGas: (args) => _chunkD36PLAUXjs.setNextBlockBaseFeePerGas.call(void 0, client, args),
|
635
|
+
setNextBlockTimestamp: (args) => _chunkD36PLAUXjs.setNextBlockTimestamp.call(void 0, client, args),
|
636
|
+
setNonce: (args) => _chunkD36PLAUXjs.setNonce.call(void 0, client, args),
|
637
|
+
setRpcUrl: (args) => _chunkD36PLAUXjs.setRpcUrl.call(void 0, client, args),
|
638
|
+
setStorageAt: (args) => _chunkD36PLAUXjs.setStorageAt.call(void 0, client, args),
|
639
|
+
snapshot: () => _chunkD36PLAUXjs.snapshot.call(void 0, client),
|
640
|
+
stopImpersonatingAccount: (args) => _chunkD36PLAUXjs.stopImpersonatingAccount.call(void 0, client, args)
|
641
641
|
};
|
642
642
|
}
|
643
643
|
|
644
644
|
// src/clients/decorators/wallet.ts
|
645
645
|
var walletActions = (client) => ({
|
646
|
-
addChain: (args) =>
|
647
|
-
deployContract: (args) =>
|
648
|
-
getAddresses: () =>
|
649
|
-
getChainId: () =>
|
650
|
-
getPermissions: () =>
|
651
|
-
requestAddresses: () =>
|
652
|
-
requestPermissions: (args) =>
|
653
|
-
sendTransaction: (args) =>
|
654
|
-
signMessage: (args) =>
|
655
|
-
signTypedData: (args) =>
|
656
|
-
switchChain: (args) =>
|
657
|
-
watchAsset: (args) =>
|
658
|
-
writeContract: (args) =>
|
646
|
+
addChain: (args) => _chunkD36PLAUXjs.addChain.call(void 0, client, args),
|
647
|
+
deployContract: (args) => _chunkD36PLAUXjs.deployContract.call(void 0, client, args),
|
648
|
+
getAddresses: () => _chunkD36PLAUXjs.getAddresses.call(void 0, client),
|
649
|
+
getChainId: () => _chunkD36PLAUXjs.getChainId.call(void 0, client),
|
650
|
+
getPermissions: () => _chunkD36PLAUXjs.getPermissions.call(void 0, client),
|
651
|
+
requestAddresses: () => _chunkD36PLAUXjs.requestAddresses.call(void 0, client),
|
652
|
+
requestPermissions: (args) => _chunkD36PLAUXjs.requestPermissions.call(void 0, client, args),
|
653
|
+
sendTransaction: (args) => _chunkD36PLAUXjs.sendTransaction.call(void 0, client, args),
|
654
|
+
signMessage: (args) => _chunkD36PLAUXjs.signMessage.call(void 0, client, args),
|
655
|
+
signTypedData: (args) => _chunkD36PLAUXjs.signTypedData.call(void 0, client, args),
|
656
|
+
switchChain: (args) => _chunkD36PLAUXjs.switchChain.call(void 0, client, args),
|
657
|
+
watchAsset: (args) => _chunkD36PLAUXjs.watchAsset.call(void 0, client, args),
|
658
|
+
writeContract: (args) => _chunkD36PLAUXjs.writeContract.call(void 0, client, args)
|
659
659
|
});
|
660
660
|
|
661
661
|
// src/clients/createPublicClient.ts
|
@@ -724,7 +724,7 @@ function createWalletClient({
|
|
724
724
|
transport: (opts) => transport({ ...opts, retryCount: 0 }),
|
725
725
|
type: "walletClient"
|
726
726
|
}),
|
727
|
-
account: account ?
|
727
|
+
account: account ? _chunkD36PLAUXjs.parseAccount.call(void 0, account) : void 0
|
728
728
|
};
|
729
729
|
return {
|
730
730
|
...client,
|
@@ -923,5 +923,5 @@ function createWalletClient({
|
|
923
923
|
|
924
924
|
|
925
925
|
|
926
|
-
exports.AbiConstructorNotFoundError = _chunkR6ORHU2Sjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkR6ORHU2Sjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkR6ORHU2Sjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkR6ORHU2Sjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkR6ORHU2Sjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkR6ORHU2Sjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkR6ORHU2Sjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkR6ORHU2Sjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkR6ORHU2Sjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkR6ORHU2Sjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkR6ORHU2Sjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkR6ORHU2Sjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkR6ORHU2Sjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkR6ORHU2Sjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkR6ORHU2Sjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkR6ORHU2Sjs.BaseError; exports.BlockNotFoundError = _chunkR6ORHU2Sjs.BlockNotFoundError; exports.CallExecutionError = _chunkR6ORHU2Sjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkR6ORHU2Sjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkR6ORHU2Sjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkR6ORHU2Sjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkR6ORHU2Sjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkR6ORHU2Sjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkR6ORHU2Sjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkR6ORHU2Sjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkR6ORHU2Sjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkR6ORHU2Sjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkR6ORHU2Sjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkR6ORHU2Sjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkR6ORHU2Sjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkR6ORHU2Sjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkR6ORHU2Sjs.HttpRequestError; exports.InsufficientFundsError = _chunkR6ORHU2Sjs.InsufficientFundsError; exports.InternalRpcError = _chunkR6ORHU2Sjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkR6ORHU2Sjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkR6ORHU2Sjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkR6ORHU2Sjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkR6ORHU2Sjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkR6ORHU2Sjs.InvalidAddressError; exports.InvalidArrayError = _chunkR6ORHU2Sjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkR6ORHU2Sjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkR6ORHU2Sjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkR6ORHU2Sjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkR6ORHU2Sjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkR6ORHU2Sjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkR6ORHU2Sjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkR6ORHU2Sjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkR6ORHU2Sjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkR6ORHU2Sjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkR6ORHU2Sjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkR6ORHU2Sjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkR6ORHU2Sjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkR6ORHU2Sjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkR6ORHU2Sjs.NonceMaxValueError; exports.NonceTooHighError = _chunkR6ORHU2Sjs.NonceTooHighError; exports.NonceTooLowError = _chunkR6ORHU2Sjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkR6ORHU2Sjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkR6ORHU2Sjs.ParseRpcError; exports.RawContractError = _chunkR6ORHU2Sjs.RawContractError; exports.RequestError = _chunkR6ORHU2Sjs.RequestError; exports.ResourceNotFoundRpcError = _chunkR6ORHU2Sjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkR6ORHU2Sjs.ResourceUnavailableRpcError; exports.RpcError = _chunkR6ORHU2Sjs.RpcError; exports.RpcRequestError = _chunkR6ORHU2Sjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkR6ORHU2Sjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkR6ORHU2Sjs.SwitchChainError; exports.TimeoutError = _chunkR6ORHU2Sjs.TimeoutError; exports.TipAboveFeeCapError = _chunkR6ORHU2Sjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkR6ORHU2Sjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkR6ORHU2Sjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkR6ORHU2Sjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkR6ORHU2Sjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkR6ORHU2Sjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkR6ORHU2Sjs.UnknownNodeError; exports.UnknownRpcError = _chunkR6ORHU2Sjs.UnknownRpcError; exports.UrlRequiredError = _chunkR6ORHU2Sjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkR6ORHU2Sjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkR6ORHU2Sjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkR6ORHU2Sjs.WebSocketRequestError; exports.assertRequest = _chunkR6ORHU2Sjs.assertRequest; exports.assertTransactionEIP1559 = _chunkR6ORHU2Sjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkR6ORHU2Sjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkR6ORHU2Sjs.assertTransactionLegacy; exports.boolToBytes = _chunkR6ORHU2Sjs.boolToBytes; exports.boolToHex = _chunkR6ORHU2Sjs.boolToHex; exports.bytesToBigint = _chunkR6ORHU2Sjs.bytesToBigint; exports.bytesToBool = _chunkR6ORHU2Sjs.bytesToBool; exports.bytesToHex = _chunkR6ORHU2Sjs.bytesToHex; exports.bytesToNumber = _chunkR6ORHU2Sjs.bytesToNumber; exports.bytesToString = _chunkR6ORHU2Sjs.bytesToString; exports.concat = _chunkR6ORHU2Sjs.concat; exports.concatBytes = _chunkR6ORHU2Sjs.concatBytes; exports.concatHex = _chunkR6ORHU2Sjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkR6ORHU2Sjs.decodeAbiParameters; exports.decodeErrorResult = _chunkR6ORHU2Sjs.decodeErrorResult; exports.decodeEventLog = _chunkR6ORHU2Sjs.decodeEventLog; exports.decodeFunctionData = _chunkR6ORHU2Sjs.decodeFunctionData; exports.decodeFunctionResult = _chunkR6ORHU2Sjs.decodeFunctionResult; exports.defineBlock = _chunkR6ORHU2Sjs.defineBlock; exports.defineChain = _chunkR6ORHU2Sjs.defineChain; exports.defineTransaction = _chunkR6ORHU2Sjs.defineTransaction; exports.defineTransactionReceipt = _chunkR6ORHU2Sjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkR6ORHU2Sjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkR6ORHU2Sjs.encodeAbiParameters; exports.encodeDeployData = _chunkR6ORHU2Sjs.encodeDeployData; exports.encodeErrorResult = _chunkR6ORHU2Sjs.encodeErrorResult; exports.encodeEventTopics = _chunkR6ORHU2Sjs.encodeEventTopics; exports.encodeFunctionData = _chunkR6ORHU2Sjs.encodeFunctionData; exports.encodeFunctionResult = _chunkR6ORHU2Sjs.encodeFunctionResult; exports.encodePacked = _chunkR6ORHU2Sjs.encodePacked; exports.etherUnits = _chunkR6ORHU2Sjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkR6ORHU2Sjs.formatBlock; exports.formatEther = _chunkR6ORHU2Sjs.formatEther; exports.formatGwei = _chunkR6ORHU2Sjs.formatGwei; exports.formatTransaction = _chunkR6ORHU2Sjs.formatTransaction; exports.formatTransactionRequest = _chunkR6ORHU2Sjs.formatTransactionRequest; exports.formatUnits = _chunkR6ORHU2Sjs.formatUnits; exports.fromBytes = _chunkR6ORHU2Sjs.fromBytes; exports.fromHex = _chunkR6ORHU2Sjs.fromHex; exports.fromRlp = _chunkR6ORHU2Sjs.fromRlp; exports.getAbiItem = _chunkR6ORHU2Sjs.getAbiItem; exports.getAddress = _chunkR6ORHU2Sjs.getAddress; exports.getContract = _chunkR6ORHU2Sjs.getContract; exports.getContractAddress = _chunkR6ORHU2Sjs.getContractAddress; exports.getContractError = _chunkR6ORHU2Sjs.getContractError; exports.getCreate2Address = _chunkR6ORHU2Sjs.getCreate2Address; exports.getCreateAddress = _chunkR6ORHU2Sjs.getCreateAddress; exports.getEventSelector = _chunkR6ORHU2Sjs.getEventSelector; exports.getFunctionSelector = _chunkR6ORHU2Sjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkR6ORHU2Sjs.getSerializedTransactionType; exports.getTransactionType = _chunkR6ORHU2Sjs.getTransactionType; exports.gweiUnits = _chunkR6ORHU2Sjs.gweiUnits; exports.hashMessage = _chunkR6ORHU2Sjs.hashMessage; exports.hashTypedData = _chunkR6ORHU2Sjs.hashTypedData; exports.hexToBigInt = _chunkR6ORHU2Sjs.hexToBigInt; exports.hexToBool = _chunkR6ORHU2Sjs.hexToBool; exports.hexToBytes = _chunkR6ORHU2Sjs.hexToBytes; exports.hexToNumber = _chunkR6ORHU2Sjs.hexToNumber; exports.hexToString = _chunkR6ORHU2Sjs.hexToString; exports.http = http; exports.isAddress = _chunkR6ORHU2Sjs.isAddress; exports.isAddressEqual = _chunkR6ORHU2Sjs.isAddressEqual; exports.isBytes = _chunkR6ORHU2Sjs.isBytes; exports.isHash = _chunkR6ORHU2Sjs.isHash; exports.isHex = _chunkR6ORHU2Sjs.isHex; exports.keccak256 = _chunkR6ORHU2Sjs.keccak256; exports.labelhash = _chunkR6ORHU2Sjs.labelhash; exports.multicall3Abi = _chunkR6ORHU2Sjs.multicall3Abi; exports.namehash = _chunkR6ORHU2Sjs.namehash; exports.numberToBytes = _chunkR6ORHU2Sjs.numberToBytes; exports.numberToHex = _chunkR6ORHU2Sjs.numberToHex; exports.pad = _chunkR6ORHU2Sjs.pad; exports.padBytes = _chunkR6ORHU2Sjs.padBytes; exports.padHex = _chunkR6ORHU2Sjs.padHex; exports.parseAbi = _chunkR6ORHU2Sjs.parseAbi; exports.parseAbiItem = _chunkR6ORHU2Sjs.parseAbiItem; exports.parseAbiParameter = _chunkR6ORHU2Sjs.parseAbiParameter; exports.parseAbiParameters = _chunkR6ORHU2Sjs.parseAbiParameters; exports.parseEther = _chunkR6ORHU2Sjs.parseEther; exports.parseGwei = _chunkR6ORHU2Sjs.parseGwei; exports.parseTransaction = _chunkR6ORHU2Sjs.parseTransaction; exports.parseUnits = _chunkR6ORHU2Sjs.parseUnits; exports.prepareRequest = _chunkR6ORHU2Sjs.prepareRequest; exports.recoverAddress = _chunkR6ORHU2Sjs.recoverAddress; exports.recoverMessageAddress = _chunkR6ORHU2Sjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkR6ORHU2Sjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkR6ORHU2Sjs.serializeTransaction; exports.size = _chunkR6ORHU2Sjs.size; exports.slice = _chunkR6ORHU2Sjs.slice; exports.sliceBytes = _chunkR6ORHU2Sjs.sliceBytes; exports.sliceHex = _chunkR6ORHU2Sjs.sliceHex; exports.stringToBytes = _chunkR6ORHU2Sjs.stringToBytes; exports.stringToHex = _chunkR6ORHU2Sjs.stringToHex; exports.stringify = _chunkR6ORHU2Sjs.stringify; exports.toBytes = _chunkR6ORHU2Sjs.toBytes; exports.toHex = _chunkR6ORHU2Sjs.toHex; exports.toRlp = _chunkR6ORHU2Sjs.toRlp; exports.transactionType = _chunkR6ORHU2Sjs.transactionType; exports.trim = _chunkR6ORHU2Sjs.trim; exports.validateTypedData = _chunkR6ORHU2Sjs.validateTypedData; exports.verifyMessage = _chunkR6ORHU2Sjs.verifyMessage; exports.verifyTypedData = _chunkR6ORHU2Sjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkR6ORHU2Sjs.weiUnits;
|
926
|
+
exports.AbiConstructorNotFoundError = _chunkD36PLAUXjs.AbiConstructorNotFoundError; exports.AbiConstructorParamsNotFoundError = _chunkD36PLAUXjs.AbiConstructorParamsNotFoundError; exports.AbiDecodingDataSizeInvalidError = _chunkD36PLAUXjs.AbiDecodingDataSizeInvalidError; exports.AbiDecodingZeroDataError = _chunkD36PLAUXjs.AbiDecodingZeroDataError; exports.AbiEncodingArrayLengthMismatchError = _chunkD36PLAUXjs.AbiEncodingArrayLengthMismatchError; exports.AbiEncodingLengthMismatchError = _chunkD36PLAUXjs.AbiEncodingLengthMismatchError; exports.AbiErrorInputsNotFoundError = _chunkD36PLAUXjs.AbiErrorInputsNotFoundError; exports.AbiErrorNotFoundError = _chunkD36PLAUXjs.AbiErrorNotFoundError; exports.AbiErrorSignatureNotFoundError = _chunkD36PLAUXjs.AbiErrorSignatureNotFoundError; exports.AbiEventNotFoundError = _chunkD36PLAUXjs.AbiEventNotFoundError; exports.AbiEventSignatureEmptyTopicsError = _chunkD36PLAUXjs.AbiEventSignatureEmptyTopicsError; exports.AbiEventSignatureNotFoundError = _chunkD36PLAUXjs.AbiEventSignatureNotFoundError; exports.AbiFunctionNotFoundError = _chunkD36PLAUXjs.AbiFunctionNotFoundError; exports.AbiFunctionOutputsNotFoundError = _chunkD36PLAUXjs.AbiFunctionOutputsNotFoundError; exports.AbiFunctionSignatureNotFoundError = _chunkD36PLAUXjs.AbiFunctionSignatureNotFoundError; exports.BaseError = _chunkD36PLAUXjs.BaseError; exports.BlockNotFoundError = _chunkD36PLAUXjs.BlockNotFoundError; exports.CallExecutionError = _chunkD36PLAUXjs.CallExecutionError; exports.ChainDoesNotSupportContract = _chunkD36PLAUXjs.ChainDoesNotSupportContract; exports.ContractFunctionExecutionError = _chunkD36PLAUXjs.ContractFunctionExecutionError; exports.ContractFunctionRevertedError = _chunkD36PLAUXjs.ContractFunctionRevertedError; exports.ContractFunctionZeroDataError = _chunkD36PLAUXjs.ContractFunctionZeroDataError; exports.DataLengthTooLongError = _chunkD36PLAUXjs.DataLengthTooLongError; exports.DataLengthTooShortError = _chunkD36PLAUXjs.DataLengthTooShortError; exports.DecodeLogTopicsMismatch = _chunkD36PLAUXjs.DecodeLogTopicsMismatch; exports.EnsAvatarUriResolutionError = _chunkD36PLAUXjs.EnsAvatarUriResolutionError; exports.EstimateGasExecutionError = _chunkD36PLAUXjs.EstimateGasExecutionError; exports.ExecutionRevertedError = _chunkD36PLAUXjs.ExecutionRevertedError; exports.FeeCapTooHighError = _chunkD36PLAUXjs.FeeCapTooHighError; exports.FeeCapTooLowError = _chunkD36PLAUXjs.FeeCapTooLowError; exports.FilterTypeNotSupportedError = _chunkD36PLAUXjs.FilterTypeNotSupportedError; exports.HttpRequestError = _chunkD36PLAUXjs.HttpRequestError; exports.InsufficientFundsError = _chunkD36PLAUXjs.InsufficientFundsError; exports.InternalRpcError = _chunkD36PLAUXjs.InternalRpcError; exports.IntrinsicGasTooHighError = _chunkD36PLAUXjs.IntrinsicGasTooHighError; exports.IntrinsicGasTooLowError = _chunkD36PLAUXjs.IntrinsicGasTooLowError; exports.InvalidAbiDecodingTypeError = _chunkD36PLAUXjs.InvalidAbiDecodingTypeError; exports.InvalidAbiEncodingTypeError = _chunkD36PLAUXjs.InvalidAbiEncodingTypeError; exports.InvalidAddressError = _chunkD36PLAUXjs.InvalidAddressError; exports.InvalidArrayError = _chunkD36PLAUXjs.InvalidArrayError; exports.InvalidBytesBooleanError = _chunkD36PLAUXjs.InvalidBytesBooleanError; exports.InvalidChainIdError = _chunkD36PLAUXjs.InvalidChainIdError; exports.InvalidDefinitionTypeError = _chunkD36PLAUXjs.InvalidDefinitionTypeError; exports.InvalidHexBooleanError = _chunkD36PLAUXjs.InvalidHexBooleanError; exports.InvalidHexValueError = _chunkD36PLAUXjs.InvalidHexValueError; exports.InvalidInputRpcError = _chunkD36PLAUXjs.InvalidInputRpcError; exports.InvalidLegacyVError = _chunkD36PLAUXjs.InvalidLegacyVError; exports.InvalidParamsRpcError = _chunkD36PLAUXjs.InvalidParamsRpcError; exports.InvalidRequestRpcError = _chunkD36PLAUXjs.InvalidRequestRpcError; exports.JsonRpcVersionUnsupportedError = _chunkD36PLAUXjs.JsonRpcVersionUnsupportedError; exports.LimitExceededRpcError = _chunkD36PLAUXjs.LimitExceededRpcError; exports.MethodNotFoundRpcError = _chunkD36PLAUXjs.MethodNotFoundRpcError; exports.MethodNotSupportedRpcError = _chunkD36PLAUXjs.MethodNotSupportedRpcError; exports.NonceMaxValueError = _chunkD36PLAUXjs.NonceMaxValueError; exports.NonceTooHighError = _chunkD36PLAUXjs.NonceTooHighError; exports.NonceTooLowError = _chunkD36PLAUXjs.NonceTooLowError; exports.OffsetOutOfBoundsError = _chunkD36PLAUXjs.OffsetOutOfBoundsError; exports.ParseRpcError = _chunkD36PLAUXjs.ParseRpcError; exports.RawContractError = _chunkD36PLAUXjs.RawContractError; exports.RequestError = _chunkD36PLAUXjs.RequestError; exports.ResourceNotFoundRpcError = _chunkD36PLAUXjs.ResourceNotFoundRpcError; exports.ResourceUnavailableRpcError = _chunkD36PLAUXjs.ResourceUnavailableRpcError; exports.RpcError = _chunkD36PLAUXjs.RpcError; exports.RpcRequestError = _chunkD36PLAUXjs.RpcRequestError; exports.SizeExceedsPaddingSizeError = _chunkD36PLAUXjs.SizeExceedsPaddingSizeError; exports.SwitchChainError = _chunkD36PLAUXjs.SwitchChainError; exports.TimeoutError = _chunkD36PLAUXjs.TimeoutError; exports.TipAboveFeeCapError = _chunkD36PLAUXjs.TipAboveFeeCapError; exports.TransactionExecutionError = _chunkD36PLAUXjs.TransactionExecutionError; exports.TransactionNotFoundError = _chunkD36PLAUXjs.TransactionNotFoundError; exports.TransactionReceiptNotFoundError = _chunkD36PLAUXjs.TransactionReceiptNotFoundError; exports.TransactionRejectedRpcError = _chunkD36PLAUXjs.TransactionRejectedRpcError; exports.TransactionTypeNotSupportedError = _chunkD36PLAUXjs.TransactionTypeNotSupportedError; exports.UnknownNodeError = _chunkD36PLAUXjs.UnknownNodeError; exports.UnknownRpcError = _chunkD36PLAUXjs.UnknownRpcError; exports.UrlRequiredError = _chunkD36PLAUXjs.UrlRequiredError; exports.UserRejectedRequestError = _chunkD36PLAUXjs.UserRejectedRequestError; exports.WaitForTransactionReceiptTimeoutError = _chunkD36PLAUXjs.WaitForTransactionReceiptTimeoutError; exports.WebSocketRequestError = _chunkD36PLAUXjs.WebSocketRequestError; exports.assertRequest = _chunkD36PLAUXjs.assertRequest; exports.assertTransactionEIP1559 = _chunkD36PLAUXjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkD36PLAUXjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkD36PLAUXjs.assertTransactionLegacy; exports.boolToBytes = _chunkD36PLAUXjs.boolToBytes; exports.boolToHex = _chunkD36PLAUXjs.boolToHex; exports.bytesToBigint = _chunkD36PLAUXjs.bytesToBigint; exports.bytesToBool = _chunkD36PLAUXjs.bytesToBool; exports.bytesToHex = _chunkD36PLAUXjs.bytesToHex; exports.bytesToNumber = _chunkD36PLAUXjs.bytesToNumber; exports.bytesToString = _chunkD36PLAUXjs.bytesToString; exports.concat = _chunkD36PLAUXjs.concat; exports.concatBytes = _chunkD36PLAUXjs.concatBytes; exports.concatHex = _chunkD36PLAUXjs.concatHex; exports.createClient = createClient; exports.createPublicClient = createPublicClient; exports.createTestClient = createTestClient; exports.createTransport = createTransport; exports.createWalletClient = createWalletClient; exports.custom = custom; exports.decodeAbiParameters = _chunkD36PLAUXjs.decodeAbiParameters; exports.decodeErrorResult = _chunkD36PLAUXjs.decodeErrorResult; exports.decodeEventLog = _chunkD36PLAUXjs.decodeEventLog; exports.decodeFunctionData = _chunkD36PLAUXjs.decodeFunctionData; exports.decodeFunctionResult = _chunkD36PLAUXjs.decodeFunctionResult; exports.defineBlock = _chunkD36PLAUXjs.defineBlock; exports.defineChain = _chunkD36PLAUXjs.defineChain; exports.defineTransaction = _chunkD36PLAUXjs.defineTransaction; exports.defineTransactionReceipt = _chunkD36PLAUXjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkD36PLAUXjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkD36PLAUXjs.encodeAbiParameters; exports.encodeDeployData = _chunkD36PLAUXjs.encodeDeployData; exports.encodeErrorResult = _chunkD36PLAUXjs.encodeErrorResult; exports.encodeEventTopics = _chunkD36PLAUXjs.encodeEventTopics; exports.encodeFunctionData = _chunkD36PLAUXjs.encodeFunctionData; exports.encodeFunctionResult = _chunkD36PLAUXjs.encodeFunctionResult; exports.encodePacked = _chunkD36PLAUXjs.encodePacked; exports.etherUnits = _chunkD36PLAUXjs.etherUnits; exports.fallback = fallback; exports.formatBlock = _chunkD36PLAUXjs.formatBlock; exports.formatEther = _chunkD36PLAUXjs.formatEther; exports.formatGwei = _chunkD36PLAUXjs.formatGwei; exports.formatTransaction = _chunkD36PLAUXjs.formatTransaction; exports.formatTransactionRequest = _chunkD36PLAUXjs.formatTransactionRequest; exports.formatUnits = _chunkD36PLAUXjs.formatUnits; exports.fromBytes = _chunkD36PLAUXjs.fromBytes; exports.fromHex = _chunkD36PLAUXjs.fromHex; exports.fromRlp = _chunkD36PLAUXjs.fromRlp; exports.getAbiItem = _chunkD36PLAUXjs.getAbiItem; exports.getAddress = _chunkD36PLAUXjs.getAddress; exports.getContract = _chunkD36PLAUXjs.getContract; exports.getContractAddress = _chunkD36PLAUXjs.getContractAddress; exports.getContractError = _chunkD36PLAUXjs.getContractError; exports.getCreate2Address = _chunkD36PLAUXjs.getCreate2Address; exports.getCreateAddress = _chunkD36PLAUXjs.getCreateAddress; exports.getEventSelector = _chunkD36PLAUXjs.getEventSelector; exports.getFunctionSelector = _chunkD36PLAUXjs.getFunctionSelector; exports.getSerializedTransactionType = _chunkD36PLAUXjs.getSerializedTransactionType; exports.getTransactionType = _chunkD36PLAUXjs.getTransactionType; exports.gweiUnits = _chunkD36PLAUXjs.gweiUnits; exports.hashMessage = _chunkD36PLAUXjs.hashMessage; exports.hashTypedData = _chunkD36PLAUXjs.hashTypedData; exports.hexToBigInt = _chunkD36PLAUXjs.hexToBigInt; exports.hexToBool = _chunkD36PLAUXjs.hexToBool; exports.hexToBytes = _chunkD36PLAUXjs.hexToBytes; exports.hexToNumber = _chunkD36PLAUXjs.hexToNumber; exports.hexToString = _chunkD36PLAUXjs.hexToString; exports.http = http; exports.isAddress = _chunkD36PLAUXjs.isAddress; exports.isAddressEqual = _chunkD36PLAUXjs.isAddressEqual; exports.isBytes = _chunkD36PLAUXjs.isBytes; exports.isHash = _chunkD36PLAUXjs.isHash; exports.isHex = _chunkD36PLAUXjs.isHex; exports.keccak256 = _chunkD36PLAUXjs.keccak256; exports.labelhash = _chunkD36PLAUXjs.labelhash; exports.multicall3Abi = _chunkD36PLAUXjs.multicall3Abi; exports.namehash = _chunkD36PLAUXjs.namehash; exports.numberToBytes = _chunkD36PLAUXjs.numberToBytes; exports.numberToHex = _chunkD36PLAUXjs.numberToHex; exports.pad = _chunkD36PLAUXjs.pad; exports.padBytes = _chunkD36PLAUXjs.padBytes; exports.padHex = _chunkD36PLAUXjs.padHex; exports.parseAbi = _chunkD36PLAUXjs.parseAbi; exports.parseAbiItem = _chunkD36PLAUXjs.parseAbiItem; exports.parseAbiParameter = _chunkD36PLAUXjs.parseAbiParameter; exports.parseAbiParameters = _chunkD36PLAUXjs.parseAbiParameters; exports.parseEther = _chunkD36PLAUXjs.parseEther; exports.parseGwei = _chunkD36PLAUXjs.parseGwei; exports.parseTransaction = _chunkD36PLAUXjs.parseTransaction; exports.parseUnits = _chunkD36PLAUXjs.parseUnits; exports.prepareRequest = _chunkD36PLAUXjs.prepareRequest; exports.recoverAddress = _chunkD36PLAUXjs.recoverAddress; exports.recoverMessageAddress = _chunkD36PLAUXjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkD36PLAUXjs.recoverTypedDataAddress; exports.serializeTransaction = _chunkD36PLAUXjs.serializeTransaction; exports.size = _chunkD36PLAUXjs.size; exports.slice = _chunkD36PLAUXjs.slice; exports.sliceBytes = _chunkD36PLAUXjs.sliceBytes; exports.sliceHex = _chunkD36PLAUXjs.sliceHex; exports.stringToBytes = _chunkD36PLAUXjs.stringToBytes; exports.stringToHex = _chunkD36PLAUXjs.stringToHex; exports.stringify = _chunkD36PLAUXjs.stringify; exports.toBytes = _chunkD36PLAUXjs.toBytes; exports.toHex = _chunkD36PLAUXjs.toHex; exports.toRlp = _chunkD36PLAUXjs.toRlp; exports.transactionType = _chunkD36PLAUXjs.transactionType; exports.trim = _chunkD36PLAUXjs.trim; exports.validateTypedData = _chunkD36PLAUXjs.validateTypedData; exports.verifyMessage = _chunkD36PLAUXjs.verifyMessage; exports.verifyTypedData = _chunkD36PLAUXjs.verifyTypedData; exports.webSocket = webSocket; exports.weiUnits = _chunkD36PLAUXjs.weiUnits;
|
927
927
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
package/dist/public.js
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
var
|
29
|
+
var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
|
30
30
|
|
31
31
|
|
32
32
|
|
@@ -55,5 +55,5 @@ var _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
|
|
55
55
|
|
56
56
|
|
57
57
|
|
58
|
-
exports.call =
|
58
|
+
exports.call = _chunkD36PLAUXjs.call; exports.createBlockFilter = _chunkD36PLAUXjs.createBlockFilter; exports.createEventFilter = _chunkD36PLAUXjs.createEventFilter; exports.createPendingTransactionFilter = _chunkD36PLAUXjs.createPendingTransactionFilter; exports.estimateGas = _chunkD36PLAUXjs.estimateGas; exports.getBalance = _chunkD36PLAUXjs.getBalance; exports.getBlock = _chunkD36PLAUXjs.getBlock; exports.getBlockNumber = _chunkD36PLAUXjs.getBlockNumber; exports.getBlockNumberCache = _chunkD36PLAUXjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkD36PLAUXjs.getBlockTransactionCount; exports.getBytecode = _chunkD36PLAUXjs.getBytecode; exports.getChainId = _chunkD36PLAUXjs.getChainId; exports.getFeeHistory = _chunkD36PLAUXjs.getFeeHistory; exports.getFilterChanges = _chunkD36PLAUXjs.getFilterChanges; exports.getFilterLogs = _chunkD36PLAUXjs.getFilterLogs; exports.getGasPrice = _chunkD36PLAUXjs.getGasPrice; exports.getLogs = _chunkD36PLAUXjs.getLogs; exports.getTransaction = _chunkD36PLAUXjs.getTransaction; exports.getTransactionConfirmations = _chunkD36PLAUXjs.getTransactionConfirmations; exports.getTransactionCount = _chunkD36PLAUXjs.getTransactionCount; exports.getTransactionReceipt = _chunkD36PLAUXjs.getTransactionReceipt; exports.uninstallFilter = _chunkD36PLAUXjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkD36PLAUXjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkD36PLAUXjs.watchBlockNumber; exports.watchBlocks = _chunkD36PLAUXjs.watchBlocks; exports.watchEvent = _chunkD36PLAUXjs.watchEvent; exports.watchPendingTransactions = _chunkD36PLAUXjs.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 _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
|
31
31
|
|
32
32
|
|
33
33
|
|
@@ -57,5 +57,5 @@ var _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
|
|
57
57
|
|
58
58
|
|
59
59
|
|
60
|
-
exports.dropTransaction =
|
60
|
+
exports.dropTransaction = _chunkD36PLAUXjs.dropTransaction; exports.getAutomine = _chunkD36PLAUXjs.getAutomine; exports.getTxpoolContent = _chunkD36PLAUXjs.getTxpoolContent; exports.getTxpoolStatus = _chunkD36PLAUXjs.getTxpoolStatus; exports.impersonateAccount = _chunkD36PLAUXjs.impersonateAccount; exports.increaseTime = _chunkD36PLAUXjs.increaseTime; exports.inspectTxpool = _chunkD36PLAUXjs.inspectTxpool; exports.mine = _chunkD36PLAUXjs.mine; exports.removeBlockTimestampInterval = _chunkD36PLAUXjs.removeBlockTimestampInterval; exports.reset = _chunkD36PLAUXjs.reset; exports.revert = _chunkD36PLAUXjs.revert; exports.sendUnsignedTransaction = _chunkD36PLAUXjs.sendUnsignedTransaction; exports.setAutomine = _chunkD36PLAUXjs.setAutomine; exports.setBalance = _chunkD36PLAUXjs.setBalance; exports.setBlockGasLimit = _chunkD36PLAUXjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkD36PLAUXjs.setBlockTimestampInterval; exports.setCode = _chunkD36PLAUXjs.setCode; exports.setCoinbase = _chunkD36PLAUXjs.setCoinbase; exports.setIntervalMining = _chunkD36PLAUXjs.setIntervalMining; exports.setLoggingEnabled = _chunkD36PLAUXjs.setLoggingEnabled; exports.setMinGasPrice = _chunkD36PLAUXjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkD36PLAUXjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkD36PLAUXjs.setNextBlockTimestamp; exports.setNonce = _chunkD36PLAUXjs.setNonce; exports.setRpcUrl = _chunkD36PLAUXjs.setRpcUrl; exports.setStorageAt = _chunkD36PLAUXjs.setStorageAt; exports.snapshot = _chunkD36PLAUXjs.snapshot; exports.stopImpersonatingAccount = _chunkD36PLAUXjs.stopImpersonatingAccount;
|
61
61
|
//# sourceMappingURL=test.js.map
|
package/dist/test.mjs
CHANGED
package/dist/utils/index.js
CHANGED
@@ -118,7 +118,7 @@
|
|
118
118
|
|
119
119
|
|
120
120
|
|
121
|
-
var
|
121
|
+
var _chunkD36PLAUXjs = require('../chunk-D36PLAUX.js');
|
122
122
|
|
123
123
|
|
124
124
|
|
@@ -239,5 +239,5 @@ var _chunkR6ORHU2Sjs = require('../chunk-R6ORHU2S.js');
|
|
239
239
|
|
240
240
|
|
241
241
|
|
242
|
-
exports.arrayRegex =
|
242
|
+
exports.arrayRegex = _chunkD36PLAUXjs.arrayRegex; exports.assertRequest = _chunkD36PLAUXjs.assertRequest; exports.assertTransactionEIP1559 = _chunkD36PLAUXjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkD36PLAUXjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkD36PLAUXjs.assertTransactionLegacy; exports.boolToBytes = _chunkD36PLAUXjs.boolToBytes; exports.boolToHex = _chunkD36PLAUXjs.boolToHex; exports.buildRequest = _chunkD36PLAUXjs.buildRequest; exports.bytesRegex = _chunkD36PLAUXjs.bytesRegex; exports.bytesToBigint = _chunkD36PLAUXjs.bytesToBigint; exports.bytesToBool = _chunkD36PLAUXjs.bytesToBool; exports.bytesToHex = _chunkD36PLAUXjs.bytesToHex; exports.bytesToNumber = _chunkD36PLAUXjs.bytesToNumber; exports.bytesToString = _chunkD36PLAUXjs.bytesToString; exports.concat = _chunkD36PLAUXjs.concat; exports.concatBytes = _chunkD36PLAUXjs.concatBytes; exports.concatHex = _chunkD36PLAUXjs.concatHex; exports.containsNodeError = _chunkD36PLAUXjs.containsNodeError; exports.decodeAbiParameters = _chunkD36PLAUXjs.decodeAbiParameters; exports.decodeErrorResult = _chunkD36PLAUXjs.decodeErrorResult; exports.decodeEventLog = _chunkD36PLAUXjs.decodeEventLog; exports.decodeFunctionData = _chunkD36PLAUXjs.decodeFunctionData; exports.decodeFunctionResult = _chunkD36PLAUXjs.decodeFunctionResult; exports.defineBlock = _chunkD36PLAUXjs.defineBlock; exports.defineChain = _chunkD36PLAUXjs.defineChain; exports.defineFormatter = _chunkD36PLAUXjs.defineFormatter; exports.defineTransaction = _chunkD36PLAUXjs.defineTransaction; exports.defineTransactionReceipt = _chunkD36PLAUXjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkD36PLAUXjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkD36PLAUXjs.encodeAbiParameters; exports.encodeDeployData = _chunkD36PLAUXjs.encodeDeployData; exports.encodeErrorResult = _chunkD36PLAUXjs.encodeErrorResult; exports.encodeEventTopics = _chunkD36PLAUXjs.encodeEventTopics; exports.encodeFunctionData = _chunkD36PLAUXjs.encodeFunctionData; exports.encodeFunctionResult = _chunkD36PLAUXjs.encodeFunctionResult; exports.encodePacked = _chunkD36PLAUXjs.encodePacked; exports.extract = _chunkD36PLAUXjs.extract; exports.extractFunctionName = _chunkD36PLAUXjs.extractFunctionName; exports.extractFunctionParams = _chunkD36PLAUXjs.extractFunctionParams; exports.extractFunctionParts = _chunkD36PLAUXjs.extractFunctionParts; exports.extractFunctionType = _chunkD36PLAUXjs.extractFunctionType; exports.format = _chunkD36PLAUXjs.format; exports.formatAbiItem = _chunkD36PLAUXjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkD36PLAUXjs.formatAbiItemWithArgs; exports.formatBlock = _chunkD36PLAUXjs.formatBlock; exports.formatEther = _chunkD36PLAUXjs.formatEther; exports.formatGwei = _chunkD36PLAUXjs.formatGwei; exports.formatTransaction = _chunkD36PLAUXjs.formatTransaction; exports.formatTransactionRequest = _chunkD36PLAUXjs.formatTransactionRequest; exports.formatUnits = _chunkD36PLAUXjs.formatUnits; exports.fromBytes = _chunkD36PLAUXjs.fromBytes; exports.fromHex = _chunkD36PLAUXjs.fromHex; exports.fromRlp = _chunkD36PLAUXjs.fromRlp; exports.getAbiItem = _chunkD36PLAUXjs.getAbiItem; exports.getAddress = _chunkD36PLAUXjs.getAddress; exports.getCallError = _chunkD36PLAUXjs.getCallError; exports.getChainContractAddress = _chunkD36PLAUXjs.getChainContractAddress; exports.getContractAddress = _chunkD36PLAUXjs.getContractAddress; exports.getContractError = _chunkD36PLAUXjs.getContractError; exports.getCreate2Address = _chunkD36PLAUXjs.getCreate2Address; exports.getCreateAddress = _chunkD36PLAUXjs.getCreateAddress; exports.getEstimateGasError = _chunkD36PLAUXjs.getEstimateGasError; exports.getEventSelector = _chunkD36PLAUXjs.getEventSelector; exports.getFunctionSelector = _chunkD36PLAUXjs.getFunctionSelector; exports.getNodeError = _chunkD36PLAUXjs.getNodeError; exports.getSerializedTransactionType = _chunkD36PLAUXjs.getSerializedTransactionType; exports.getSocket = _chunkD36PLAUXjs.getSocket; exports.getTransactionError = _chunkD36PLAUXjs.getTransactionError; exports.getTransactionType = _chunkD36PLAUXjs.getTransactionType; exports.hashMessage = _chunkD36PLAUXjs.hashMessage; exports.hashTypedData = _chunkD36PLAUXjs.hashTypedData; exports.hexToBigInt = _chunkD36PLAUXjs.hexToBigInt; exports.hexToBool = _chunkD36PLAUXjs.hexToBool; exports.hexToBytes = _chunkD36PLAUXjs.hexToBytes; exports.hexToNumber = _chunkD36PLAUXjs.hexToNumber; exports.hexToString = _chunkD36PLAUXjs.hexToString; exports.integerRegex = _chunkD36PLAUXjs.integerRegex; exports.isAddress = _chunkD36PLAUXjs.isAddress; exports.isAddressEqual = _chunkD36PLAUXjs.isAddressEqual; exports.isBytes = _chunkD36PLAUXjs.isBytes; exports.isHash = _chunkD36PLAUXjs.isHash; exports.isHex = _chunkD36PLAUXjs.isHex; exports.keccak256 = _chunkD36PLAUXjs.keccak256; exports.numberToBytes = _chunkD36PLAUXjs.numberToBytes; exports.numberToHex = _chunkD36PLAUXjs.numberToHex; exports.pad = _chunkD36PLAUXjs.pad; exports.padBytes = _chunkD36PLAUXjs.padBytes; exports.padHex = _chunkD36PLAUXjs.padHex; exports.parseAbi = _chunkD36PLAUXjs.parseAbi; exports.parseAbiItem = _chunkD36PLAUXjs.parseAbiItem; exports.parseAbiParameter = _chunkD36PLAUXjs.parseAbiParameter; exports.parseAbiParameters = _chunkD36PLAUXjs.parseAbiParameters; exports.parseAccount = _chunkD36PLAUXjs.parseAccount; exports.parseEther = _chunkD36PLAUXjs.parseEther; exports.parseGwei = _chunkD36PLAUXjs.parseGwei; exports.parseTransaction = _chunkD36PLAUXjs.parseTransaction; exports.parseUnits = _chunkD36PLAUXjs.parseUnits; exports.prepareRequest = _chunkD36PLAUXjs.prepareRequest; exports.publicKeyToAddress = _chunkD36PLAUXjs.publicKeyToAddress; exports.recoverAddress = _chunkD36PLAUXjs.recoverAddress; exports.recoverMessageAddress = _chunkD36PLAUXjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkD36PLAUXjs.recoverTypedDataAddress; exports.rpc = _chunkD36PLAUXjs.rpc; exports.serializeTransaction = _chunkD36PLAUXjs.serializeTransaction; exports.size = _chunkD36PLAUXjs.size; exports.slice = _chunkD36PLAUXjs.slice; exports.sliceBytes = _chunkD36PLAUXjs.sliceBytes; exports.sliceHex = _chunkD36PLAUXjs.sliceHex; exports.stringToBytes = _chunkD36PLAUXjs.stringToBytes; exports.stringToHex = _chunkD36PLAUXjs.stringToHex; exports.stringify = _chunkD36PLAUXjs.stringify; exports.toBytes = _chunkD36PLAUXjs.toBytes; exports.toHex = _chunkD36PLAUXjs.toHex; exports.toRlp = _chunkD36PLAUXjs.toRlp; exports.transactionType = _chunkD36PLAUXjs.transactionType; exports.trim = _chunkD36PLAUXjs.trim; exports.validateTypedData = _chunkD36PLAUXjs.validateTypedData; exports.verifyMessage = _chunkD36PLAUXjs.verifyMessage; exports.verifyTypedData = _chunkD36PLAUXjs.verifyTypedData;
|
243
243
|
//# 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 _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -21,5 +21,5 @@ var _chunkR6ORHU2Sjs = require('./chunk-R6ORHU2S.js');
|
|
21
21
|
|
22
22
|
|
23
23
|
|
24
|
-
exports.addChain =
|
24
|
+
exports.addChain = _chunkD36PLAUXjs.addChain; exports.getAddresses = _chunkD36PLAUXjs.getAddresses; exports.getPermissions = _chunkD36PLAUXjs.getPermissions; exports.requestAddresses = _chunkD36PLAUXjs.requestAddresses; exports.requestPermissions = _chunkD36PLAUXjs.requestPermissions; exports.sendTransaction = _chunkD36PLAUXjs.sendTransaction; exports.signMessage = _chunkD36PLAUXjs.signMessage; exports.signTypedData = _chunkD36PLAUXjs.signTypedData; exports.switchChain = _chunkD36PLAUXjs.switchChain; exports.watchAsset = _chunkD36PLAUXjs.watchAsset;
|
25
25
|
//# sourceMappingURL=wallet.js.map
|