viem 0.3.0-main.20230404T105101 → 0.3.0-main.20230404T212115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/public.js CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- var _chunkIAWAV7EZjs = require('./chunk-IAWAV7EZ.js');
29
+ var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
30
30
 
31
31
 
32
32
 
@@ -55,5 +55,5 @@ var _chunkIAWAV7EZjs = require('./chunk-IAWAV7EZ.js');
55
55
 
56
56
 
57
57
 
58
- exports.call = _chunkIAWAV7EZjs.call; exports.createBlockFilter = _chunkIAWAV7EZjs.createBlockFilter; exports.createEventFilter = _chunkIAWAV7EZjs.createEventFilter; exports.createPendingTransactionFilter = _chunkIAWAV7EZjs.createPendingTransactionFilter; exports.estimateGas = _chunkIAWAV7EZjs.estimateGas; exports.getBalance = _chunkIAWAV7EZjs.getBalance; exports.getBlock = _chunkIAWAV7EZjs.getBlock; exports.getBlockNumber = _chunkIAWAV7EZjs.getBlockNumber; exports.getBlockNumberCache = _chunkIAWAV7EZjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkIAWAV7EZjs.getBlockTransactionCount; exports.getBytecode = _chunkIAWAV7EZjs.getBytecode; exports.getChainId = _chunkIAWAV7EZjs.getChainId; exports.getFeeHistory = _chunkIAWAV7EZjs.getFeeHistory; exports.getFilterChanges = _chunkIAWAV7EZjs.getFilterChanges; exports.getFilterLogs = _chunkIAWAV7EZjs.getFilterLogs; exports.getGasPrice = _chunkIAWAV7EZjs.getGasPrice; exports.getLogs = _chunkIAWAV7EZjs.getLogs; exports.getTransaction = _chunkIAWAV7EZjs.getTransaction; exports.getTransactionConfirmations = _chunkIAWAV7EZjs.getTransactionConfirmations; exports.getTransactionCount = _chunkIAWAV7EZjs.getTransactionCount; exports.getTransactionReceipt = _chunkIAWAV7EZjs.getTransactionReceipt; exports.uninstallFilter = _chunkIAWAV7EZjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkIAWAV7EZjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkIAWAV7EZjs.watchBlockNumber; exports.watchBlocks = _chunkIAWAV7EZjs.watchBlocks; exports.watchEvent = _chunkIAWAV7EZjs.watchEvent; exports.watchPendingTransactions = _chunkIAWAV7EZjs.watchPendingTransactions;
58
+ exports.call = _chunkD36PLAUXjs.call; exports.createBlockFilter = _chunkD36PLAUXjs.createBlockFilter; exports.createEventFilter = _chunkD36PLAUXjs.createEventFilter; exports.createPendingTransactionFilter = _chunkD36PLAUXjs.createPendingTransactionFilter; exports.estimateGas = _chunkD36PLAUXjs.estimateGas; exports.getBalance = _chunkD36PLAUXjs.getBalance; exports.getBlock = _chunkD36PLAUXjs.getBlock; exports.getBlockNumber = _chunkD36PLAUXjs.getBlockNumber; exports.getBlockNumberCache = _chunkD36PLAUXjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkD36PLAUXjs.getBlockTransactionCount; exports.getBytecode = _chunkD36PLAUXjs.getBytecode; exports.getChainId = _chunkD36PLAUXjs.getChainId; exports.getFeeHistory = _chunkD36PLAUXjs.getFeeHistory; exports.getFilterChanges = _chunkD36PLAUXjs.getFilterChanges; exports.getFilterLogs = _chunkD36PLAUXjs.getFilterLogs; exports.getGasPrice = _chunkD36PLAUXjs.getGasPrice; exports.getLogs = _chunkD36PLAUXjs.getLogs; exports.getTransaction = _chunkD36PLAUXjs.getTransaction; exports.getTransactionConfirmations = _chunkD36PLAUXjs.getTransactionConfirmations; exports.getTransactionCount = _chunkD36PLAUXjs.getTransactionCount; exports.getTransactionReceipt = _chunkD36PLAUXjs.getTransactionReceipt; exports.uninstallFilter = _chunkD36PLAUXjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkD36PLAUXjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkD36PLAUXjs.watchBlockNumber; exports.watchBlocks = _chunkD36PLAUXjs.watchBlocks; exports.watchEvent = _chunkD36PLAUXjs.watchEvent; exports.watchPendingTransactions = _chunkD36PLAUXjs.watchPendingTransactions;
59
59
  //# sourceMappingURL=public.js.map
