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.
Files changed (42) hide show
  1. package/dist/abi.js +2 -2
  2. package/dist/abi.mjs +1 -1
  3. package/dist/accounts/index.js +17 -17
  4. package/dist/accounts/index.mjs +2 -2
  5. package/dist/chains.js +89 -89
  6. package/dist/chains.mjs +1 -1
  7. package/dist/{chunk-34RQIVOR.mjs → chunk-HU3K54ST.mjs} +122 -38
  8. package/dist/chunk-HU3K54ST.mjs.map +1 -0
  9. package/dist/{chunk-6PP4CMLN.js → chunk-MOM6LTRA.js} +126 -42
  10. package/dist/chunk-MOM6LTRA.js.map +1 -0
  11. package/dist/{chunk-AQJCWZV6.mjs → chunk-YABBVXPP.mjs} +2 -2
  12. package/dist/{chunk-I2RHOQQS.js → chunk-YAP7NKRV.js} +6 -6
  13. package/dist/contract.d.ts +2 -2
  14. package/dist/contract.js +2 -2
  15. package/dist/contract.mjs +1 -1
  16. package/dist/ens.d.ts +1 -1
  17. package/dist/ens.js +2 -2
  18. package/dist/ens.mjs +1 -1
  19. package/dist/ethers.js +4 -4
  20. package/dist/ethers.mjs +2 -2
  21. package/dist/{formatAbiItem-e5bbcadb.d.ts → formatAbiItem-aaf282fc.d.ts} +5 -1
  22. package/dist/{getEnsResolver-314de6e9.d.ts → getEnsResolver-68329c3e.d.ts} +1 -1
  23. package/dist/index.d.ts +8 -5
  24. package/dist/index.js +94 -94
  25. package/dist/index.mjs +1 -1
  26. package/dist/{parseGwei-4fb29d96.d.ts → parseGwei-e2b004f8.d.ts} +1 -1
  27. package/dist/public.d.ts +1 -1
  28. package/dist/public.js +2 -2
  29. package/dist/public.mjs +1 -1
  30. package/dist/test.js +2 -2
  31. package/dist/test.mjs +1 -1
  32. package/dist/utils/index.d.ts +5 -5
  33. package/dist/utils/index.js +4 -2
  34. package/dist/utils/index.mjs +3 -1
  35. package/dist/wallet.d.ts +1 -1
  36. package/dist/wallet.js +2 -2
  37. package/dist/wallet.mjs +1 -1
  38. package/package.json +1 -1
  39. package/dist/chunk-34RQIVOR.mjs.map +0 -1
  40. package/dist/chunk-6PP4CMLN.js.map +0 -1
  41. /package/dist/{chunk-AQJCWZV6.mjs.map → chunk-YABBVXPP.mjs.map} +0 -0
  42. /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-314de6e9.js';
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 _chunk6PP4CMLNjs = require('./chunk-6PP4CMLN.js');
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 = _chunk6PP4CMLNjs.call; exports.createBlockFilter = _chunk6PP4CMLNjs.createBlockFilter; exports.createEventFilter = _chunk6PP4CMLNjs.createEventFilter; exports.createPendingTransactionFilter = _chunk6PP4CMLNjs.createPendingTransactionFilter; exports.estimateGas = _chunk6PP4CMLNjs.estimateGas; exports.getBalance = _chunk6PP4CMLNjs.getBalance; exports.getBlock = _chunk6PP4CMLNjs.getBlock; exports.getBlockNumber = _chunk6PP4CMLNjs.getBlockNumber; exports.getBlockNumberCache = _chunk6PP4CMLNjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunk6PP4CMLNjs.getBlockTransactionCount; exports.getBytecode = _chunk6PP4CMLNjs.getBytecode; exports.getChainId = _chunk6PP4CMLNjs.getChainId; exports.getFeeHistory = _chunk6PP4CMLNjs.getFeeHistory; exports.getFilterChanges = _chunk6PP4CMLNjs.getFilterChanges; exports.getFilterLogs = _chunk6PP4CMLNjs.getFilterLogs; exports.getGasPrice = _chunk6PP4CMLNjs.getGasPrice; exports.getLogs = _chunk6PP4CMLNjs.getLogs; exports.getTransaction = _chunk6PP4CMLNjs.getTransaction; exports.getTransactionConfirmations = _chunk6PP4CMLNjs.getTransactionConfirmations; exports.getTransactionCount = _chunk6PP4CMLNjs.getTransactionCount; exports.getTransactionReceipt = _chunk6PP4CMLNjs.getTransactionReceipt; exports.uninstallFilter = _chunk6PP4CMLNjs.uninstallFilter; exports.waitForTransactionReceipt = _chunk6PP4CMLNjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunk6PP4CMLNjs.watchBlockNumber; exports.watchBlocks = _chunk6PP4CMLNjs.watchBlocks; exports.watchEvent = _chunk6PP4CMLNjs.watchEvent; exports.watchPendingTransactions = _chunk6PP4CMLNjs.watchPendingTransactions;
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
@@ -26,7 +26,7 @@ import {
26
26
  watchBlocks,
27
27
  watchEvent,
28
28
  watchPendingTransactions
29
- } from "./chunk-34RQIVOR.mjs";
29
+ } from "./chunk-HU3K54ST.mjs";
30
30
  export {
31
31
  call,
32
32
  createBlockFilter,
package/dist/test.js CHANGED
@@ -27,7 +27,7 @@
27
27
 
28
28
 
29
29
 
30
- var _chunk6PP4CMLNjs = require('./chunk-6PP4CMLN.js');
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 = _chunk6PP4CMLNjs.dropTransaction; exports.getAutomine = _chunk6PP4CMLNjs.getAutomine; exports.getTxpoolContent = _chunk6PP4CMLNjs.getTxpoolContent; exports.getTxpoolStatus = _chunk6PP4CMLNjs.getTxpoolStatus; exports.impersonateAccount = _chunk6PP4CMLNjs.impersonateAccount; exports.increaseTime = _chunk6PP4CMLNjs.increaseTime; exports.inspectTxpool = _chunk6PP4CMLNjs.inspectTxpool; exports.mine = _chunk6PP4CMLNjs.mine; exports.removeBlockTimestampInterval = _chunk6PP4CMLNjs.removeBlockTimestampInterval; exports.reset = _chunk6PP4CMLNjs.reset; exports.revert = _chunk6PP4CMLNjs.revert; exports.sendUnsignedTransaction = _chunk6PP4CMLNjs.sendUnsignedTransaction; exports.setAutomine = _chunk6PP4CMLNjs.setAutomine; exports.setBalance = _chunk6PP4CMLNjs.setBalance; exports.setBlockGasLimit = _chunk6PP4CMLNjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunk6PP4CMLNjs.setBlockTimestampInterval; exports.setCode = _chunk6PP4CMLNjs.setCode; exports.setCoinbase = _chunk6PP4CMLNjs.setCoinbase; exports.setIntervalMining = _chunk6PP4CMLNjs.setIntervalMining; exports.setLoggingEnabled = _chunk6PP4CMLNjs.setLoggingEnabled; exports.setMinGasPrice = _chunk6PP4CMLNjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunk6PP4CMLNjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunk6PP4CMLNjs.setNextBlockTimestamp; exports.setNonce = _chunk6PP4CMLNjs.setNonce; exports.setRpcUrl = _chunk6PP4CMLNjs.setRpcUrl; exports.setStorageAt = _chunk6PP4CMLNjs.setStorageAt; exports.snapshot = _chunk6PP4CMLNjs.snapshot; exports.stopImpersonatingAccount = _chunk6PP4CMLNjs.stopImpersonatingAccount;
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
@@ -27,7 +27,7 @@ import {
27
27
  setStorageAt,
28
28
  snapshot,
29
29
  stopImpersonatingAccount
30
- } from "./chunk-34RQIVOR.mjs";
30
+ } from "./chunk-HU3K54ST.mjs";
31
31
  export {
32
32
  dropTransaction,
33
33
  getAutomine,
@@ -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-e5bbcadb.js';
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-4fb29d96.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-4fb29d96.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-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-314de6e9.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-314de6e9.js';
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';
@@ -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
- exports.arrayRegex = _chunk6PP4CMLNjs.arrayRegex; exports.assertRequest = _chunk6PP4CMLNjs.assertRequest; exports.assertTransactionEIP1559 = _chunk6PP4CMLNjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunk6PP4CMLNjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunk6PP4CMLNjs.assertTransactionLegacy; exports.boolToBytes = _chunk6PP4CMLNjs.boolToBytes; exports.boolToHex = _chunk6PP4CMLNjs.boolToHex; exports.buildRequest = _chunk6PP4CMLNjs.buildRequest; exports.bytesRegex = _chunk6PP4CMLNjs.bytesRegex; exports.bytesToBigint = _chunk6PP4CMLNjs.bytesToBigint; exports.bytesToBool = _chunk6PP4CMLNjs.bytesToBool; exports.bytesToHex = _chunk6PP4CMLNjs.bytesToHex; exports.bytesToNumber = _chunk6PP4CMLNjs.bytesToNumber; exports.bytesToString = _chunk6PP4CMLNjs.bytesToString; exports.concat = _chunk6PP4CMLNjs.concat; exports.concatBytes = _chunk6PP4CMLNjs.concatBytes; exports.concatHex = _chunk6PP4CMLNjs.concatHex; exports.containsNodeError = _chunk6PP4CMLNjs.containsNodeError; exports.decodeAbiParameters = _chunk6PP4CMLNjs.decodeAbiParameters; exports.decodeErrorResult = _chunk6PP4CMLNjs.decodeErrorResult; exports.decodeEventLog = _chunk6PP4CMLNjs.decodeEventLog; exports.decodeFunctionData = _chunk6PP4CMLNjs.decodeFunctionData; exports.decodeFunctionResult = _chunk6PP4CMLNjs.decodeFunctionResult; exports.defineBlock = _chunk6PP4CMLNjs.defineBlock; exports.defineChain = _chunk6PP4CMLNjs.defineChain; exports.defineFormatter = _chunk6PP4CMLNjs.defineFormatter; exports.defineTransaction = _chunk6PP4CMLNjs.defineTransaction; exports.defineTransactionReceipt = _chunk6PP4CMLNjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunk6PP4CMLNjs.defineTransactionRequest; exports.encodeAbiParameters = _chunk6PP4CMLNjs.encodeAbiParameters; exports.encodeDeployData = _chunk6PP4CMLNjs.encodeDeployData; exports.encodeErrorResult = _chunk6PP4CMLNjs.encodeErrorResult; exports.encodeEventTopics = _chunk6PP4CMLNjs.encodeEventTopics; exports.encodeFunctionData = _chunk6PP4CMLNjs.encodeFunctionData; exports.encodeFunctionResult = _chunk6PP4CMLNjs.encodeFunctionResult; exports.encodePacked = _chunk6PP4CMLNjs.encodePacked; exports.extract = _chunk6PP4CMLNjs.extract; exports.extractFunctionName = _chunk6PP4CMLNjs.extractFunctionName; exports.extractFunctionParams = _chunk6PP4CMLNjs.extractFunctionParams; exports.extractFunctionParts = _chunk6PP4CMLNjs.extractFunctionParts; exports.extractFunctionType = _chunk6PP4CMLNjs.extractFunctionType; exports.format = _chunk6PP4CMLNjs.format; exports.formatAbiItem = _chunk6PP4CMLNjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunk6PP4CMLNjs.formatAbiItemWithArgs; exports.formatBlock = _chunk6PP4CMLNjs.formatBlock; exports.formatEther = _chunk6PP4CMLNjs.formatEther; exports.formatGwei = _chunk6PP4CMLNjs.formatGwei; exports.formatTransaction = _chunk6PP4CMLNjs.formatTransaction; exports.formatTransactionRequest = _chunk6PP4CMLNjs.formatTransactionRequest; exports.formatUnits = _chunk6PP4CMLNjs.formatUnits; exports.fromBytes = _chunk6PP4CMLNjs.fromBytes; exports.fromHex = _chunk6PP4CMLNjs.fromHex; exports.fromRlp = _chunk6PP4CMLNjs.fromRlp; exports.getAbiItem = _chunk6PP4CMLNjs.getAbiItem; exports.getAddress = _chunk6PP4CMLNjs.getAddress; exports.getCallError = _chunk6PP4CMLNjs.getCallError; exports.getChainContractAddress = _chunk6PP4CMLNjs.getChainContractAddress; exports.getContractAddress = _chunk6PP4CMLNjs.getContractAddress; exports.getContractError = _chunk6PP4CMLNjs.getContractError; exports.getCreate2Address = _chunk6PP4CMLNjs.getCreate2Address; exports.getCreateAddress = _chunk6PP4CMLNjs.getCreateAddress; exports.getEstimateGasError = _chunk6PP4CMLNjs.getEstimateGasError; exports.getEventSelector = _chunk6PP4CMLNjs.getEventSelector; exports.getFunctionSelector = _chunk6PP4CMLNjs.getFunctionSelector; exports.getNodeError = _chunk6PP4CMLNjs.getNodeError; exports.getSerializedTransactionType = _chunk6PP4CMLNjs.getSerializedTransactionType; exports.getSocket = _chunk6PP4CMLNjs.getSocket; exports.getTransactionError = _chunk6PP4CMLNjs.getTransactionError; exports.getTransactionType = _chunk6PP4CMLNjs.getTransactionType; exports.hashMessage = _chunk6PP4CMLNjs.hashMessage; exports.hashTypedData = _chunk6PP4CMLNjs.hashTypedData; exports.hexToBigInt = _chunk6PP4CMLNjs.hexToBigInt; exports.hexToBool = _chunk6PP4CMLNjs.hexToBool; exports.hexToBytes = _chunk6PP4CMLNjs.hexToBytes; exports.hexToNumber = _chunk6PP4CMLNjs.hexToNumber; exports.hexToString = _chunk6PP4CMLNjs.hexToString; exports.integerRegex = _chunk6PP4CMLNjs.integerRegex; exports.isAddress = _chunk6PP4CMLNjs.isAddress; exports.isAddressEqual = _chunk6PP4CMLNjs.isAddressEqual; exports.isBytes = _chunk6PP4CMLNjs.isBytes; exports.isHash = _chunk6PP4CMLNjs.isHash; exports.isHex = _chunk6PP4CMLNjs.isHex; exports.keccak256 = _chunk6PP4CMLNjs.keccak256; exports.numberToBytes = _chunk6PP4CMLNjs.numberToBytes; exports.numberToHex = _chunk6PP4CMLNjs.numberToHex; exports.pad = _chunk6PP4CMLNjs.pad; exports.padBytes = _chunk6PP4CMLNjs.padBytes; exports.padHex = _chunk6PP4CMLNjs.padHex; exports.parseAbi = _chunk6PP4CMLNjs.parseAbi; exports.parseAbiItem = _chunk6PP4CMLNjs.parseAbiItem; exports.parseAbiParameter = _chunk6PP4CMLNjs.parseAbiParameter; exports.parseAbiParameters = _chunk6PP4CMLNjs.parseAbiParameters; exports.parseAccount = _chunk6PP4CMLNjs.parseAccount; exports.parseEther = _chunk6PP4CMLNjs.parseEther; exports.parseGwei = _chunk6PP4CMLNjs.parseGwei; exports.parseTransaction = _chunk6PP4CMLNjs.parseTransaction; exports.parseUnits = _chunk6PP4CMLNjs.parseUnits; exports.prepareRequest = _chunk6PP4CMLNjs.prepareRequest; exports.publicKeyToAddress = _chunk6PP4CMLNjs.publicKeyToAddress; exports.recoverAddress = _chunk6PP4CMLNjs.recoverAddress; exports.recoverMessageAddress = _chunk6PP4CMLNjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunk6PP4CMLNjs.recoverTypedDataAddress; exports.rpc = _chunk6PP4CMLNjs.rpc; exports.serializeTransaction = _chunk6PP4CMLNjs.serializeTransaction; exports.size = _chunk6PP4CMLNjs.size; exports.slice = _chunk6PP4CMLNjs.slice; exports.sliceBytes = _chunk6PP4CMLNjs.sliceBytes; exports.sliceHex = _chunk6PP4CMLNjs.sliceHex; exports.stringToBytes = _chunk6PP4CMLNjs.stringToBytes; exports.stringToHex = _chunk6PP4CMLNjs.stringToHex; exports.stringify = _chunk6PP4CMLNjs.stringify; exports.toBytes = _chunk6PP4CMLNjs.toBytes; exports.toHex = _chunk6PP4CMLNjs.toHex; exports.toRlp = _chunk6PP4CMLNjs.toRlp; exports.transactionType = _chunk6PP4CMLNjs.transactionType; exports.trim = _chunk6PP4CMLNjs.trim; exports.validateTypedData = _chunk6PP4CMLNjs.validateTypedData; exports.verifyMessage = _chunk6PP4CMLNjs.verifyMessage; exports.verifyTypedData = _chunk6PP4CMLNjs.verifyTypedData;
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
@@ -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-34RQIVOR.mjs";
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-314de6e9.js';
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 _chunk6PP4CMLNjs = require('./chunk-6PP4CMLN.js');
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 = _chunk6PP4CMLNjs.addChain; exports.getAddresses = _chunk6PP4CMLNjs.getAddresses; exports.getPermissions = _chunk6PP4CMLNjs.getPermissions; exports.requestAddresses = _chunk6PP4CMLNjs.requestAddresses; exports.requestPermissions = _chunk6PP4CMLNjs.requestPermissions; exports.sendTransaction = _chunk6PP4CMLNjs.sendTransaction; exports.signMessage = _chunk6PP4CMLNjs.signMessage; exports.signTypedData = _chunk6PP4CMLNjs.signTypedData; exports.switchChain = _chunk6PP4CMLNjs.switchChain; exports.watchAsset = _chunk6PP4CMLNjs.watchAsset;
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
@@ -9,7 +9,7 @@ import {
9
9
  signTypedData,
10
10
  switchChain,
11
11
  watchAsset
12
- } from "./chunk-34RQIVOR.mjs";
12
+ } from "./chunk-HU3K54ST.mjs";
13
13
  export {
14
14
  addChain,
15
15
  getAddresses,
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "isomorphic-ws": "5.0.0",
13
13
  "ws": "8.12.0"
14
14
  },
15
- "version": "0.2.10",
15
+ "version": "0.2.11",
16
16
  "files": [
17
17
  "/abi",
18
18
  "/accounts",