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