package/dist/public.mjs CHANGED
@@ -26,7 +26,7 @@ import {
26
26
  watchBlocks,
27
27
  watchEvent,
28
28
  watchPendingTransactions
29
- } from "./chunk-BZBBEU5Z.mjs";
29
+ } from "./chunk-AXOYOUXU.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 _chunkIAWAV7EZjs = require('./chunk-IAWAV7EZ.js');
30
+ var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
31
31
 
32
32
 
33
33
 
@@ -57,5 +57,5 @@ var _chunkIAWAV7EZjs = require('./chunk-IAWAV7EZ.js');
57
57
 
58
58
 
59
59
 
60
- exports.dropTransaction = _chunkIAWAV7EZjs.dropTransaction; exports.getAutomine = _chunkIAWAV7EZjs.getAutomine; exports.getTxpoolContent = _chunkIAWAV7EZjs.getTxpoolContent; exports.getTxpoolStatus = _chunkIAWAV7EZjs.getTxpoolStatus; exports.impersonateAccount = _chunkIAWAV7EZjs.impersonateAccount; exports.increaseTime = _chunkIAWAV7EZjs.increaseTime; exports.inspectTxpool = _chunkIAWAV7EZjs.inspectTxpool; exports.mine = _chunkIAWAV7EZjs.mine; exports.removeBlockTimestampInterval = _chunkIAWAV7EZjs.removeBlockTimestampInterval; exports.reset = _chunkIAWAV7EZjs.reset; exports.revert = _chunkIAWAV7EZjs.revert; exports.sendUnsignedTransaction = _chunkIAWAV7EZjs.sendUnsignedTransaction; exports.setAutomine = _chunkIAWAV7EZjs.setAutomine; exports.setBalance = _chunkIAWAV7EZjs.setBalance; exports.setBlockGasLimit = _chunkIAWAV7EZjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkIAWAV7EZjs.setBlockTimestampInterval; exports.setCode = _chunkIAWAV7EZjs.setCode; exports.setCoinbase = _chunkIAWAV7EZjs.setCoinbase; exports.setIntervalMining = _chunkIAWAV7EZjs.setIntervalMining; exports.setLoggingEnabled = _chunkIAWAV7EZjs.setLoggingEnabled; exports.setMinGasPrice = _chunkIAWAV7EZjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkIAWAV7EZjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkIAWAV7EZjs.setNextBlockTimestamp; exports.setNonce = _chunkIAWAV7EZjs.setNonce; exports.setRpcUrl = _chunkIAWAV7EZjs.setRpcUrl; exports.setStorageAt = _chunkIAWAV7EZjs.setStorageAt; exports.snapshot = _chunkIAWAV7EZjs.snapshot; exports.stopImpersonatingAccount = _chunkIAWAV7EZjs.stopImpersonatingAccount;
60
+ exports.dropTransaction = _chunkD36PLAUXjs.dropTransaction; exports.getAutomine = _chunkD36PLAUXjs.getAutomine; exports.getTxpoolContent = _chunkD36PLAUXjs.getTxpoolContent; exports.getTxpoolStatus = _chunkD36PLAUXjs.getTxpoolStatus; exports.impersonateAccount = _chunkD36PLAUXjs.impersonateAccount; exports.increaseTime = _chunkD36PLAUXjs.increaseTime; exports.inspectTxpool = _chunkD36PLAUXjs.inspectTxpool; exports.mine = _chunkD36PLAUXjs.mine; exports.removeBlockTimestampInterval = _chunkD36PLAUXjs.removeBlockTimestampInterval; exports.reset = _chunkD36PLAUXjs.reset; exports.revert = _chunkD36PLAUXjs.revert; exports.sendUnsignedTransaction = _chunkD36PLAUXjs.sendUnsignedTransaction; exports.setAutomine = _chunkD36PLAUXjs.setAutomine; exports.setBalance = _chunkD36PLAUXjs.setBalance; exports.setBlockGasLimit = _chunkD36PLAUXjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkD36PLAUXjs.setBlockTimestampInterval; exports.setCode = _chunkD36PLAUXjs.setCode; exports.setCoinbase = _chunkD36PLAUXjs.setCoinbase; exports.setIntervalMining = _chunkD36PLAUXjs.setIntervalMining; exports.setLoggingEnabled = _chunkD36PLAUXjs.setLoggingEnabled; exports.setMinGasPrice = _chunkD36PLAUXjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkD36PLAUXjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkD36PLAUXjs.setNextBlockTimestamp; exports.setNonce = _chunkD36PLAUXjs.setNonce; exports.setRpcUrl = _chunkD36PLAUXjs.setRpcUrl; exports.setStorageAt = _chunkD36PLAUXjs.setStorageAt; exports.snapshot = _chunkD36PLAUXjs.snapshot; exports.stopImpersonatingAccount = _chunkD36PLAUXjs.stopImpersonatingAccount;
61
61
  //# sourceMappingURL=test.js.map
