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/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-DHKJBAMW.js → chunk-3ZIJALIN.js} +6 -6
- package/dist/{chunk-BZBBEU5Z.mjs → chunk-AXOYOUXU.mjs} +4 -5
- package/dist/chunk-AXOYOUXU.mjs.map +1 -0
- package/dist/{chunk-IAWAV7EZ.js → chunk-D36PLAUX.js} +4 -5
- package/dist/chunk-D36PLAUX.js.map +1 -0
- package/dist/{chunk-DCXATNIZ.mjs → chunk-IVOMDH6N.mjs} +2 -2
- package/dist/contract.js +2 -2
- package/dist/contract.mjs +1 -1
- package/dist/ens.js +2 -2
- package/dist/ens.mjs +1 -1
- package/dist/ethers.js +4 -4
- package/dist/ethers.mjs +2 -2
- package/dist/index.js +95 -95
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/public.js +2 -2
- package/dist/public.mjs +1 -1
- package/dist/test.js +2 -2
- package/dist/test.mjs +1 -1
- package/dist/utils/index.js +2 -2
- package/dist/utils/index.mjs +1 -1
- package/dist/wallet.js +2 -2
- package/dist/wallet.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-BZBBEU5Z.mjs.map +0 -1
- package/dist/chunk-IAWAV7EZ.js.map +0 -1
- /package/dist/{chunk-DHKJBAMW.js.map → chunk-3ZIJALIN.js.map} +0 -0
- /package/dist/{chunk-DCXATNIZ.mjs.map → chunk-IVOMDH6N.mjs.map} +0 -0
package/dist/public.js
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
var
|
29
|
+
var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
|
30
30
|
|
31
31
|
|
32
32
|
|
@@ -55,5 +55,5 @@ var _chunkIAWAV7EZjs = require('./chunk-IAWAV7EZ.js');
|
|
55
55
|
|
56
56
|
|
57
57
|
|
58
|
-
exports.call =
|
58
|
+
exports.call = _chunkD36PLAUXjs.call; exports.createBlockFilter = _chunkD36PLAUXjs.createBlockFilter; exports.createEventFilter = _chunkD36PLAUXjs.createEventFilter; exports.createPendingTransactionFilter = _chunkD36PLAUXjs.createPendingTransactionFilter; exports.estimateGas = _chunkD36PLAUXjs.estimateGas; exports.getBalance = _chunkD36PLAUXjs.getBalance; exports.getBlock = _chunkD36PLAUXjs.getBlock; exports.getBlockNumber = _chunkD36PLAUXjs.getBlockNumber; exports.getBlockNumberCache = _chunkD36PLAUXjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkD36PLAUXjs.getBlockTransactionCount; exports.getBytecode = _chunkD36PLAUXjs.getBytecode; exports.getChainId = _chunkD36PLAUXjs.getChainId; exports.getFeeHistory = _chunkD36PLAUXjs.getFeeHistory; exports.getFilterChanges = _chunkD36PLAUXjs.getFilterChanges; exports.getFilterLogs = _chunkD36PLAUXjs.getFilterLogs; exports.getGasPrice = _chunkD36PLAUXjs.getGasPrice; exports.getLogs = _chunkD36PLAUXjs.getLogs; exports.getTransaction = _chunkD36PLAUXjs.getTransaction; exports.getTransactionConfirmations = _chunkD36PLAUXjs.getTransactionConfirmations; exports.getTransactionCount = _chunkD36PLAUXjs.getTransactionCount; exports.getTransactionReceipt = _chunkD36PLAUXjs.getTransactionReceipt; exports.uninstallFilter = _chunkD36PLAUXjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkD36PLAUXjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkD36PLAUXjs.watchBlockNumber; exports.watchBlocks = _chunkD36PLAUXjs.watchBlocks; exports.watchEvent = _chunkD36PLAUXjs.watchEvent; exports.watchPendingTransactions = _chunkD36PLAUXjs.watchPendingTransactions;
|
59
59
|
//# sourceMappingURL=public.js.map
|
package/dist/public.mjs
CHANGED
package/dist/test.js
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
|
28
28
|
|
29
29
|
|
30
|
-
var
|
30
|
+
var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
|
31
31
|
|
32
32
|
|
33
33
|
|
@@ -57,5 +57,5 @@ var _chunkIAWAV7EZjs = require('./chunk-IAWAV7EZ.js');
|
|
57
57
|
|
58
58
|
|
59
59
|
|
60
|
-
exports.dropTransaction =
|
60
|
+
exports.dropTransaction = _chunkD36PLAUXjs.dropTransaction; exports.getAutomine = _chunkD36PLAUXjs.getAutomine; exports.getTxpoolContent = _chunkD36PLAUXjs.getTxpoolContent; exports.getTxpoolStatus = _chunkD36PLAUXjs.getTxpoolStatus; exports.impersonateAccount = _chunkD36PLAUXjs.impersonateAccount; exports.increaseTime = _chunkD36PLAUXjs.increaseTime; exports.inspectTxpool = _chunkD36PLAUXjs.inspectTxpool; exports.mine = _chunkD36PLAUXjs.mine; exports.removeBlockTimestampInterval = _chunkD36PLAUXjs.removeBlockTimestampInterval; exports.reset = _chunkD36PLAUXjs.reset; exports.revert = _chunkD36PLAUXjs.revert; exports.sendUnsignedTransaction = _chunkD36PLAUXjs.sendUnsignedTransaction; exports.setAutomine = _chunkD36PLAUXjs.setAutomine; exports.setBalance = _chunkD36PLAUXjs.setBalance; exports.setBlockGasLimit = _chunkD36PLAUXjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkD36PLAUXjs.setBlockTimestampInterval; exports.setCode = _chunkD36PLAUXjs.setCode; exports.setCoinbase = _chunkD36PLAUXjs.setCoinbase; exports.setIntervalMining = _chunkD36PLAUXjs.setIntervalMining; exports.setLoggingEnabled = _chunkD36PLAUXjs.setLoggingEnabled; exports.setMinGasPrice = _chunkD36PLAUXjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkD36PLAUXjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkD36PLAUXjs.setNextBlockTimestamp; exports.setNonce = _chunkD36PLAUXjs.setNonce; exports.setRpcUrl = _chunkD36PLAUXjs.setRpcUrl; exports.setStorageAt = _chunkD36PLAUXjs.setStorageAt; exports.snapshot = _chunkD36PLAUXjs.snapshot; exports.stopImpersonatingAccount = _chunkD36PLAUXjs.stopImpersonatingAccount;
|
61
61
|
//# sourceMappingURL=test.js.map
|
package/dist/test.mjs
CHANGED
package/dist/utils/index.js
CHANGED
@@ -118,7 +118,7 @@
|
|
118
118
|
|
119
119
|
|
120
120
|
|
121
|
-
var
|
121
|
+
var _chunkD36PLAUXjs = require('../chunk-D36PLAUX.js');
|
122
122
|
|
123
123
|
|
124
124
|
|
@@ -239,5 +239,5 @@ var _chunkIAWAV7EZjs = require('../chunk-IAWAV7EZ.js');
|
|
239
239
|
|
240
240
|
|
241
241
|
|
242
|
-
exports.arrayRegex =
|
242
|
+
exports.arrayRegex = _chunkD36PLAUXjs.arrayRegex; exports.assertRequest = _chunkD36PLAUXjs.assertRequest; exports.assertTransactionEIP1559 = _chunkD36PLAUXjs.assertTransactionEIP1559; exports.assertTransactionEIP2930 = _chunkD36PLAUXjs.assertTransactionEIP2930; exports.assertTransactionLegacy = _chunkD36PLAUXjs.assertTransactionLegacy; exports.boolToBytes = _chunkD36PLAUXjs.boolToBytes; exports.boolToHex = _chunkD36PLAUXjs.boolToHex; exports.buildRequest = _chunkD36PLAUXjs.buildRequest; exports.bytesRegex = _chunkD36PLAUXjs.bytesRegex; exports.bytesToBigint = _chunkD36PLAUXjs.bytesToBigint; exports.bytesToBool = _chunkD36PLAUXjs.bytesToBool; exports.bytesToHex = _chunkD36PLAUXjs.bytesToHex; exports.bytesToNumber = _chunkD36PLAUXjs.bytesToNumber; exports.bytesToString = _chunkD36PLAUXjs.bytesToString; exports.concat = _chunkD36PLAUXjs.concat; exports.concatBytes = _chunkD36PLAUXjs.concatBytes; exports.concatHex = _chunkD36PLAUXjs.concatHex; exports.containsNodeError = _chunkD36PLAUXjs.containsNodeError; exports.decodeAbiParameters = _chunkD36PLAUXjs.decodeAbiParameters; exports.decodeErrorResult = _chunkD36PLAUXjs.decodeErrorResult; exports.decodeEventLog = _chunkD36PLAUXjs.decodeEventLog; exports.decodeFunctionData = _chunkD36PLAUXjs.decodeFunctionData; exports.decodeFunctionResult = _chunkD36PLAUXjs.decodeFunctionResult; exports.defineBlock = _chunkD36PLAUXjs.defineBlock; exports.defineChain = _chunkD36PLAUXjs.defineChain; exports.defineFormatter = _chunkD36PLAUXjs.defineFormatter; exports.defineTransaction = _chunkD36PLAUXjs.defineTransaction; exports.defineTransactionReceipt = _chunkD36PLAUXjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkD36PLAUXjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkD36PLAUXjs.encodeAbiParameters; exports.encodeDeployData = _chunkD36PLAUXjs.encodeDeployData; exports.encodeErrorResult = _chunkD36PLAUXjs.encodeErrorResult; exports.encodeEventTopics = _chunkD36PLAUXjs.encodeEventTopics; exports.encodeFunctionData = _chunkD36PLAUXjs.encodeFunctionData; exports.encodeFunctionResult = _chunkD36PLAUXjs.encodeFunctionResult; exports.encodePacked = _chunkD36PLAUXjs.encodePacked; exports.extract = _chunkD36PLAUXjs.extract; exports.extractFunctionName = _chunkD36PLAUXjs.extractFunctionName; exports.extractFunctionParams = _chunkD36PLAUXjs.extractFunctionParams; exports.extractFunctionParts = _chunkD36PLAUXjs.extractFunctionParts; exports.extractFunctionType = _chunkD36PLAUXjs.extractFunctionType; exports.format = _chunkD36PLAUXjs.format; exports.formatAbiItem = _chunkD36PLAUXjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkD36PLAUXjs.formatAbiItemWithArgs; exports.formatBlock = _chunkD36PLAUXjs.formatBlock; exports.formatEther = _chunkD36PLAUXjs.formatEther; exports.formatGwei = _chunkD36PLAUXjs.formatGwei; exports.formatTransaction = _chunkD36PLAUXjs.formatTransaction; exports.formatTransactionRequest = _chunkD36PLAUXjs.formatTransactionRequest; exports.formatUnits = _chunkD36PLAUXjs.formatUnits; exports.fromBytes = _chunkD36PLAUXjs.fromBytes; exports.fromHex = _chunkD36PLAUXjs.fromHex; exports.fromRlp = _chunkD36PLAUXjs.fromRlp; exports.getAbiItem = _chunkD36PLAUXjs.getAbiItem; exports.getAddress = _chunkD36PLAUXjs.getAddress; exports.getCallError = _chunkD36PLAUXjs.getCallError; exports.getChainContractAddress = _chunkD36PLAUXjs.getChainContractAddress; exports.getContractAddress = _chunkD36PLAUXjs.getContractAddress; exports.getContractError = _chunkD36PLAUXjs.getContractError; exports.getCreate2Address = _chunkD36PLAUXjs.getCreate2Address; exports.getCreateAddress = _chunkD36PLAUXjs.getCreateAddress; exports.getEstimateGasError = _chunkD36PLAUXjs.getEstimateGasError; exports.getEventSelector = _chunkD36PLAUXjs.getEventSelector; exports.getFunctionSelector = _chunkD36PLAUXjs.getFunctionSelector; exports.getNodeError = _chunkD36PLAUXjs.getNodeError; exports.getSerializedTransactionType = _chunkD36PLAUXjs.getSerializedTransactionType; exports.getSocket = _chunkD36PLAUXjs.getSocket; exports.getTransactionError = _chunkD36PLAUXjs.getTransactionError; exports.getTransactionType = _chunkD36PLAUXjs.getTransactionType; exports.hashMessage = _chunkD36PLAUXjs.hashMessage; exports.hashTypedData = _chunkD36PLAUXjs.hashTypedData; exports.hexToBigInt = _chunkD36PLAUXjs.hexToBigInt; exports.hexToBool = _chunkD36PLAUXjs.hexToBool; exports.hexToBytes = _chunkD36PLAUXjs.hexToBytes; exports.hexToNumber = _chunkD36PLAUXjs.hexToNumber; exports.hexToString = _chunkD36PLAUXjs.hexToString; exports.integerRegex = _chunkD36PLAUXjs.integerRegex; exports.isAddress = _chunkD36PLAUXjs.isAddress; exports.isAddressEqual = _chunkD36PLAUXjs.isAddressEqual; exports.isBytes = _chunkD36PLAUXjs.isBytes; exports.isHash = _chunkD36PLAUXjs.isHash; exports.isHex = _chunkD36PLAUXjs.isHex; exports.keccak256 = _chunkD36PLAUXjs.keccak256; exports.numberToBytes = _chunkD36PLAUXjs.numberToBytes; exports.numberToHex = _chunkD36PLAUXjs.numberToHex; exports.pad = _chunkD36PLAUXjs.pad; exports.padBytes = _chunkD36PLAUXjs.padBytes; exports.padHex = _chunkD36PLAUXjs.padHex; exports.parseAbi = _chunkD36PLAUXjs.parseAbi; exports.parseAbiItem = _chunkD36PLAUXjs.parseAbiItem; exports.parseAbiParameter = _chunkD36PLAUXjs.parseAbiParameter; exports.parseAbiParameters = _chunkD36PLAUXjs.parseAbiParameters; exports.parseAccount = _chunkD36PLAUXjs.parseAccount; exports.parseEther = _chunkD36PLAUXjs.parseEther; exports.parseGwei = _chunkD36PLAUXjs.parseGwei; exports.parseTransaction = _chunkD36PLAUXjs.parseTransaction; exports.parseUnits = _chunkD36PLAUXjs.parseUnits; exports.prepareRequest = _chunkD36PLAUXjs.prepareRequest; exports.publicKeyToAddress = _chunkD36PLAUXjs.publicKeyToAddress; exports.recoverAddress = _chunkD36PLAUXjs.recoverAddress; exports.recoverMessageAddress = _chunkD36PLAUXjs.recoverMessageAddress; exports.recoverTypedDataAddress = _chunkD36PLAUXjs.recoverTypedDataAddress; exports.rpc = _chunkD36PLAUXjs.rpc; exports.serializeTransaction = _chunkD36PLAUXjs.serializeTransaction; exports.size = _chunkD36PLAUXjs.size; exports.slice = _chunkD36PLAUXjs.slice; exports.sliceBytes = _chunkD36PLAUXjs.sliceBytes; exports.sliceHex = _chunkD36PLAUXjs.sliceHex; exports.stringToBytes = _chunkD36PLAUXjs.stringToBytes; exports.stringToHex = _chunkD36PLAUXjs.stringToHex; exports.stringify = _chunkD36PLAUXjs.stringify; exports.toBytes = _chunkD36PLAUXjs.toBytes; exports.toHex = _chunkD36PLAUXjs.toHex; exports.toRlp = _chunkD36PLAUXjs.toRlp; exports.transactionType = _chunkD36PLAUXjs.transactionType; exports.trim = _chunkD36PLAUXjs.trim; exports.validateTypedData = _chunkD36PLAUXjs.validateTypedData; exports.verifyMessage = _chunkD36PLAUXjs.verifyMessage; exports.verifyTypedData = _chunkD36PLAUXjs.verifyTypedData;
|
243
243
|
//# sourceMappingURL=index.js.map
|
package/dist/utils/index.mjs
CHANGED
package/dist/wallet.js
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
var
|
12
|
+
var _chunkD36PLAUXjs = require('./chunk-D36PLAUX.js');
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -21,5 +21,5 @@ var _chunkIAWAV7EZjs = require('./chunk-IAWAV7EZ.js');
|
|
21
21
|
|
22
22
|
|
23
23
|
|
24
|
-
exports.addChain =
|
24
|
+
exports.addChain = _chunkD36PLAUXjs.addChain; exports.getAddresses = _chunkD36PLAUXjs.getAddresses; exports.getPermissions = _chunkD36PLAUXjs.getPermissions; exports.requestAddresses = _chunkD36PLAUXjs.requestAddresses; exports.requestPermissions = _chunkD36PLAUXjs.requestPermissions; exports.sendTransaction = _chunkD36PLAUXjs.sendTransaction; exports.signMessage = _chunkD36PLAUXjs.signMessage; exports.signTypedData = _chunkD36PLAUXjs.signTypedData; exports.switchChain = _chunkD36PLAUXjs.switchChain; exports.watchAsset = _chunkD36PLAUXjs.watchAsset;
|
25
25
|
//# sourceMappingURL=wallet.js.map
|
package/dist/wallet.mjs
CHANGED