viem 0.2.10 → 0.2.11
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-34RQIVOR.mjs → chunk-HU3K54ST.mjs} +122 -38
- package/dist/chunk-HU3K54ST.mjs.map +1 -0
- package/dist/{chunk-6PP4CMLN.js → chunk-MOM6LTRA.js} +126 -42
- package/dist/chunk-MOM6LTRA.js.map +1 -0
- package/dist/{chunk-AQJCWZV6.mjs → chunk-YABBVXPP.mjs} +2 -2
- package/dist/{chunk-I2RHOQQS.js → chunk-YAP7NKRV.js} +6 -6
- package/dist/contract.d.ts +2 -2
- package/dist/contract.js +2 -2
- package/dist/contract.mjs +1 -1
- package/dist/ens.d.ts +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/{formatAbiItem-e5bbcadb.d.ts → formatAbiItem-aaf282fc.d.ts} +5 -1
- package/dist/{getEnsResolver-314de6e9.d.ts → getEnsResolver-68329c3e.d.ts} +1 -1
- package/dist/index.d.ts +8 -5
- package/dist/index.js +94 -94
- package/dist/index.mjs +1 -1
- package/dist/{parseGwei-4fb29d96.d.ts → parseGwei-e2b004f8.d.ts} +1 -1
- package/dist/public.d.ts +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.d.ts +5 -5
- package/dist/utils/index.js +4 -2
- package/dist/utils/index.mjs +3 -1
- package/dist/wallet.d.ts +1 -1
- package/dist/wallet.js +2 -2
- package/dist/wallet.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-34RQIVOR.mjs.map +0 -1
- package/dist/chunk-6PP4CMLN.js.map +0 -1
- /package/dist/{chunk-AQJCWZV6.mjs.map → chunk-YABBVXPP.mjs.map} +0 -0
- /package/dist/{chunk-I2RHOQQS.js.map → chunk-YAP7NKRV.js.map} +0 -0
package/dist/public.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export { i as CallParameters, j as CallReturnType, k as CreateBlockFilterReturnType, l as CreateEventFilterParameters, m as CreateEventFilterReturnType, n as CreatePendingTransactionFilterReturnType, p as EstimateGasParameters, q as EstimateGasReturnType, r as GetBalanceParameters, s as GetBalanceReturnType, t as GetBlockNumberParameters, u as GetBlockNumberReturnType, v as GetBlockParameters, w as GetBlockReturnType, x as GetBlockTransactionCountParameters, y as GetBlockTransactionCountReturnType, z as GetBytecodeParameters, B as GetBytecodeReturnType, N as GetFeeHistoryParameters, O as GetFeeHistoryReturnType, Q as GetFilterChangesParameters, T as GetFilterChangesReturnType, U as GetFilterLogsParameters, V as GetFilterLogsReturnType, X as GetGasPriceReturnType, a1 as GetTransactionConfirmationsParameters, a3 as GetTransactionConfirmationsReturnType, a2 as GetTransactionCountParameters, a4 as GetTransactionCountReturnType, a5 as GetTransactionParameters, a6 as GetTransactionReceiptParameters, a7 as GetTransactionReceiptReturnType, a8 as GetTransactionReturnType, ab as OnBlock, ac as OnBlockNumberFn, ad as OnBlockNumberParameter, ae as OnBlockParameter, af as OnLogsFn, ag as OnLogsParameter, ah as OnTransactionsFn, ai as OnTransactionsParameter, aj as ReplacementReason, ak as ReplacementReturnType, av as UninstallFilterParameters, aw as UninstallFilterReturnType, ax as WaitForTransactionReceiptParameters, ay as WaitForTransactionReceiptReturnType, aB as WatchBlockNumberParameters, aD as WatchBlocksParameters, aH as WatchPendingTransactionsParameters, bn as call, bo as createBlockFilter, bp as createEventFilter, bq as createPendingTransactionFilter, br as estimateGas, bs as getBalance, bt as getBlock, bu as getBlockNumber, bv as getBlockNumberCache, bw as getBlockTransactionCount, b6 as getBytecode, bx as getChainId, by as getFeeHistory, bz as getFilterChanges, bA as getFilterLogs, bC as getGasPrice, bB as getLogs, bD as getTransaction, bE as getTransactionConfirmations, bF as getTransactionCount, bG as getTransactionReceipt, bH as uninstallFilter, bI as waitForTransactionReceipt, bJ as watchBlockNumber, bK as watchBlocks, bL as watchEvent, bM as watchPendingTransactions } from './getEnsResolver-
|
1
|
+
export { i as CallParameters, j as CallReturnType, k as CreateBlockFilterReturnType, l as CreateEventFilterParameters, m as CreateEventFilterReturnType, n as CreatePendingTransactionFilterReturnType, p as EstimateGasParameters, q as EstimateGasReturnType, r as GetBalanceParameters, s as GetBalanceReturnType, t as GetBlockNumberParameters, u as GetBlockNumberReturnType, v as GetBlockParameters, w as GetBlockReturnType, x as GetBlockTransactionCountParameters, y as GetBlockTransactionCountReturnType, z as GetBytecodeParameters, B as GetBytecodeReturnType, N as GetFeeHistoryParameters, O as GetFeeHistoryReturnType, Q as GetFilterChangesParameters, T as GetFilterChangesReturnType, U as GetFilterLogsParameters, V as GetFilterLogsReturnType, X as GetGasPriceReturnType, a1 as GetTransactionConfirmationsParameters, a3 as GetTransactionConfirmationsReturnType, a2 as GetTransactionCountParameters, a4 as GetTransactionCountReturnType, a5 as GetTransactionParameters, a6 as GetTransactionReceiptParameters, a7 as GetTransactionReceiptReturnType, a8 as GetTransactionReturnType, ab as OnBlock, ac as OnBlockNumberFn, ad as OnBlockNumberParameter, ae as OnBlockParameter, af as OnLogsFn, ag as OnLogsParameter, ah as OnTransactionsFn, ai as OnTransactionsParameter, aj as ReplacementReason, ak as ReplacementReturnType, av as UninstallFilterParameters, aw as UninstallFilterReturnType, ax as WaitForTransactionReceiptParameters, ay as WaitForTransactionReceiptReturnType, aB as WatchBlockNumberParameters, aD as WatchBlocksParameters, aH as WatchPendingTransactionsParameters, bn as call, bo as createBlockFilter, bp as createEventFilter, bq as createPendingTransactionFilter, br as estimateGas, bs as getBalance, bt as getBlock, bu as getBlockNumber, bv as getBlockNumberCache, bw as getBlockTransactionCount, b6 as getBytecode, bx as getChainId, by as getFeeHistory, bz as getFilterChanges, bA as getFilterLogs, bC as getGasPrice, bB as getLogs, bD as getTransaction, bE as getTransactionConfirmations, bF as getTransactionCount, bG as getTransactionReceipt, bH as uninstallFilter, bI as waitForTransactionReceipt, bJ as watchBlockNumber, bK as watchBlocks, bL as watchEvent, bM as watchPendingTransactions } from './getEnsResolver-68329c3e.js';
|
2
2
|
import './createTransport-55339615.js';
|
3
3
|
import './eip1193-07d9c47f.js';
|
4
4
|
import 'abitype';
|
package/dist/public.js
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
var
|
29
|
+
var _chunkMOM6LTRAjs = require('./chunk-MOM6LTRA.js');
|
30
30
|
|
31
31
|
|
32
32
|
|
@@ -55,5 +55,5 @@ var _chunk6PP4CMLNjs = require('./chunk-6PP4CMLN.js');
|
|
55
55
|
|
56
56
|
|
57
57
|
|
58
|
-
exports.call =
|
58
|
+
exports.call = _chunkMOM6LTRAjs.call; exports.createBlockFilter = _chunkMOM6LTRAjs.createBlockFilter; exports.createEventFilter = _chunkMOM6LTRAjs.createEventFilter; exports.createPendingTransactionFilter = _chunkMOM6LTRAjs.createPendingTransactionFilter; exports.estimateGas = _chunkMOM6LTRAjs.estimateGas; exports.getBalance = _chunkMOM6LTRAjs.getBalance; exports.getBlock = _chunkMOM6LTRAjs.getBlock; exports.getBlockNumber = _chunkMOM6LTRAjs.getBlockNumber; exports.getBlockNumberCache = _chunkMOM6LTRAjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkMOM6LTRAjs.getBlockTransactionCount; exports.getBytecode = _chunkMOM6LTRAjs.getBytecode; exports.getChainId = _chunkMOM6LTRAjs.getChainId; exports.getFeeHistory = _chunkMOM6LTRAjs.getFeeHistory; exports.getFilterChanges = _chunkMOM6LTRAjs.getFilterChanges; exports.getFilterLogs = _chunkMOM6LTRAjs.getFilterLogs; exports.getGasPrice = _chunkMOM6LTRAjs.getGasPrice; exports.getLogs = _chunkMOM6LTRAjs.getLogs; exports.getTransaction = _chunkMOM6LTRAjs.getTransaction; exports.getTransactionConfirmations = _chunkMOM6LTRAjs.getTransactionConfirmations; exports.getTransactionCount = _chunkMOM6LTRAjs.getTransactionCount; exports.getTransactionReceipt = _chunkMOM6LTRAjs.getTransactionReceipt; exports.uninstallFilter = _chunkMOM6LTRAjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkMOM6LTRAjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkMOM6LTRAjs.watchBlockNumber; exports.watchBlocks = _chunkMOM6LTRAjs.watchBlocks; exports.watchEvent = _chunkMOM6LTRAjs.watchEvent; exports.watchPendingTransactions = _chunkMOM6LTRAjs.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 _chunkMOM6LTRAjs = require('./chunk-MOM6LTRA.js');
|
31
31
|
|
32
32
|
|
33
33
|
|
@@ -57,5 +57,5 @@ var _chunk6PP4CMLNjs = require('./chunk-6PP4CMLN.js');
|
|
57
57
|
|
58
58
|
|
59
59
|
|
60
|
-
exports.dropTransaction =
|
60
|
+
exports.dropTransaction = _chunkMOM6LTRAjs.dropTransaction; exports.getAutomine = _chunkMOM6LTRAjs.getAutomine; exports.getTxpoolContent = _chunkMOM6LTRAjs.getTxpoolContent; exports.getTxpoolStatus = _chunkMOM6LTRAjs.getTxpoolStatus; exports.impersonateAccount = _chunkMOM6LTRAjs.impersonateAccount; exports.increaseTime = _chunkMOM6LTRAjs.increaseTime; exports.inspectTxpool = _chunkMOM6LTRAjs.inspectTxpool; exports.mine = _chunkMOM6LTRAjs.mine; exports.removeBlockTimestampInterval = _chunkMOM6LTRAjs.removeBlockTimestampInterval; exports.reset = _chunkMOM6LTRAjs.reset; exports.revert = _chunkMOM6LTRAjs.revert; exports.sendUnsignedTransaction = _chunkMOM6LTRAjs.sendUnsignedTransaction; exports.setAutomine = _chunkMOM6LTRAjs.setAutomine; exports.setBalance = _chunkMOM6LTRAjs.setBalance; exports.setBlockGasLimit = _chunkMOM6LTRAjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkMOM6LTRAjs.setBlockTimestampInterval; exports.setCode = _chunkMOM6LTRAjs.setCode; exports.setCoinbase = _chunkMOM6LTRAjs.setCoinbase; exports.setIntervalMining = _chunkMOM6LTRAjs.setIntervalMining; exports.setLoggingEnabled = _chunkMOM6LTRAjs.setLoggingEnabled; exports.setMinGasPrice = _chunkMOM6LTRAjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkMOM6LTRAjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkMOM6LTRAjs.setNextBlockTimestamp; exports.setNonce = _chunkMOM6LTRAjs.setNonce; exports.setRpcUrl = _chunkMOM6LTRAjs.setRpcUrl; exports.setStorageAt = _chunkMOM6LTRAjs.setStorageAt; exports.snapshot = _chunkMOM6LTRAjs.snapshot; exports.stopImpersonatingAccount = _chunkMOM6LTRAjs.stopImpersonatingAccount;
|
61
61
|
//# sourceMappingURL=test.js.map
|
package/dist/test.mjs
CHANGED
package/dist/utils/index.d.ts
CHANGED
@@ -2,13 +2,13 @@ export { ParseAbi, ParseAbiItem, ParseAbiParameter, ParseAbiParameters, parseAbi
|
|
2
2
|
export { D as DecodeAbiParametersReturnType, E as EncodeAbiParametersReturnType, G as GetAbiItemParameters, d as decodeAbiParameters, e as encodeAbiParameters, g as getAbiItem } from '../getAbiItem-443d91a0.js';
|
3
3
|
export { D as DecodeErrorResultParameters, a as DecodeErrorResultReturnType, b as DecodeEventLogParameters, c as DecodeEventLogReturnType, d as DecodeFunctionDataParameters, e as DecodeFunctionResultParameters, f as DecodeFunctionResultReturnType, E as EncodeDeployDataParameters, g as EncodeErrorResultParameters, h as EncodeEventTopicsParameters, i as EncodeFunctionDataParameters, j as EncodeFunctionResultParameters, k as decodeErrorResult, l as decodeEventLog, m as decodeFunctionData, n as decodeFunctionResult, o as encodeDeployData, p as encodeErrorResult, q as encodeEventTopics, r as encodeFunctionData, s as encodeFunctionResult } from '../encodeFunctionResult-f7c8e382.js';
|
4
4
|
export { e as encodePacked } from '../encodePacked-462bce62.js';
|
5
|
-
export { a as formatAbiItem, f as formatAbiItemWithArgs } from '../formatAbiItem-
|
5
|
+
export { a as formatAbiItem, f as formatAbiItemWithArgs, b as formatAbiParams } from '../formatAbiItem-aaf282fc.js';
|
6
6
|
export { p as parseAccount, a as publicKeyToAddress } from '../publicKeyToAddress-52476df3.js';
|
7
|
-
import { B as BaseError, C as CallExecutionError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, i as NonceTooHighError, j as NonceTooLowError, N as NonceMaxValueError, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, m as TransactionTypeNotSupportedError, T as TipAboveFeeCapError, U as UnknownNodeError, l as TransactionExecutionError } from '../parseGwei-
|
8
|
-
export { G as GetContractAddressOptions, p as GetCreate2AddressOptions, q as GetCreateAddressOptions, r as GetSerializedTransactionType, s as GetTransactionType, t as HashTypedDataParameters, u as HashTypedDataReturnType, H as HttpOptions, v as RecoverAddressParameters, w as RecoverAddressReturnType, x as RecoverMessageAddressParameters, y as RecoverMessageAddressReturnType, z as RecoverTypedDataAddressParameters, A as RecoverTypedDataAddressReturnType, R as RpcResponse, aY as Socket, D as ToRlpReturnType, V as VerifyMessageParameters, J as VerifyMessageReturnType, K as VerifyTypedDataParameters, L as VerifyTypedDataReturnType, M as assertRequest, O as assertTransactionEIP1559, P as assertTransactionEIP2930, Q as assertTransactionLegacy, S as boolToBytes, X as boolToHex, Y as bytesToBigint, Z as bytesToBool, _ as bytesToHex, $ as bytesToNumber, a0 as bytesToString, a1 as concat, a2 as concatBytes, a3 as concatHex, a4 as formatEther, a5 as formatGwei, a6 as formatUnits, a7 as fromBytes, a8 as fromHex, a9 as fromRlp, aa as getAddress, ab as getContractAddress, ac as getContractError, ad as getCreate2Address, ae as getCreateAddress, af as getEventSelector, ag as getFunctionSelector, ah as getSerializedTransactionType, aZ as getSocket, ai as getTransactionType, aj as hashMessage, ak as hashTypedData, al as hexToBigInt, am as hexToBool, an as hexToBytes, ao as hexToNumber, ap as hexToString, aq as isAddress, ar as isAddressEqual, as as isBytes, at as isHash, au as isHex, av as keccak256, aw as numberToBytes, ax as numberToHex, ay as pad, az as padBytes, aA as padHex, aB as parseEther, aC as parseGwei, aD as parseTransaction, aE as parseUnits, aF as prepareRequest, aG as recoverAddress, aH as recoverMessageAddress, aI as recoverTypedDataAddress, a_ as rpc, aJ as serializeTransaction, aK as size, aL as slice, aM as sliceBytes, aN as sliceHex, aO as stringToBytes, aP as stringToHex, aQ as stringify, aR as toBytes, aS as toHex, aT as toRlp, aU as trim, aV as validateTypedData, aW as verifyMessage, aX as verifyTypedData } from '../parseGwei-
|
7
|
+
import { B as BaseError, C as CallExecutionError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, i as NonceTooHighError, j as NonceTooLowError, N as NonceMaxValueError, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, m as TransactionTypeNotSupportedError, T as TipAboveFeeCapError, U as UnknownNodeError, l as TransactionExecutionError } from '../parseGwei-e2b004f8.js';
|
8
|
+
export { G as GetContractAddressOptions, p as GetCreate2AddressOptions, q as GetCreateAddressOptions, r as GetSerializedTransactionType, s as GetTransactionType, t as HashTypedDataParameters, u as HashTypedDataReturnType, H as HttpOptions, v as RecoverAddressParameters, w as RecoverAddressReturnType, x as RecoverMessageAddressParameters, y as RecoverMessageAddressReturnType, z as RecoverTypedDataAddressParameters, A as RecoverTypedDataAddressReturnType, R as RpcResponse, aY as Socket, D as ToRlpReturnType, V as VerifyMessageParameters, J as VerifyMessageReturnType, K as VerifyTypedDataParameters, L as VerifyTypedDataReturnType, M as assertRequest, O as assertTransactionEIP1559, P as assertTransactionEIP2930, Q as assertTransactionLegacy, S as boolToBytes, X as boolToHex, Y as bytesToBigint, Z as bytesToBool, _ as bytesToHex, $ as bytesToNumber, a0 as bytesToString, a1 as concat, a2 as concatBytes, a3 as concatHex, a4 as formatEther, a5 as formatGwei, a6 as formatUnits, a7 as fromBytes, a8 as fromHex, a9 as fromRlp, aa as getAddress, ab as getContractAddress, ac as getContractError, ad as getCreate2Address, ae as getCreateAddress, af as getEventSelector, ag as getFunctionSelector, ah as getSerializedTransactionType, aZ as getSocket, ai as getTransactionType, aj as hashMessage, ak as hashTypedData, al as hexToBigInt, am as hexToBool, an as hexToBytes, ao as hexToNumber, ap as hexToString, aq as isAddress, ar as isAddressEqual, as as isBytes, at as isHash, au as isHex, av as keccak256, aw as numberToBytes, ax as numberToHex, ay as pad, az as padBytes, aA as padHex, aB as parseEther, aC as parseGwei, aD as parseTransaction, aE as parseUnits, aF as prepareRequest, aG as recoverAddress, aH as recoverMessageAddress, aI as recoverTypedDataAddress, a_ as rpc, aJ as serializeTransaction, aK as size, aL as slice, aM as sliceBytes, aN as sliceHex, aO as stringToBytes, aP as stringToHex, aQ as stringify, aR as toBytes, aS as toHex, aT as toRlp, aU as trim, aV as validateTypedData, aW as verifyMessage, aX as verifyTypedData } from '../parseGwei-e2b004f8.js';
|
9
9
|
export { d as defineChain, g as getChainContractAddress } from '../chain-29e97b48.js';
|
10
|
-
import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters } from '../getEnsResolver-
|
11
|
-
export { aU as BlockFormatter, aV as FormattedBlock, aW as FormattedTransactionReceipt, aX as FormattedTransactionRequest, aY as TransactionReceiptFormatter, aZ as TransactionRequestFormatter, a_ as defineBlock, a$ as defineTransactionReceipt, b0 as defineTransactionRequest, b1 as formatBlock, b2 as formatTransactionRequest } from '../getEnsResolver-
|
10
|
+
import { i as CallParameters, p as EstimateGasParameters, ao as SendTransactionParameters } from '../getEnsResolver-68329c3e.js';
|
11
|
+
export { aU as BlockFormatter, aV as FormattedBlock, aW as FormattedTransactionReceipt, aX as FormattedTransactionRequest, aY as TransactionReceiptFormatter, aZ as TransactionRequestFormatter, a_ as defineBlock, a$ as defineTransactionReceipt, b0 as defineTransactionRequest, b1 as formatBlock, b2 as formatTransactionRequest } from '../getEnsResolver-68329c3e.js';
|
12
12
|
import { aj as Formatter, C as Chain } from '../chain-02c77999.js';
|
13
13
|
export { ab as ExtractFormatter, ac as Formatted, ad as FormattedTransaction, ae as TransactionFormatter, ar as defineFormatter, af as defineTransaction, as as format, ag as formatTransaction, ah as transactionType } from '../chain-02c77999.js';
|
14
14
|
import { A as Account } from '../typedData-337e8d8f.js';
|
package/dist/utils/index.js
CHANGED
@@ -118,8 +118,8 @@
|
|
118
118
|
|
119
119
|
|
120
120
|
|
121
|
-
var _chunk6PP4CMLNjs = require('../chunk-6PP4CMLN.js');
|
122
121
|
|
122
|
+
var _chunkMOM6LTRAjs = require('../chunk-MOM6LTRA.js');
|
123
123
|
|
124
124
|
|
125
125
|
|
@@ -239,5 +239,7 @@ var _chunk6PP4CMLNjs = require('../chunk-6PP4CMLN.js');
|
|
239
239
|
|
240
240
|
|
241
241
|
|
242
|
-
|
242
|
+
|
243
|
+
|
244
|
+
exports.arrayRegex = _chunkMOM6LTRAjs.arrayRegex; exports.assertRequest = _chunkMOM6LTRAjs.assertRequest; exports.assertTransactionEIP1559 = _chunkMOM6LTRAjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkMOM6LTRAjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkMOM6LTRAjs.assertTransactionLegacy; exports.boolToBytes = _chunkMOM6LTRAjs.boolToBytes; exports.boolToHex = _chunkMOM6LTRAjs.boolToHex; exports.buildRequest = _chunkMOM6LTRAjs.buildRequest; exports.bytesRegex = _chunkMOM6LTRAjs.bytesRegex; exports.bytesToBigint = _chunkMOM6LTRAjs.bytesToBigint; exports.bytesToBool = _chunkMOM6LTRAjs.bytesToBool; exports.bytesToHex = _chunkMOM6LTRAjs.bytesToHex; exports.bytesToNumber = _chunkMOM6LTRAjs.bytesToNumber; exports.bytesToString = _chunkMOM6LTRAjs.bytesToString; exports.concat = _chunkMOM6LTRAjs.concat; exports.concatBytes = _chunkMOM6LTRAjs.concatBytes; exports.concatHex = _chunkMOM6LTRAjs.concatHex; exports.containsNodeError = _chunkMOM6LTRAjs.containsNodeError; exports.decodeAbiParameters = _chunkMOM6LTRAjs.decodeAbiParameters; exports.decodeErrorResult = _chunkMOM6LTRAjs.decodeErrorResult; exports.decodeEventLog = _chunkMOM6LTRAjs.decodeEventLog; exports.decodeFunctionData = _chunkMOM6LTRAjs.decodeFunctionData; exports.decodeFunctionResult = _chunkMOM6LTRAjs.decodeFunctionResult; exports.defineBlock = _chunkMOM6LTRAjs.defineBlock; exports.defineChain = _chunkMOM6LTRAjs.defineChain; exports.defineFormatter = _chunkMOM6LTRAjs.defineFormatter; exports.defineTransaction = _chunkMOM6LTRAjs.defineTransaction; exports.defineTransactionReceipt = _chunkMOM6LTRAjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkMOM6LTRAjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkMOM6LTRAjs.encodeAbiParameters; exports.encodeDeployData = _chunkMOM6LTRAjs.encodeDeployData; exports.encodeErrorResult = _chunkMOM6LTRAjs.encodeErrorResult; exports.encodeEventTopics = _chunkMOM6LTRAjs.encodeEventTopics; exports.encodeFunctionData = _chunkMOM6LTRAjs.encodeFunctionData; exports.encodeFunctionResult = _chunkMOM6LTRAjs.encodeFunctionResult; exports.encodePacked = _chunkMOM6LTRAjs.encodePacked; exports.extract = _chunkMOM6LTRAjs.extract; exports.extractFunctionName = _chunkMOM6LTRAjs.extractFunctionName; exports.extractFunctionParams = _chunkMOM6LTRAjs.extractFunctionParams; exports.extractFunctionParts = _chunkMOM6LTRAjs.extractFunctionParts; exports.extractFunctionType = _chunkMOM6LTRAjs.extractFunctionType; exports.format = _chunkMOM6LTRAjs.format; exports.formatAbiItem = _chunkMOM6LTRAjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkMOM6LTRAjs.formatAbiItemWithArgs; exports.formatAbiParams = _chunkMOM6LTRAjs.formatAbiParams; exports.formatBlock = _chunkMOM6LTRAjs.formatBlock; exports.formatEther = _chunkMOM6LTRAjs.formatEther; exports.formatGwei = _chunkMOM6LTRAjs.formatGwei; exports.formatTransaction = _chunkMOM6LTRAjs.formatTransaction; exports.formatTransactionRequest = _chunkMOM6LTRAjs.formatTransactionRequest; exports.formatUnits = _chunkMOM6LTRAjs.formatUnits; exports.fromBytes = _chunkMOM6LTRAjs.fromBytes; exports.fromHex = _chunkMOM6LTRAjs.fromHex; exports.fromRlp = _chunkMOM6LTRAjs.fromRlp; exports.getAbiItem = _chunkMOM6LTRAjs.getAbiItem; exports.getAddress = _chunkMOM6LTRAjs.getAddress; exports.getCallError = _chunkMOM6LTRAjs.getCallError; exports.getChainContractAddress = _chunkMOM6LTRAjs.getChainContractAddress; exports.getContractAddress = _chunkMOM6LTRAjs.getContractAddress; exports.getContractError = _chunkMOM6LTRAjs.getContractError; exports.getCreate2Address = _chunkMOM6LTRAjs.getCreate2Address; exports.getCreateAddress = _chunkMOM6LTRAjs.getCreateAddress; exports.getEstimateGasError = _chunkMOM6LTRAjs.getEstimateGasError; exports.getEventSelector = _chunkMOM6LTRAjs.getEventSelector; exports.getFunctionSelector = _chunkMOM6LTRAjs.getFunctionSelector; exports.getNodeError = _chunkMOM6LTRAjs.getNodeError; exports.getSerializedTransactionType = _chunkMOM6LTRAjs.getSerializedTransactionType; exports.getSocket = _chunkMOM6LTRAjs.getSocket; exports.getTransactionError = _chunkMOM6LTRAjs.getTransactionError; exports.getTransactionType = _chunkMOM6LTRAjs.getTransactionType; exports.hashMessage = _chunkMOM6LTRAjs.hashMessage; exports.hashTypedData = _chunkMOM6LTRAjs.hashTypedData; exports.hexToBigInt = _chunkMOM6LTRAjs.hexToBigInt; exports.hexToBool = _chunkMOM6LTRAjs.hexToBool; exports.hexToBytes = _chunkMOM6LTRAjs.hexToBytes; exports.hexToNumber = _chunkMOM6LTRAjs.hexToNumber; exports.hexToString = _chunkMOM6LTRAjs.hexToString; exports.integerRegex = _chunkMOM6LTRAjs.integerRegex; exports.isAddress = _chunkMOM6LTRAjs.isAddress; exports.isAddressEqual = _chunkMOM6LTRAjs.isAddressEqual; exports.isBytes = _chunkMOM6LTRAjs.isBytes; exports.isHash = _chunkMOM6LTRAjs.isHash; exports.isHex = _chunkMOM6LTRAjs.isHex; exports.keccak256 = _chunkMOM6LTRAjs.keccak256; exports.numberToBytes = _chunkMOM6LTRAjs.numberToBytes; exports.numberToHex = _chunkMOM6LTRAjs.numberToHex; exports.pad = _chunkMOM6LTRAjs.pad; exports.padBytes = _chunkMOM6LTRAjs.padBytes; exports.padHex = _chunkMOM6LTRAjs.padHex; exports.parseAbi = _chunkMOM6LTRAjs.parseAbi; exports.parseAbiItem = _chunkMOM6LTRAjs.parseAbiItem; exports.parseAbiParameter = _chunkMOM6LTRAjs.parseAbiParameter; exports.parseAbiParameters = _chunkMOM6LTRAjs.parseAbiParameters; exports.parseAccount = _chunkMOM6LTRAjs.parseAccount; exports.parseEther = _chunkMOM6LTRAjs.parseEther; exports.parseGwei = _chunkMOM6LTRAjs.parseGwei; exports.parseTransaction = _chunkMOM6LTRAjs.parseTransaction; exports.parseUnits = _chunkMOM6LTRAjs.parseUnits; exports.prepareRequest = _chunkMOM6LTRAjs.prepareRequest; exports.publicKeyToAddress = _chunkMOM6LTRAjs.publicKeyToAddress; exports.recoverAddress = _chunkMOM6LTRAjs.recoverAddress; exports.recoverMessageAddress = _chunkMOM6LTRAjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkMOM6LTRAjs.recoverTypedDataAddress; exports.rpc = _chunkMOM6LTRAjs.rpc; exports.serializeTransaction = _chunkMOM6LTRAjs.serializeTransaction; exports.size = _chunkMOM6LTRAjs.size; exports.slice = _chunkMOM6LTRAjs.slice; exports.sliceBytes = _chunkMOM6LTRAjs.sliceBytes; exports.sliceHex = _chunkMOM6LTRAjs.sliceHex; exports.stringToBytes = _chunkMOM6LTRAjs.stringToBytes; exports.stringToHex = _chunkMOM6LTRAjs.stringToHex; exports.stringify = _chunkMOM6LTRAjs.stringify; exports.toBytes = _chunkMOM6LTRAjs.toBytes; exports.toHex = _chunkMOM6LTRAjs.toHex; exports.toRlp = _chunkMOM6LTRAjs.toRlp; exports.transactionType = _chunkMOM6LTRAjs.transactionType; exports.trim = _chunkMOM6LTRAjs.trim; exports.validateTypedData = _chunkMOM6LTRAjs.validateTypedData; exports.verifyMessage = _chunkMOM6LTRAjs.verifyMessage; exports.verifyTypedData = _chunkMOM6LTRAjs.verifyTypedData;
|
243
245
|
//# sourceMappingURL=index.js.map
|
package/dist/utils/index.mjs
CHANGED
@@ -43,6 +43,7 @@ import {
|
|
43
43
|
format,
|
44
44
|
formatAbiItem,
|
45
45
|
formatAbiItemWithArgs,
|
46
|
+
formatAbiParams,
|
46
47
|
formatBlock,
|
47
48
|
formatEther,
|
48
49
|
formatGwei,
|
@@ -118,7 +119,7 @@ import {
|
|
118
119
|
validateTypedData,
|
119
120
|
verifyMessage,
|
120
121
|
verifyTypedData
|
121
|
-
} from "../chunk-
|
122
|
+
} from "../chunk-HU3K54ST.mjs";
|
122
123
|
export {
|
123
124
|
arrayRegex,
|
124
125
|
assertRequest,
|
@@ -164,6 +165,7 @@ export {
|
|
164
165
|
format,
|
165
166
|
formatAbiItem,
|
166
167
|
formatAbiItemWithArgs,
|
168
|
+
formatAbiParams,
|
167
169
|
formatBlock,
|
168
170
|
formatEther,
|
169
171
|
formatGwei,
|
package/dist/wallet.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export { A as AddChainParameters, bX as FormattedTransactionRequest, G as GetAddressesReturnType, _ as GetPermissionsReturnType, al as RequestAddressesReturnType, am as RequestPermissionsReturnType, ao as SendTransactionParameters, ap as SendTransactionReturnType, aq as SignMessageParameters, ar as SignMessageReturnType, as as SignTypedDataParameters, at as SignTypedDataReturnType, au as SwitchChainParameters, az as WatchAssetParameters, aA as WatchAssetReturnType, bN as addChain, bO as getAddresses, bP as getPermissions, bQ as requestAddresses, bR as requestPermissions, bS as sendTransaction, bT as signMessage, bU as signTypedData, bV as switchChain, bW as watchAsset } from './getEnsResolver-
|
1
|
+
export { A as AddChainParameters, bX as FormattedTransactionRequest, G as GetAddressesReturnType, _ as GetPermissionsReturnType, al as RequestAddressesReturnType, am as RequestPermissionsReturnType, ao as SendTransactionParameters, ap as SendTransactionReturnType, aq as SignMessageParameters, ar as SignMessageReturnType, as as SignTypedDataParameters, at as SignTypedDataReturnType, au as SwitchChainParameters, az as WatchAssetParameters, aA as WatchAssetReturnType, bN as addChain, bO as getAddresses, bP as getPermissions, bQ as requestAddresses, bR as requestPermissions, bS as sendTransaction, bT as signMessage, bU as signTypedData, bV as switchChain, bW as watchAsset } from './getEnsResolver-68329c3e.js';
|
2
2
|
import './createTransport-55339615.js';
|
3
3
|
import './eip1193-07d9c47f.js';
|
4
4
|
import 'abitype';
|
package/dist/wallet.js
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
var
|
12
|
+
var _chunkMOM6LTRAjs = require('./chunk-MOM6LTRA.js');
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -21,5 +21,5 @@ var _chunk6PP4CMLNjs = require('./chunk-6PP4CMLN.js');
|
|
21
21
|
|
22
22
|
|
23
23
|
|
24
|
-
exports.addChain =
|
24
|
+
exports.addChain = _chunkMOM6LTRAjs.addChain; exports.getAddresses = _chunkMOM6LTRAjs.getAddresses; exports.getPermissions = _chunkMOM6LTRAjs.getPermissions; exports.requestAddresses = _chunkMOM6LTRAjs.requestAddresses; exports.requestPermissions = _chunkMOM6LTRAjs.requestPermissions; exports.sendTransaction = _chunkMOM6LTRAjs.sendTransaction; exports.signMessage = _chunkMOM6LTRAjs.signMessage; exports.signTypedData = _chunkMOM6LTRAjs.signTypedData; exports.switchChain = _chunkMOM6LTRAjs.switchChain; exports.watchAsset = _chunkMOM6LTRAjs.watchAsset;
|
25
25
|
//# sourceMappingURL=wallet.js.map
|
package/dist/wallet.mjs
CHANGED