package/dist/test.mjs CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  setStorageAt,
28
28
  snapshot,
29
29
  stopImpersonatingAccount
30
- } from "./chunk-BZBBEU5Z.mjs";
30
+ } from "./chunk-AXOYOUXU.mjs";
31
31
  export {
32
32
  dropTransaction,
33
33
  getAutomine,
@@ -118,7 +118,7 @@
118
118
 
119
119
 
120
120
 
121
- var _chunkIAWAV7EZjs = require('../chunk-IAWAV7EZ.js');
121
+ var _chunkD36PLAUXjs = require('../chunk-D36PLAUX.js');
122
122
 
123
123
 
124
124
 
@@ -239,5 +239,5 @@ var _chunkIAWAV7EZjs = require('../chunk-IAWAV7EZ.js');
239
239
 
240
240
 
241
241
 
242
- exports.arrayRegex = _chunkIAWAV7EZjs.arrayRegex; exports.assertRequest = _chunkIAWAV7EZjs.assertRequest; exports.assertTransactionEIP1559 = _chunkIAWAV7EZjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkIAWAV7EZjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkIAWAV7EZjs.assertTransactionLegacy; exports.boolToBytes = _chunkIAWAV7EZjs.boolToBytes; exports.boolToHex = _chunkIAWAV7EZjs.boolToHex; exports.buildRequest = _chunkIAWAV7EZjs.buildRequest; exports.bytesRegex = _chunkIAWAV7EZjs.bytesRegex; exports.bytesToBigint = _chunkIAWAV7EZjs.bytesToBigint; exports.bytesToBool = _chunkIAWAV7EZjs.bytesToBool; exports.bytesToHex = _chunkIAWAV7EZjs.bytesToHex; exports.bytesToNumber = _chunkIAWAV7EZjs.bytesToNumber; exports.bytesToString = _chunkIAWAV7EZjs.bytesToString; exports.concat = _chunkIAWAV7EZjs.concat; exports.concatBytes = _chunkIAWAV7EZjs.concatBytes; exports.concatHex = _chunkIAWAV7EZjs.concatHex; exports.containsNodeError = _chunkIAWAV7EZjs.containsNodeError; exports.decodeAbiParameters = _chunkIAWAV7EZjs.decodeAbiParameters; exports.decodeErrorResult = _chunkIAWAV7EZjs.decodeErrorResult; exports.decodeEventLog = _chunkIAWAV7EZjs.decodeEventLog; exports.decodeFunctionData = _chunkIAWAV7EZjs.decodeFunctionData; exports.decodeFunctionResult = _chunkIAWAV7EZjs.decodeFunctionResult; exports.defineBlock = _chunkIAWAV7EZjs.defineBlock; exports.defineChain = _chunkIAWAV7EZjs.defineChain; exports.defineFormatter = _chunkIAWAV7EZjs.defineFormatter; exports.defineTransaction = _chunkIAWAV7EZjs.defineTransaction; exports.defineTransactionReceipt = _chunkIAWAV7EZjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkIAWAV7EZjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkIAWAV7EZjs.encodeAbiParameters; exports.encodeDeployData = _chunkIAWAV7EZjs.encodeDeployData; exports.encodeErrorResult = _chunkIAWAV7EZjs.encodeErrorResult; exports.encodeEventTopics = _chunkIAWAV7EZjs.encodeEventTopics; exports.encodeFunctionData = _chunkIAWAV7EZjs.encodeFunctionData; exports.encodeFunctionResult = _chunkIAWAV7EZjs.encodeFunctionResult; exports.encodePacked = _chunkIAWAV7EZjs.encodePacked; exports.extract = _chunkIAWAV7EZjs.extract; exports.extractFunctionName = _chunkIAWAV7EZjs.extractFunctionName; exports.extractFunctionParams = _chunkIAWAV7EZjs.extractFunctionParams; exports.extractFunctionParts = _chunkIAWAV7EZjs.extractFunctionParts; exports.extractFunctionType = _chunkIAWAV7EZjs.extractFunctionType; exports.format = _chunkIAWAV7EZjs.format; exports.formatAbiItem = _chunkIAWAV7EZjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkIAWAV7EZjs.formatAbiItemWithArgs; exports.formatBlock = _chunkIAWAV7EZjs.formatBlock; exports.formatEther = _chunkIAWAV7EZjs.formatEther; exports.formatGwei = _chunkIAWAV7EZjs.formatGwei; exports.formatTransaction = _chunkIAWAV7EZjs.formatTransaction; exports.formatTransactionRequest = _chunkIAWAV7EZjs.formatTransactionRequest; exports.formatUnits = _chunkIAWAV7EZjs.formatUnits; exports.fromBytes = _chunkIAWAV7EZjs.fromBytes; exports.fromHex = _chunkIAWAV7EZjs.fromHex; exports.fromRlp = _chunkIAWAV7EZjs.fromRlp; exports.getAbiItem = _chunkIAWAV7EZjs.getAbiItem; exports.getAddress = _chunkIAWAV7EZjs.getAddress; exports.getCallError = _chunkIAWAV7EZjs.getCallError; exports.getChainContractAddress = _chunkIAWAV7EZjs.getChainContractAddress; exports.getContractAddress = _chunkIAWAV7EZjs.getContractAddress; exports.getContractError = _chunkIAWAV7EZjs.getContractError; exports.getCreate2Address = _chunkIAWAV7EZjs.getCreate2Address; exports.getCreateAddress = _chunkIAWAV7EZjs.getCreateAddress; exports.getEstimateGasError = _chunkIAWAV7EZjs.getEstimateGasError; exports.getEventSelector = _chunkIAWAV7EZjs.getEventSelector; exports.getFunctionSelector = _chunkIAWAV7EZjs.getFunctionSelector; exports.getNodeError = _chunkIAWAV7EZjs.getNodeError; exports.getSerializedTransactionType = _chunkIAWAV7EZjs.getSerializedTransactionType; exports.getSocket = _chunkIAWAV7EZjs.getSocket; exports.getTransactionError = _chunkIAWAV7EZjs.getTransactionError; exports.getTransactionType = _chunkIAWAV7EZjs.getTransactionType; exports.hashMessage = _chunkIAWAV7EZjs.hashMessage; exports.hashTypedData = _chunkIAWAV7EZjs.hashTypedData; exports.hexToBigInt = _chunkIAWAV7EZjs.hexToBigInt; exports.hexToBool = _chunkIAWAV7EZjs.hexToBool; exports.hexToBytes = _chunkIAWAV7EZjs.hexToBytes; exports.hexToNumber = _chunkIAWAV7EZjs.hexToNumber; exports.hexToString = _chunkIAWAV7EZjs.hexToString; exports.integerRegex = _chunkIAWAV7EZjs.integerRegex; exports.isAddress = _chunkIAWAV7EZjs.isAddress; exports.isAddressEqual = _chunkIAWAV7EZjs.isAddressEqual; exports.isBytes = _chunkIAWAV7EZjs.isBytes; exports.isHash = _chunkIAWAV7EZjs.isHash; exports.isHex = _chunkIAWAV7EZjs.isHex; exports.keccak256 = _chunkIAWAV7EZjs.keccak256; exports.numberToBytes = _chunkIAWAV7EZjs.numberToBytes; exports.numberToHex = _chunkIAWAV7EZjs.numberToHex; exports.pad = _chunkIAWAV7EZjs.pad; exports.padBytes = _chunkIAWAV7EZjs.padBytes; exports.padHex = _chunkIAWAV7EZjs.padHex; exports.parseAbi = _chunkIAWAV7EZjs.parseAbi; exports.parseAbiItem = _chunkIAWAV7EZjs.parseAbiItem; exports.parseAbiParameter = _chunkIAWAV7EZjs.parseAbiParameter; exports.parseAbiParameters = _chunkIAWAV7EZjs.parseAbiParameters; exports.parseAccount = _chunkIAWAV7EZjs.parseAccount; exports.parseEther = _chunkIAWAV7EZjs.parseEther; exports.parseGwei = _chunkIAWAV7EZjs.parseGwei; exports.parseTransaction = _chunkIAWAV7EZjs.parseTransaction; exports.parseUnits = _chunkIAWAV7EZjs.parseUnits; exports.prepareRequest = _chunkIAWAV7EZjs.prepareRequest; exports.publicKeyToAddress = _chunkIAWAV7EZjs.publicKeyToAddress; exports.recoverAddress = _chunkIAWAV7EZjs.recoverAddress; exports.recoverMessageAddress = _chunkIAWAV7EZjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkIAWAV7EZjs.recoverTypedDataAddress; exports.rpc = _chunkIAWAV7EZjs.rpc; exports.serializeTransaction = _chunkIAWAV7EZjs.serializeTransaction; exports.size = _chunkIAWAV7EZjs.size; exports.slice = _chunkIAWAV7EZjs.slice; exports.sliceBytes = _chunkIAWAV7EZjs.sliceBytes; exports.sliceHex = _chunkIAWAV7EZjs.sliceHex; exports.stringToBytes = _chunkIAWAV7EZjs.stringToBytes; exports.stringToHex = _chunkIAWAV7EZjs.stringToHex; exports.stringify = _chunkIAWAV7EZjs.stringify; exports.toBytes = _chunkIAWAV7EZjs.toBytes; exports.toHex = _chunkIAWAV7EZjs.toHex; exports.toRlp = _chunkIAWAV7EZjs.toRlp; exports.transactionType = _chunkIAWAV7EZjs.transactionType; exports.trim = _chunkIAWAV7EZjs.trim; exports.validateTypedData = _chunkIAWAV7EZjs.validateTypedData; exports.verifyMessage = _chunkIAWAV7EZjs.verifyMessage; exports.verifyTypedData = _chunkIAWAV7EZjs.verifyTypedData;
242
+ exports.arrayRegex = _chunkD36PLAUXjs.arrayRegex; exports.assertRequest = _chunkD36PLAUXjs.assertRequest; exports.assertTransactionEIP1559 = _chunkD36PLAUXjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkD36PLAUXjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkD36PLAUXjs.assertTransactionLegacy; exports.boolToBytes = _chunkD36PLAUXjs.boolToBytes; exports.boolToHex = _chunkD36PLAUXjs.boolToHex; exports.buildRequest = _chunkD36PLAUXjs.buildRequest; exports.bytesRegex = _chunkD36PLAUXjs.bytesRegex; exports.bytesToBigint = _chunkD36PLAUXjs.bytesToBigint; exports.bytesToBool = _chunkD36PLAUXjs.bytesToBool; exports.bytesToHex = _chunkD36PLAUXjs.bytesToHex; exports.bytesToNumber = _chunkD36PLAUXjs.bytesToNumber; exports.bytesToString = _chunkD36PLAUXjs.bytesToString; exports.concat = _chunkD36PLAUXjs.concat; exports.concatBytes = _chunkD36PLAUXjs.concatBytes; exports.concatHex = _chunkD36PLAUXjs.concatHex; exports.containsNodeError = _chunkD36PLAUXjs.containsNodeError; exports.decodeAbiParameters = _chunkD36PLAUXjs.decodeAbiParameters; exports.decodeErrorResult = _chunkD36PLAUXjs.decodeErrorResult; exports.decodeEventLog = _chunkD36PLAUXjs.decodeEventLog; exports.decodeFunctionData = _chunkD36PLAUXjs.decodeFunctionData; exports.decodeFunctionResult = _chunkD36PLAUXjs.decodeFunctionResult; exports.defineBlock = _chunkD36PLAUXjs.defineBlock; exports.defineChain = _chunkD36PLAUXjs.defineChain; exports.defineFormatter = _chunkD36PLAUXjs.defineFormatter; exports.defineTransaction = _chunkD36PLAUXjs.defineTransaction; exports.defineTransactionReceipt = _chunkD36PLAUXjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkD36PLAUXjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkD36PLAUXjs.encodeAbiParameters; exports.encodeDeployData = _chunkD36PLAUXjs.encodeDeployData; exports.encodeErrorResult = _chunkD36PLAUXjs.encodeErrorResult; exports.encodeEventTopics = _chunkD36PLAUXjs.encodeEventTopics; exports.encodeFunctionData = _chunkD36PLAUXjs.encodeFunctionData; exports.encodeFunctionResult = _chunkD36PLAUXjs.encodeFunctionResult; exports.encodePacked = _chunkD36PLAUXjs.encodePacked; exports.extract = _chunkD36PLAUXjs.extract; exports.extractFunctionName = _chunkD36PLAUXjs.extractFunctionName; exports.extractFunctionParams = _chunkD36PLAUXjs.extractFunctionParams; exports.extractFunctionParts = _chunkD36PLAUXjs.extractFunctionParts; exports.extractFunctionType = _chunkD36PLAUXjs.extractFunctionType; exports.format = _chunkD36PLAUXjs.format; exports.formatAbiItem = _chunkD36PLAUXjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkD36PLAUXjs.formatAbiItemWithArgs; exports.formatBlock = _chunkD36PLAUXjs.formatBlock; exports.formatEther = _chunkD36PLAUXjs.formatEther; exports.formatGwei = _chunkD36PLAUXjs.formatGwei; exports.formatTransaction = _chunkD36PLAUXjs.formatTransaction; exports.formatTransactionRequest = _chunkD36PLAUXjs.formatTransactionRequest; exports.formatUnits = _chunkD36PLAUXjs.formatUnits; exports.fromBytes = _chunkD36PLAUXjs.fromBytes; exports.fromHex = _chunkD36PLAUXjs.fromHex; exports.fromRlp = _chunkD36PLAUXjs.fromRlp; exports.getAbiItem = _chunkD36PLAUXjs.getAbiItem; exports.getAddress = _chunkD36PLAUXjs.getAddress; exports.getCallError = _chunkD36PLAUXjs.getCallError; exports.getChainContractAddress = _chunkD36PLAUXjs.getChainContractAddress; exports.getContractAddress = _chunkD36PLAUXjs.getContractAddress; exports.getContractError = _chunkD36PLAUXjs.getContractError; exports.getCreate2Address = _chunkD36PLAUXjs.getCreate2Address; exports.getCreateAddress = _chunkD36PLAUXjs.getCreateAddress; exports.getEstimateGasError = _chunkD36PLAUXjs.getEstimateGasError; exports.getEventSelector = _chunkD36PLAUXjs.getEventSelector; exports.getFunctionSelector = _chunkD36PLAUXjs.getFunctionSelector; exports.getNodeError = _chunkD36PLAUXjs.getNodeError; exports.getSerializedTransactionType = _chunkD36PLAUXjs.getSerializedTransactionType; exports.getSocket = _chunkD36PLAUXjs.getSocket; exports.getTransactionError = _chunkD36PLAUXjs.getTransactionError; exports.getTransactionType = _chunkD36PLAUXjs.getTransactionType; exports.hashMessage = _chunkD36PLAUXjs.hashMessage; exports.hashTypedData = _chunkD36PLAUXjs.hashTypedData; exports.hexToBigInt = _chunkD36PLAUXjs.hexToBigInt; exports.hexToBool = _chunkD36PLAUXjs.hexToBool; exports.hexToBytes = _chunkD36PLAUXjs.hexToBytes; exports.hexToNumber = _chunkD36PLAUXjs.hexToNumber; exports.hexToString = _chunkD36PLAUXjs.hexToString; exports.integerRegex = _chunkD36PLAUXjs.integerRegex; exports.isAddress = _chunkD36PLAUXjs.isAddress; exports.isAddressEqual = _chunkD36PLAUXjs.isAddressEqual; exports.isBytes = _chunkD36PLAUXjs.isBytes; exports.isHash = _chunkD36PLAUXjs.isHash; exports.isHex = _chunkD36PLAUXjs.isHex; exports.keccak256 = _chunkD36PLAUXjs.keccak256; exports.numberToBytes = _chunkD36PLAUXjs.numberToBytes; exports.numberToHex = _chunkD36PLAUXjs.numberToHex; exports.pad = _chunkD36PLAUXjs.pad; exports.padBytes = _chunkD36PLAUXjs.padBytes; exports.padHex = _chunkD36PLAUXjs.padHex; exports.parseAbi = _chunkD36PLAUXjs.parseAbi; exports.parseAbiItem = _chunkD36PLAUXjs.parseAbiItem; exports.parseAbiParameter = _chunkD36PLAUXjs.parseAbiParameter; exports.parseAbiParameters = _chunkD36PLAUXjs.parseAbiParameters; exports.parseAccount = _chunkD36PLAUXjs.parseAccount; exports.parseEther = _chunkD36PLAUXjs.parseEther; exports.parseGwei = _chunkD36PLAUXjs.parseGwei; exports.parseTransaction = _chunkD36PLAUXjs.parseTransaction; exports.parseUnits = _chunkD36PLAUXjs.parseUnits; exports.prepareRequest = _chunkD36PLAUXjs.prepareRequest; exports.publicKeyToAddress = _chunkD36PLAUXjs.publicKeyToAddress; exports.recoverAddress = _chunkD36PLAUXjs.recoverAddress; exports.recoverMessageAddress = _chunkD36PLAUXjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkD36PLAUXjs.recoverTypedDataAddress; exports.rpc = _chunkD36PLAUXjs.rpc; exports.serializeTransaction = _chunkD36PLAUXjs.serializeTransaction; exports.size = _chunkD36PLAUXjs.size; exports.slice = _chunkD36PLAUXjs.slice; exports.sliceBytes = _chunkD36PLAUXjs.sliceBytes; exports.sliceHex = _chunkD36PLAUXjs.sliceHex; exports.stringToBytes = _chunkD36PLAUXjs.stringToBytes; exports.stringToHex = _chunkD36PLAUXjs.stringToHex; exports.stringify = _chunkD36PLAUXjs.stringify; exports.toBytes = _chunkD36PLAUXjs.toBytes; exports.toHex = _chunkD36PLAUXjs.toHex; exports.toRlp = _chunkD36PLAUXjs.toRlp; exports.transactionType = _chunkD36PLAUXjs.transactionType; exports.trim = _chunkD36PLAUXjs.trim; exports.validateTypedData = _chunkD36PLAUXjs.validateTypedData; exports.verifyMessage = _chunkD36PLAUXjs.verifyMessage; exports.verifyTypedData = _chunkD36PLAUXjs.verifyTypedData;
243
243
  //# sourceMappingURL=index.js.map
@@ -118,7 +118,7 @@ import {
118
118
  validateTypedData,
119
119
  verifyMessage,
120
120
  verifyTypedData
121
- } from "../chunk-BZBBEU5Z.mjs";
121
+ } from "../chunk-AXOYOUXU.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 _chunkIAWAV7EZjs = require('./chunk-IAWAV7EZ.js');
12
+ var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
13
13
 
