viem 0.2.7 → 0.2.9

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/public.js CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- var _chunkULUVNOX4js = require('./chunk-ULUVNOX4.js');
29
+ var _chunk3IHFW55Bjs = require('./chunk-3IHFW55B.js');
30
30
 
31
31
 
32
32
 
@@ -55,5 +55,5 @@ var _chunkULUVNOX4js = require('./chunk-ULUVNOX4.js');
55
55
 
56
56
 
57
57
 
58
- exports.call = _chunkULUVNOX4js.call; exports.createBlockFilter = _chunkULUVNOX4js.createBlockFilter; exports.createEventFilter = _chunkULUVNOX4js.createEventFilter; exports.createPendingTransactionFilter = _chunkULUVNOX4js.createPendingTransactionFilter; exports.estimateGas = _chunkULUVNOX4js.estimateGas; exports.getBalance = _chunkULUVNOX4js.getBalance; exports.getBlock = _chunkULUVNOX4js.getBlock; exports.getBlockNumber = _chunkULUVNOX4js.getBlockNumber; exports.getBlockNumberCache = _chunkULUVNOX4js.getBlockNumberCache; exports.getBlockTransactionCount = _chunkULUVNOX4js.getBlockTransactionCount; exports.getBytecode = _chunkULUVNOX4js.getBytecode; exports.getChainId = _chunkULUVNOX4js.getChainId; exports.getFeeHistory = _chunkULUVNOX4js.getFeeHistory; exports.getFilterChanges = _chunkULUVNOX4js.getFilterChanges; exports.getFilterLogs = _chunkULUVNOX4js.getFilterLogs; exports.getGasPrice = _chunkULUVNOX4js.getGasPrice; exports.getLogs = _chunkULUVNOX4js.getLogs; exports.getTransaction = _chunkULUVNOX4js.getTransaction; exports.getTransactionConfirmations = _chunkULUVNOX4js.getTransactionConfirmations; exports.getTransactionCount = _chunkULUVNOX4js.getTransactionCount; exports.getTransactionReceipt = _chunkULUVNOX4js.getTransactionReceipt; exports.uninstallFilter = _chunkULUVNOX4js.uninstallFilter; exports.waitForTransactionReceipt = _chunkULUVNOX4js.waitForTransactionReceipt; exports.watchBlockNumber = _chunkULUVNOX4js.watchBlockNumber; exports.watchBlocks = _chunkULUVNOX4js.watchBlocks; exports.watchEvent = _chunkULUVNOX4js.watchEvent; exports.watchPendingTransactions = _chunkULUVNOX4js.watchPendingTransactions;
58
+ exports.call = _chunk3IHFW55Bjs.call; exports.createBlockFilter = _chunk3IHFW55Bjs.createBlockFilter; exports.createEventFilter = _chunk3IHFW55Bjs.createEventFilter; exports.createPendingTransactionFilter = _chunk3IHFW55Bjs.createPendingTransactionFilter; exports.estimateGas = _chunk3IHFW55Bjs.estimateGas; exports.getBalance = _chunk3IHFW55Bjs.getBalance; exports.getBlock = _chunk3IHFW55Bjs.getBlock; exports.getBlockNumber = _chunk3IHFW55Bjs.getBlockNumber; exports.getBlockNumberCache = _chunk3IHFW55Bjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunk3IHFW55Bjs.getBlockTransactionCount; exports.getBytecode = _chunk3IHFW55Bjs.getBytecode; exports.getChainId = _chunk3IHFW55Bjs.getChainId; exports.getFeeHistory = _chunk3IHFW55Bjs.getFeeHistory; exports.getFilterChanges = _chunk3IHFW55Bjs.getFilterChanges; exports.getFilterLogs = _chunk3IHFW55Bjs.getFilterLogs; exports.getGasPrice = _chunk3IHFW55Bjs.getGasPrice; exports.getLogs = _chunk3IHFW55Bjs.getLogs; exports.getTransaction = _chunk3IHFW55Bjs.getTransaction; exports.getTransactionConfirmations = _chunk3IHFW55Bjs.getTransactionConfirmations; exports.getTransactionCount = _chunk3IHFW55Bjs.getTransactionCount; exports.getTransactionReceipt = _chunk3IHFW55Bjs.getTransactionReceipt; exports.uninstallFilter = _chunk3IHFW55Bjs.uninstallFilter; exports.waitForTransactionReceipt = _chunk3IHFW55Bjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunk3IHFW55Bjs.watchBlockNumber; exports.watchBlocks = _chunk3IHFW55Bjs.watchBlocks; exports.watchEvent = _chunk3IHFW55Bjs.watchEvent; exports.watchPendingTransactions = _chunk3IHFW55Bjs.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-FJBYL4CX.mjs";
29
+ } from "./chunk-DHU5S5YF.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 _chunkULUVNOX4js = require('./chunk-ULUVNOX4.js');
30
+ var _chunk3IHFW55Bjs = require('./chunk-3IHFW55B.js');
31
31
 