14
14
 
15
15
 
@@ -21,5 +21,5 @@ var _chunkIAWAV7EZjs = require('./chunk-IAWAV7EZ.js');
21
21
 
22
22
 
23
23
 
24
- exports.addChain = _chunkIAWAV7EZjs.addChain; exports.getAddresses = _chunkIAWAV7EZjs.getAddresses; exports.getPermissions = _chunkIAWAV7EZjs.getPermissions; exports.requestAddresses = _chunkIAWAV7EZjs.requestAddresses; exports.requestPermissions = _chunkIAWAV7EZjs.requestPermissions; exports.sendTransaction = _chunkIAWAV7EZjs.sendTransaction; exports.signMessage = _chunkIAWAV7EZjs.signMessage; exports.signTypedData = _chunkIAWAV7EZjs.signTypedData; exports.switchChain = _chunkIAWAV7EZjs.switchChain; exports.watchAsset = _chunkIAWAV7EZjs.watchAsset;
24
+ exports.addChain = _chunkD36PLAUXjs.addChain; exports.getAddresses = _chunkD36PLAUXjs.getAddresses; exports.getPermissions = _chunkD36PLAUXjs.getPermissions; exports.requestAddresses = _chunkD36PLAUXjs.requestAddresses; exports.requestPermissions = _chunkD36PLAUXjs.requestPermissions; exports.sendTransaction = _chunkD36PLAUXjs.sendTransaction; exports.signMessage = _chunkD36PLAUXjs.signMessage; exports.signTypedData = _chunkD36PLAUXjs.signTypedData; exports.switchChain = _chunkD36PLAUXjs.switchChain; exports.watchAsset = _chunkD36PLAUXjs.watchAsset;
25
25
  //# sourceMappingURL=wallet.js.map
package/dist/wallet.mjs CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  signTypedData,
10
10
  switchChain,
11
11
  watchAsset
12
- } from "./chunk-BZBBEU5Z.mjs";
12
+ } from "./chunk-AXOYOUXU.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.3.0-main.20230404T105101",
15
+ "version": "0.3.0-main.20230404T212115",
16
16
  "files": [
17
17
  "/abi",
18
18
  "/accounts",