32
32
 
33
33
 
@@ -57,5 +57,5 @@ var _chunkULUVNOX4js = require('./chunk-ULUVNOX4.js');
57
57
 
58
58
 
59
59
 
60
- exports.dropTransaction = _chunkULUVNOX4js.dropTransaction; exports.getAutomine = _chunkULUVNOX4js.getAutomine; exports.getTxpoolContent = _chunkULUVNOX4js.getTxpoolContent; exports.getTxpoolStatus = _chunkULUVNOX4js.getTxpoolStatus; exports.impersonateAccount = _chunkULUVNOX4js.impersonateAccount; exports.increaseTime = _chunkULUVNOX4js.increaseTime; exports.inspectTxpool = _chunkULUVNOX4js.inspectTxpool; exports.mine = _chunkULUVNOX4js.mine; exports.removeBlockTimestampInterval = _chunkULUVNOX4js.removeBlockTimestampInterval; exports.reset = _chunkULUVNOX4js.reset; exports.revert = _chunkULUVNOX4js.revert; exports.sendUnsignedTransaction = _chunkULUVNOX4js.sendUnsignedTransaction; exports.setAutomine = _chunkULUVNOX4js.setAutomine; exports.setBalance = _chunkULUVNOX4js.setBalance; exports.setBlockGasLimit = _chunkULUVNOX4js.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkULUVNOX4js.setBlockTimestampInterval; exports.setCode = _chunkULUVNOX4js.setCode; exports.setCoinbase = _chunkULUVNOX4js.setCoinbase; exports.setIntervalMining = _chunkULUVNOX4js.setIntervalMining; exports.setLoggingEnabled = _chunkULUVNOX4js.setLoggingEnabled; exports.setMinGasPrice = _chunkULUVNOX4js.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkULUVNOX4js.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkULUVNOX4js.setNextBlockTimestamp; exports.setNonce = _chunkULUVNOX4js.setNonce; exports.setRpcUrl = _chunkULUVNOX4js.setRpcUrl; exports.setStorageAt = _chunkULUVNOX4js.setStorageAt; exports.snapshot = _chunkULUVNOX4js.snapshot; exports.stopImpersonatingAccount = _chunkULUVNOX4js.stopImpersonatingAccount;
60
+ exports.dropTransaction = _chunk3IHFW55Bjs.dropTransaction; exports.getAutomine = _chunk3IHFW55Bjs.getAutomine; exports.getTxpoolContent = _chunk3IHFW55Bjs.getTxpoolContent; exports.getTxpoolStatus = _chunk3IHFW55Bjs.getTxpoolStatus; exports.impersonateAccount = _chunk3IHFW55Bjs.impersonateAccount; exports.increaseTime = _chunk3IHFW55Bjs.increaseTime; exports.inspectTxpool = _chunk3IHFW55Bjs.inspectTxpool; exports.mine = _chunk3IHFW55Bjs.mine; exports.removeBlockTimestampInterval = _chunk3IHFW55Bjs.removeBlockTimestampInterval; exports.reset = _chunk3IHFW55Bjs.reset; exports.revert = _chunk3IHFW55Bjs.revert; exports.sendUnsignedTransaction = _chunk3IHFW55Bjs.sendUnsignedTransaction; exports.setAutomine = _chunk3IHFW55Bjs.setAutomine; exports.setBalance = _chunk3IHFW55Bjs.setBalance; exports.setBlockGasLimit = _chunk3IHFW55Bjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunk3IHFW55Bjs.setBlockTimestampInterval; exports.setCode = _chunk3IHFW55Bjs.setCode; exports.setCoinbase = _chunk3IHFW55Bjs.setCoinbase; exports.setIntervalMining = _chunk3IHFW55Bjs.setIntervalMining; exports.setLoggingEnabled = _chunk3IHFW55Bjs.setLoggingEnabled; exports.setMinGasPrice = _chunk3IHFW55Bjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunk3IHFW55Bjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunk3IHFW55Bjs.setNextBlockTimestamp; exports.setNonce = _chunk3IHFW55Bjs.setNonce; exports.setRpcUrl = _chunk3IHFW55Bjs.setRpcUrl; exports.setStorageAt = _chunk3IHFW55Bjs.setStorageAt; exports.snapshot = _chunk3IHFW55Bjs.snapshot; exports.stopImpersonatingAccount = _chunk3IHFW55Bjs.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-FJBYL4CX.mjs";
30
+ } from "./chunk-DHU5S5YF.mjs";
31
31
  export {
32
32
  dropTransaction,
33
33
  getAutomine,
@@ -118,7 +118,7 @@
118
118
 
119
119
 
120
120
 
121
- var _chunkULUVNOX4js = require('../chunk-ULUVNOX4.js');
121
+ var _chunk3IHFW55Bjs = require('../chunk-3IHFW55B.js');
122
122
 
123
123
 
124
124
 
@@ -239,5 +239,5 @@ var _chunkULUVNOX4js = require('../chunk-ULUVNOX4.js');
239
239
 
240
240
 
241
241
 
242
- exports.arrayRegex = _chunkULUVNOX4js.arrayRegex; exports.assertRequest = _chunkULUVNOX4js.assertRequest; exports.assertTransactionEIP1559 = _chunkULUVNOX4js.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkULUVNOX4js.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkULUVNOX4js.assertTransactionLegacy; exports.boolToBytes = _chunkULUVNOX4js.boolToBytes; exports.boolToHex = _chunkULUVNOX4js.boolToHex; exports.buildRequest = _chunkULUVNOX4js.buildRequest; exports.bytesRegex = _chunkULUVNOX4js.bytesRegex; exports.bytesToBigint = _chunkULUVNOX4js.bytesToBigint; exports.bytesToBool = _chunkULUVNOX4js.bytesToBool; exports.bytesToHex = _chunkULUVNOX4js.bytesToHex; exports.bytesToNumber = _chunkULUVNOX4js.bytesToNumber; exports.bytesToString = _chunkULUVNOX4js.bytesToString; exports.concat = _chunkULUVNOX4js.concat; exports.concatBytes = _chunkULUVNOX4js.concatBytes; exports.concatHex = _chunkULUVNOX4js.concatHex; exports.containsNodeError = _chunkULUVNOX4js.containsNodeError; exports.decodeAbiParameters = _chunkULUVNOX4js.decodeAbiParameters; exports.decodeErrorResult = _chunkULUVNOX4js.decodeErrorResult; exports.decodeEventLog = _chunkULUVNOX4js.decodeEventLog; exports.decodeFunctionData = _chunkULUVNOX4js.decodeFunctionData; exports.decodeFunctionResult = _chunkULUVNOX4js.decodeFunctionResult; exports.defineBlock = _chunkULUVNOX4js.defineBlock; exports.defineChain = _chunkULUVNOX4js.defineChain; exports.defineFormatter = _chunkULUVNOX4js.defineFormatter; exports.defineTransaction = _chunkULUVNOX4js.defineTransaction; exports.defineTransactionReceipt = _chunkULUVNOX4js.defineTransactionReceipt; exports.defineTransactionRequest = _chunkULUVNOX4js.defineTransactionRequest; exports.encodeAbiParameters = _chunkULUVNOX4js.encodeAbiParameters; exports.encodeDeployData = _chunkULUVNOX4js.encodeDeployData; exports.encodeErrorResult = _chunkULUVNOX4js.encodeErrorResult; exports.encodeEventTopics = _chunkULUVNOX4js.encodeEventTopics; exports.encodeFunctionData = _chunkULUVNOX4js.encodeFunctionData; exports.encodeFunctionResult = _chunkULUVNOX4js.encodeFunctionResult; exports.encodePacked = _chunkULUVNOX4js.encodePacked; exports.extract = _chunkULUVNOX4js.extract; exports.extractFunctionName = _chunkULUVNOX4js.extractFunctionName; exports.extractFunctionParams = _chunkULUVNOX4js.extractFunctionParams; exports.extractFunctionParts = _chunkULUVNOX4js.extractFunctionParts; exports.extractFunctionType = _chunkULUVNOX4js.extractFunctionType; exports.format = _chunkULUVNOX4js.format; exports.formatAbiItem = _chunkULUVNOX4js.formatAbiItem; exports.formatAbiItemWithArgs = _chunkULUVNOX4js.formatAbiItemWithArgs; exports.formatBlock = _chunkULUVNOX4js.formatBlock; exports.formatEther = _chunkULUVNOX4js.formatEther; exports.formatGwei = _chunkULUVNOX4js.formatGwei; exports.formatTransaction = _chunkULUVNOX4js.formatTransaction; exports.formatTransactionRequest = _chunkULUVNOX4js.formatTransactionRequest; exports.formatUnits = _chunkULUVNOX4js.formatUnits; exports.fromBytes = _chunkULUVNOX4js.fromBytes; exports.fromHex = _chunkULUVNOX4js.fromHex; exports.fromRlp = _chunkULUVNOX4js.fromRlp; exports.getAbiItem = _chunkULUVNOX4js.getAbiItem; exports.getAddress = _chunkULUVNOX4js.getAddress; exports.getCallError = _chunkULUVNOX4js.getCallError; exports.getChainContractAddress = _chunkULUVNOX4js.getChainContractAddress; exports.getContractAddress = _chunkULUVNOX4js.getContractAddress; exports.getContractError = _chunkULUVNOX4js.getContractError; exports.getCreate2Address = _chunkULUVNOX4js.getCreate2Address; exports.getCreateAddress = _chunkULUVNOX4js.getCreateAddress; exports.getEstimateGasError = _chunkULUVNOX4js.getEstimateGasError; exports.getEventSelector = _chunkULUVNOX4js.getEventSelector; exports.getFunctionSelector = _chunkULUVNOX4js.getFunctionSelector; exports.getNodeError = _chunkULUVNOX4js.getNodeError; exports.getSerializedTransactionType = _chunkULUVNOX4js.getSerializedTransactionType; exports.getSocket = _chunkULUVNOX4js.getSocket; exports.getTransactionError = _chunkULUVNOX4js.getTransactionError; exports.getTransactionType = _chunkULUVNOX4js.getTransactionType; exports.hashMessage = _chunkULUVNOX4js.hashMessage; exports.hashTypedData = _chunkULUVNOX4js.hashTypedData; exports.hexToBigInt = _chunkULUVNOX4js.hexToBigInt; exports.hexToBool = _chunkULUVNOX4js.hexToBool; exports.hexToBytes = _chunkULUVNOX4js.hexToBytes; exports.hexToNumber = _chunkULUVNOX4js.hexToNumber; exports.hexToString = _chunkULUVNOX4js.hexToString; exports.integerRegex = _chunkULUVNOX4js.integerRegex; exports.isAddress = _chunkULUVNOX4js.isAddress; exports.isAddressEqual = _chunkULUVNOX4js.isAddressEqual; exports.isBytes = _chunkULUVNOX4js.isBytes; exports.isHash = _chunkULUVNOX4js.isHash; exports.isHex = _chunkULUVNOX4js.isHex; exports.keccak256 = _chunkULUVNOX4js.keccak256; exports.numberToBytes = _chunkULUVNOX4js.numberToBytes; exports.numberToHex = _chunkULUVNOX4js.numberToHex; exports.pad = _chunkULUVNOX4js.pad; exports.padBytes = _chunkULUVNOX4js.padBytes; exports.padHex = _chunkULUVNOX4js.padHex; exports.parseAbi = _chunkULUVNOX4js.parseAbi; exports.parseAbiItem = _chunkULUVNOX4js.parseAbiItem; exports.parseAbiParameter = _chunkULUVNOX4js.parseAbiParameter; exports.parseAbiParameters = _chunkULUVNOX4js.parseAbiParameters; exports.parseAccount = _chunkULUVNOX4js.parseAccount; exports.parseEther = _chunkULUVNOX4js.parseEther; exports.parseGwei = _chunkULUVNOX4js.parseGwei; exports.parseTransaction = _chunkULUVNOX4js.parseTransaction; exports.parseUnits = _chunkULUVNOX4js.parseUnits; exports.prepareRequest = _chunkULUVNOX4js.prepareRequest; exports.publicKeyToAddress = _chunkULUVNOX4js.publicKeyToAddress; exports.recoverAddress = _chunkULUVNOX4js.recoverAddress; exports.recoverMessageAddress = _chunkULUVNOX4js.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkULUVNOX4js.recoverTypedDataAddress; exports.rpc = _chunkULUVNOX4js.rpc; exports.serializeTransaction = _chunkULUVNOX4js.serializeTransaction; exports.size = _chunkULUVNOX4js.size; exports.slice = _chunkULUVNOX4js.slice; exports.sliceBytes = _chunkULUVNOX4js.sliceBytes; exports.sliceHex = _chunkULUVNOX4js.sliceHex; exports.stringToBytes = _chunkULUVNOX4js.stringToBytes; exports.stringToHex = _chunkULUVNOX4js.stringToHex; exports.stringify = _chunkULUVNOX4js.stringify; exports.toBytes = _chunkULUVNOX4js.toBytes; exports.toHex = _chunkULUVNOX4js.toHex; exports.toRlp = _chunkULUVNOX4js.toRlp; exports.transactionType = _chunkULUVNOX4js.transactionType; exports.trim = _chunkULUVNOX4js.trim; exports.validateTypedData = _chunkULUVNOX4js.validateTypedData; exports.verifyMessage = _chunkULUVNOX4js.verifyMessage; exports.verifyTypedData = _chunkULUVNOX4js.verifyTypedData;
242
+ exports.arrayRegex = _chunk3IHFW55Bjs.arrayRegex; exports.assertRequest = _chunk3IHFW55Bjs.assertRequest; exports.assertTransactionEIP1559 = _chunk3IHFW55Bjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunk3IHFW55Bjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunk3IHFW55Bjs.assertTransactionLegacy; exports.boolToBytes = _chunk3IHFW55Bjs.boolToBytes; exports.boolToHex = _chunk3IHFW55Bjs.boolToHex; exports.buildRequest = _chunk3IHFW55Bjs.buildRequest; exports.bytesRegex = _chunk3IHFW55Bjs.bytesRegex; exports.bytesToBigint = _chunk3IHFW55Bjs.bytesToBigint; exports.bytesToBool = _chunk3IHFW55Bjs.bytesToBool; exports.bytesToHex = _chunk3IHFW55Bjs.bytesToHex; exports.bytesToNumber = _chunk3IHFW55Bjs.bytesToNumber; exports.bytesToString = _chunk3IHFW55Bjs.bytesToString; exports.concat = _chunk3IHFW55Bjs.concat; exports.concatBytes = _chunk3IHFW55Bjs.concatBytes; exports.concatHex = _chunk3IHFW55Bjs.concatHex; exports.containsNodeError = _chunk3IHFW55Bjs.containsNodeError; exports.decodeAbiParameters = _chunk3IHFW55Bjs.decodeAbiParameters; exports.decodeErrorResult = _chunk3IHFW55Bjs.decodeErrorResult; exports.decodeEventLog = _chunk3IHFW55Bjs.decodeEventLog; exports.decodeFunctionData = _chunk3IHFW55Bjs.decodeFunctionData; exports.decodeFunctionResult = _chunk3IHFW55Bjs.decodeFunctionResult; exports.defineBlock = _chunk3IHFW55Bjs.defineBlock; exports.defineChain = _chunk3IHFW55Bjs.defineChain; exports.defineFormatter = _chunk3IHFW55Bjs.defineFormatter; exports.defineTransaction = _chunk3IHFW55Bjs.defineTransaction; exports.defineTransactionReceipt = _chunk3IHFW55Bjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunk3IHFW55Bjs.defineTransactionRequest; exports.encodeAbiParameters = _chunk3IHFW55Bjs.encodeAbiParameters; exports.encodeDeployData = _chunk3IHFW55Bjs.encodeDeployData; exports.encodeErrorResult = _chunk3IHFW55Bjs.encodeErrorResult; exports.encodeEventTopics = _chunk3IHFW55Bjs.encodeEventTopics; exports.encodeFunctionData = _chunk3IHFW55Bjs.encodeFunctionData; exports.encodeFunctionResult = _chunk3IHFW55Bjs.encodeFunctionResult; exports.encodePacked = _chunk3IHFW55Bjs.encodePacked; exports.extract = _chunk3IHFW55Bjs.extract; exports.extractFunctionName = _chunk3IHFW55Bjs.extractFunctionName; exports.extractFunctionParams = _chunk3IHFW55Bjs.extractFunctionParams; exports.extractFunctionParts = _chunk3IHFW55Bjs.extractFunctionParts; exports.extractFunctionType = _chunk3IHFW55Bjs.extractFunctionType; exports.format = _chunk3IHFW55Bjs.format; exports.formatAbiItem = _chunk3IHFW55Bjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunk3IHFW55Bjs.formatAbiItemWithArgs; exports.formatBlock = _chunk3IHFW55Bjs.formatBlock; exports.formatEther = _chunk3IHFW55Bjs.formatEther; exports.formatGwei = _chunk3IHFW55Bjs.formatGwei; exports.formatTransaction = _chunk3IHFW55Bjs.formatTransaction; exports.formatTransactionRequest = _chunk3IHFW55Bjs.formatTransactionRequest; exports.formatUnits = _chunk3IHFW55Bjs.formatUnits; exports.fromBytes = _chunk3IHFW55Bjs.fromBytes; exports.fromHex = _chunk3IHFW55Bjs.fromHex; exports.fromRlp = _chunk3IHFW55Bjs.fromRlp; exports.getAbiItem = _chunk3IHFW55Bjs.getAbiItem; exports.getAddress = _chunk3IHFW55Bjs.getAddress; exports.getCallError = _chunk3IHFW55Bjs.getCallError; exports.getChainContractAddress = _chunk3IHFW55Bjs.getChainContractAddress; exports.getContractAddress = _chunk3IHFW55Bjs.getContractAddress; exports.getContractError = _chunk3IHFW55Bjs.getContractError; exports.getCreate2Address = _chunk3IHFW55Bjs.getCreate2Address; exports.getCreateAddress = _chunk3IHFW55Bjs.getCreateAddress; exports.getEstimateGasError = _chunk3IHFW55Bjs.getEstimateGasError; exports.getEventSelector = _chunk3IHFW55Bjs.getEventSelector; exports.getFunctionSelector = _chunk3IHFW55Bjs.getFunctionSelector; exports.getNodeError = _chunk3IHFW55Bjs.getNodeError; exports.getSerializedTransactionType = _chunk3IHFW55Bjs.getSerializedTransactionType; exports.getSocket = _chunk3IHFW55Bjs.getSocket; exports.getTransactionError = _chunk3IHFW55Bjs.getTransactionError; exports.getTransactionType = _chunk3IHFW55Bjs.getTransactionType; exports.hashMessage = _chunk3IHFW55Bjs.hashMessage; exports.hashTypedData = _chunk3IHFW55Bjs.hashTypedData; exports.hexToBigInt = _chunk3IHFW55Bjs.hexToBigInt; exports.hexToBool = _chunk3IHFW55Bjs.hexToBool; exports.hexToBytes = _chunk3IHFW55Bjs.hexToBytes; exports.hexToNumber = _chunk3IHFW55Bjs.hexToNumber; exports.hexToString = _chunk3IHFW55Bjs.hexToString; exports.integerRegex = _chunk3IHFW55Bjs.integerRegex; exports.isAddress = _chunk3IHFW55Bjs.isAddress; exports.isAddressEqual = _chunk3IHFW55Bjs.isAddressEqual; exports.isBytes = _chunk3IHFW55Bjs.isBytes; exports.isHash = _chunk3IHFW55Bjs.isHash; exports.isHex = _chunk3IHFW55Bjs.isHex; exports.keccak256 = _chunk3IHFW55Bjs.keccak256; exports.numberToBytes = _chunk3IHFW55Bjs.numberToBytes; exports.numberToHex = _chunk3IHFW55Bjs.numberToHex; exports.pad = _chunk3IHFW55Bjs.pad; exports.padBytes = _chunk3IHFW55Bjs.padBytes; exports.padHex = _chunk3IHFW55Bjs.padHex; exports.parseAbi = _chunk3IHFW55Bjs.parseAbi; exports.parseAbiItem = _chunk3IHFW55Bjs.parseAbiItem; exports.parseAbiParameter = _chunk3IHFW55Bjs.parseAbiParameter; exports.parseAbiParameters = _chunk3IHFW55Bjs.parseAbiParameters; exports.parseAccount = _chunk3IHFW55Bjs.parseAccount; exports.parseEther = _chunk3IHFW55Bjs.parseEther; exports.parseGwei = _chunk3IHFW55Bjs.parseGwei; exports.parseTransaction = _chunk3IHFW55Bjs.parseTransaction; exports.parseUnits = _chunk3IHFW55Bjs.parseUnits; exports.prepareRequest = _chunk3IHFW55Bjs.prepareRequest; exports.publicKeyToAddress = _chunk3IHFW55Bjs.publicKeyToAddress; exports.recoverAddress = _chunk3IHFW55Bjs.recoverAddress; exports.recoverMessageAddress = _chunk3IHFW55Bjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunk3IHFW55Bjs.recoverTypedDataAddress; exports.rpc = _chunk3IHFW55Bjs.rpc; exports.serializeTransaction = _chunk3IHFW55Bjs.serializeTransaction; exports.size = _chunk3IHFW55Bjs.size; exports.slice = _chunk3IHFW55Bjs.slice; exports.sliceBytes = _chunk3IHFW55Bjs.sliceBytes; exports.sliceHex = _chunk3IHFW55Bjs.sliceHex; exports.stringToBytes = _chunk3IHFW55Bjs.stringToBytes; exports.stringToHex = _chunk3IHFW55Bjs.stringToHex; exports.stringify = _chunk3IHFW55Bjs.stringify; exports.toBytes = _chunk3IHFW55Bjs.toBytes; exports.toHex = _chunk3IHFW55Bjs.toHex; exports.toRlp = _chunk3IHFW55Bjs.toRlp; exports.transactionType = _chunk3IHFW55Bjs.transactionType; exports.trim = _chunk3IHFW55Bjs.trim; exports.validateTypedData = _chunk3IHFW55Bjs.validateTypedData; exports.verifyMessage = _chunk3IHFW55Bjs.verifyMessage; exports.verifyTypedData = _chunk3IHFW55Bjs.verifyTypedData;
243
243
  //# sourceMappingURL=index.js.map
@@ -118,7 +118,7 @@ import {
118
118
  validateTypedData,
119
119
  verifyMessage,
120
120
  verifyTypedData
121
- } from "../chunk-FJBYL4CX.mjs";
121
+ } from "../chunk-DHU5S5YF.mjs";
122
122
  export {
123
123
  arrayRegex,
124
124
  assertRequest,
package/dist/wallet.js CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- var _chunkULUVNOX4js = require('./chunk-ULUVNOX4.js');
12
+ var _chunk3IHFW55Bjs = require('./chunk-3IHFW55B.js');
13
13
 
14
14
 
15
15
 
@@ -21,5 +21,5 @@ var _chunkULUVNOX4js = require('./chunk-ULUVNOX4.js');
21
21
 
22
22
 
23
23
 
24
- exports.addChain = _chunkULUVNOX4js.addChain; exports.getAddresses = _chunkULUVNOX4js.getAddresses; exports.getPermissions = _chunkULUVNOX4js.getPermissions; exports.requestAddresses = _chunkULUVNOX4js.requestAddresses; exports.requestPermissions = _chunkULUVNOX4js.requestPermissions; exports.sendTransaction = _chunkULUVNOX4js.sendTransaction; exports.signMessage = _chunkULUVNOX4js.signMessage; exports.signTypedData = _chunkULUVNOX4js.signTypedData; exports.switchChain = _chunkULUVNOX4js.switchChain; exports.watchAsset = _chunkULUVNOX4js.watchAsset;
24
+ exports.addChain = _chunk3IHFW55Bjs.addChain; exports.getAddresses = _chunk3IHFW55Bjs.getAddresses; exports.getPermissions = _chunk3IHFW55Bjs.getPermissions; exports.requestAddresses = _chunk3IHFW55Bjs.requestAddresses; exports.requestPermissions = _chunk3IHFW55Bjs.requestPermissions; exports.sendTransaction = _chunk3IHFW55Bjs.sendTransaction; exports.signMessage = _chunk3IHFW55Bjs.signMessage; exports.signTypedData = _chunk3IHFW55Bjs.signTypedData; exports.switchChain = _chunk3IHFW55Bjs.switchChain; exports.watchAsset = _chunk3IHFW55Bjs.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-FJBYL4CX.mjs";
12
+ } from "./chunk-DHU5S5YF.mjs";
13
13
  export {
14
14
  addChain,
15
15
  getAddresses,
package/package.json CHANGED
@@ -2,17 +2,17 @@
2
2
  "name": "viem",
3
3
  "description": "TypeScript Interface for Ethereum",
4
4
  "dependencies": {
5
+ "@adraffy/ens-normalize": "1.9.0",
5
6
  "@noble/curves": "0.9.0",
6
7
  "@noble/hashes": "1.3.0",
7
8
  "@scure/bip32": "1.2.0",
8
9
  "@scure/bip39": "1.2.0",
9
10
  "@wagmi/chains": "0.2.16",
10
11
  "abitype": "0.7.1",
11
- "idna-uts46-hx": "4.1.2",
12
12
  "isomorphic-ws": "5.0.0",
13
13
  "ws": "8.12.0"
14
14
  },
15
- "version": "0.2.7",
15
+ "version": "0.2.9",
16
16
  "files": [
17
17
  "/abi",
18
18
  "/accounts",