viem 0.1.0 → 0.1.1
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.d.ts +3 -4
- package/dist/abi.js +2 -2
- package/dist/abi.mjs +1 -1
- package/dist/{chain-a4f98ba3.d.ts → chain-688e1663.d.ts} +1 -1
- package/dist/{chain-819c7ff7.d.ts → chain-d64be356.d.ts} +1 -1
- package/dist/chains.d.ts +3 -4
- package/dist/chains.js +46 -46
- package/dist/chains.mjs +1 -1
- package/dist/{chunk-I7AINPMM.mjs → chunk-HDZRBHNX.mjs} +2 -2
- package/dist/{chunk-I7AINPMM.mjs.map → chunk-HDZRBHNX.mjs.map} +1 -1
- package/dist/{chunk-APZXOA44.mjs → chunk-N5WJ5FTW.mjs} +2 -2
- package/dist/{chunk-HCZO3OIX.js → chunk-NM6QXEYF.js} +21 -21
- package/dist/{chunk-QJNPIGP5.js → chunk-PZIHILNK.js} +2 -2
- package/dist/{chunk-QJNPIGP5.js.map → chunk-PZIHILNK.js.map} +1 -1
- package/dist/contract.d.ts +7 -8
- package/dist/contract.js +2 -2
- package/dist/contract.mjs +1 -1
- package/dist/{createClient-a47ae6f5.d.ts → createClient-8575dcd6.d.ts} +2 -2
- package/dist/{createPublicClient-e2eae0fc.d.ts → createPublicClient-c13b17f9.d.ts} +3 -3
- package/dist/{eip1193-a882d1b8.d.ts → eip1193-029d52f0.d.ts} +1 -1
- package/dist/{encodeFunctionResult-9eb553ce.d.ts → encodeFunctionResult-12963e93.d.ts} +1 -1
- package/dist/{encodePacked-4c019ed8.d.ts → encodePacked-98b20b4d.d.ts} +1 -1
- package/dist/ens.d.ts +4 -5
- package/dist/ens.js +3 -3
- package/dist/ens.mjs +2 -2
- package/dist/{formatAbiItem-622d2303.d.ts → formatAbiItem-8ee3a7fa.d.ts} +1 -1
- package/dist/{getAbiItem-159f3263.d.ts → getAbiItem-de103f9b.d.ts} +1 -1
- package/dist/index.d.ts +13 -14
- package/dist/index.js +88 -88
- package/dist/index.mjs +2 -2
- package/dist/{parseGwei-a2d0d77a.d.ts → parseGwei-23d1c213.d.ts} +3 -3
- package/dist/public.d.ts +5 -6
- package/dist/public.js +2 -2
- package/dist/public.mjs +1 -1
- package/dist/{test-13f4413b.d.ts → test-f964519b.d.ts} +3 -3
- package/dist/test.d.ts +5 -6
- package/dist/test.js +2 -2
- package/dist/test.mjs +1 -1
- package/dist/utils/index.d.ts +13 -14
- package/dist/utils/index.js +2 -2
- package/dist/utils/index.mjs +1 -1
- package/dist/wallet.d.ts +4 -5
- package/dist/wallet.js +2 -2
- package/dist/wallet.mjs +1 -1
- package/dist/window.d.ts +2 -3
- package/package.json +1 -1
- /package/dist/{chunk-APZXOA44.mjs.map → chunk-N5WJ5FTW.mjs.map} +0 -0
- /package/dist/{chunk-HCZO3OIX.js.map → chunk-NM6QXEYF.js.map} +0 -0
package/dist/public.js
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
-
var
|
29
|
+
var _chunkPZIHILNKjs = require('./chunk-PZIHILNK.js');
|
30
30
|
|
31
31
|
|
32
32
|
|
@@ -55,5 +55,5 @@ var _chunkQJNPIGP5js = require('./chunk-QJNPIGP5.js');
|
|
55
55
|
|
56
56
|
|
57
57
|
|
58
|
-
exports.call =
|
58
|
+
exports.call = _chunkPZIHILNKjs.call; exports.createBlockFilter = _chunkPZIHILNKjs.createBlockFilter; exports.createEventFilter = _chunkPZIHILNKjs.createEventFilter; exports.createPendingTransactionFilter = _chunkPZIHILNKjs.createPendingTransactionFilter; exports.estimateGas = _chunkPZIHILNKjs.estimateGas; exports.getBalance = _chunkPZIHILNKjs.getBalance; exports.getBlock = _chunkPZIHILNKjs.getBlock; exports.getBlockNumber = _chunkPZIHILNKjs.getBlockNumber; exports.getBlockNumberCache = _chunkPZIHILNKjs.getBlockNumberCache; exports.getBlockTransactionCount = _chunkPZIHILNKjs.getBlockTransactionCount; exports.getBytecode = _chunkPZIHILNKjs.getBytecode; exports.getChainId = _chunkPZIHILNKjs.getChainId; exports.getFeeHistory = _chunkPZIHILNKjs.getFeeHistory; exports.getFilterChanges = _chunkPZIHILNKjs.getFilterChanges; exports.getFilterLogs = _chunkPZIHILNKjs.getFilterLogs; exports.getGasPrice = _chunkPZIHILNKjs.getGasPrice; exports.getLogs = _chunkPZIHILNKjs.getLogs; exports.getTransaction = _chunkPZIHILNKjs.getTransaction; exports.getTransactionConfirmations = _chunkPZIHILNKjs.getTransactionConfirmations; exports.getTransactionCount = _chunkPZIHILNKjs.getTransactionCount; exports.getTransactionReceipt = _chunkPZIHILNKjs.getTransactionReceipt; exports.uninstallFilter = _chunkPZIHILNKjs.uninstallFilter; exports.waitForTransactionReceipt = _chunkPZIHILNKjs.waitForTransactionReceipt; exports.watchBlockNumber = _chunkPZIHILNKjs.watchBlockNumber; exports.watchBlocks = _chunkPZIHILNKjs.watchBlocks; exports.watchEvent = _chunkPZIHILNKjs.watchEvent; exports.watchPendingTransactions = _chunkPZIHILNKjs.watchPendingTransactions;
|
59
59
|
//# sourceMappingURL=public.js.map
|
package/dist/public.mjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
import { a as Hash, p as RpcTransaction, a3 as Quantity, t as TransactionRequest, H as Hex, C as Chain } from './chain-
|
2
|
-
import { T as TestRequests } from './eip1193-
|
3
|
-
import { a as Transport, b as ClientConfig, C as Client } from './createClient-
|
1
|
+
import { a as Hash, p as RpcTransaction, a3 as Quantity, t as TransactionRequest, H as Hex, C as Chain } from './chain-d64be356.js';
|
2
|
+
import { T as TestRequests } from './eip1193-029d52f0.js';
|
3
|
+
import { a as Transport, b as ClientConfig, C as Client } from './createClient-8575dcd6.js';
|
4
4
|
import { Address } from 'abitype';
|
5
5
|
|
6
6
|
type DropTransactionParameters = {
|
package/dist/test.d.ts
CHANGED
@@ -1,11 +1,10 @@
|
|
1
|
-
import { T as TestClient } from './test-
|
2
|
-
export { D as DropTransactionParameters, I as ImpersonateAccountParameters, z as IncreaseTimeParameters, M as MineParameters, R as ResetParameters, A as RevertParameters, S as SendUnsignedTransactionParameters, B as SendUnsignedTransactionReturnType, C as SetBalanceParameters, E as SetBlockGasLimitParameters, F as SetBlockTimestampIntervalParameters, G as SetCodeParameters, H as SetCoinbaseParameters, J as SetIntervalMiningParameters, K as SetMinGasPriceParameters, L as SetNextBlockBaseFeePerGasParameters, N as SetNextBlockTimestampParameters, O as SetNonceParameters, P as SetStorageAtParameters, Q as StopImpersonatingAccountParameters, d as dropTransaction, g as getAutomine, b as getTxpoolContent, e as getTxpoolStatus, i as impersonateAccount, f as increaseTime, h as inspectTxpool, m as mine, r as reset, j as revert, s as sendUnsignedTransaction, k as setBalance, l as setBlockGasLimit, n as setBlockTimestampInterval, o as setCode, p as setCoinbase, q as setIntervalMining, t as setMinGasPrice, u as setNextBlockBaseFeePerGas, v as setNextBlockTimestamp, w as setNonce, x as setStorageAt, y as stopImpersonatingAccount } from './test-
|
3
|
-
import './chain-
|
4
|
-
import './eip1193-
|
1
|
+
import { T as TestClient } from './test-f964519b.js';
|
2
|
+
export { D as DropTransactionParameters, I as ImpersonateAccountParameters, z as IncreaseTimeParameters, M as MineParameters, R as ResetParameters, A as RevertParameters, S as SendUnsignedTransactionParameters, B as SendUnsignedTransactionReturnType, C as SetBalanceParameters, E as SetBlockGasLimitParameters, F as SetBlockTimestampIntervalParameters, G as SetCodeParameters, H as SetCoinbaseParameters, J as SetIntervalMiningParameters, K as SetMinGasPriceParameters, L as SetNextBlockBaseFeePerGasParameters, N as SetNextBlockTimestampParameters, O as SetNonceParameters, P as SetStorageAtParameters, Q as StopImpersonatingAccountParameters, d as dropTransaction, g as getAutomine, b as getTxpoolContent, e as getTxpoolStatus, i as impersonateAccount, f as increaseTime, h as inspectTxpool, m as mine, r as reset, j as revert, s as sendUnsignedTransaction, k as setBalance, l as setBlockGasLimit, n as setBlockTimestampInterval, o as setCode, p as setCoinbase, q as setIntervalMining, t as setMinGasPrice, u as setNextBlockBaseFeePerGas, v as setNextBlockTimestamp, w as setNonce, x as setStorageAt, y as stopImpersonatingAccount } from './test-f964519b.js';
|
3
|
+
import './chain-d64be356.js';
|
4
|
+
import './eip1193-029d52f0.js';
|
5
5
|
import 'abitype';
|
6
|
-
import './createClient-
|
6
|
+
import './createClient-8575dcd6.js';
|
7
7
|
import '@wagmi/chains';
|
8
|
-
import 'ethers@6/types/providers';
|
9
8
|
|
10
9
|
declare function removeBlockTimestampInterval(client: TestClient): Promise<void>;
|
11
10
|
|
package/dist/test.js
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
|
28
28
|
|
29
29
|
|
30
|
-
var
|
30
|
+
var _chunkPZIHILNKjs = require('./chunk-PZIHILNK.js');
|
31
31
|
|
32
32
|
|
33
33
|
|
@@ -57,5 +57,5 @@ var _chunkQJNPIGP5js = require('./chunk-QJNPIGP5.js');
|
|
57
57
|
|
58
58
|
|
59
59
|
|
60
|
-
exports.dropTransaction =
|
60
|
+
exports.dropTransaction = _chunkPZIHILNKjs.dropTransaction; exports.getAutomine = _chunkPZIHILNKjs.getAutomine; exports.getTxpoolContent = _chunkPZIHILNKjs.getTxpoolContent; exports.getTxpoolStatus = _chunkPZIHILNKjs.getTxpoolStatus; exports.impersonateAccount = _chunkPZIHILNKjs.impersonateAccount; exports.increaseTime = _chunkPZIHILNKjs.increaseTime; exports.inspectTxpool = _chunkPZIHILNKjs.inspectTxpool; exports.mine = _chunkPZIHILNKjs.mine; exports.removeBlockTimestampInterval = _chunkPZIHILNKjs.removeBlockTimestampInterval; exports.reset = _chunkPZIHILNKjs.reset; exports.revert = _chunkPZIHILNKjs.revert; exports.sendUnsignedTransaction = _chunkPZIHILNKjs.sendUnsignedTransaction; exports.setAutomine = _chunkPZIHILNKjs.setAutomine; exports.setBalance = _chunkPZIHILNKjs.setBalance; exports.setBlockGasLimit = _chunkPZIHILNKjs.setBlockGasLimit; exports.setBlockTimestampInterval = _chunkPZIHILNKjs.setBlockTimestampInterval; exports.setCode = _chunkPZIHILNKjs.setCode; exports.setCoinbase = _chunkPZIHILNKjs.setCoinbase; exports.setIntervalMining = _chunkPZIHILNKjs.setIntervalMining; exports.setLoggingEnabled = _chunkPZIHILNKjs.setLoggingEnabled; exports.setMinGasPrice = _chunkPZIHILNKjs.setMinGasPrice; exports.setNextBlockBaseFeePerGas = _chunkPZIHILNKjs.setNextBlockBaseFeePerGas; exports.setNextBlockTimestamp = _chunkPZIHILNKjs.setNextBlockTimestamp; exports.setNonce = _chunkPZIHILNKjs.setNonce; exports.setRpcUrl = _chunkPZIHILNKjs.setRpcUrl; exports.setStorageAt = _chunkPZIHILNKjs.setStorageAt; exports.snapshot = _chunkPZIHILNKjs.snapshot; exports.stopImpersonatingAccount = _chunkPZIHILNKjs.stopImpersonatingAccount;
|
61
61
|
//# sourceMappingURL=test.js.map
|
package/dist/test.mjs
CHANGED
package/dist/utils/index.d.ts
CHANGED
@@ -1,21 +1,20 @@
|
|
1
1
|
import { Address } from 'abitype';
|
2
2
|
export { ParseAbi, ParseAbiItem, ParseAbiParameter, ParseAbiParameters, parseAbi, parseAbiItem, parseAbiParameter, parseAbiParameters } from 'abitype';
|
3
|
-
export { D as DecodeAbiParametersReturnType, E as EncodeAbiParametersReturnType, G as GetAbiItemParameters, d as decodeAbiParameters, e as encodeAbiParameters, g as getAbiItem } from '../getAbiItem-
|
4
|
-
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-
|
5
|
-
export { e as encodePacked } from '../encodePacked-
|
6
|
-
export { a as formatAbiItem, f as formatAbiItemWithArgs } from '../formatAbiItem-
|
7
|
-
import { B as BaseError, C as CallExecutionError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, h as NonceTooHighError, i as NonceTooLowError, N as NonceMaxValueError, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, l as TransactionTypeNotSupportedError, T as TipAboveFeeCapError, U as UnknownNodeError, k as TransactionExecutionError } from '../parseGwei-
|
8
|
-
export { G as GetContractAddressOptions, o as GetCreate2AddressOptions, p as GetCreateAddressOptions, H as HttpOptions, R as RpcResponse, ap as Socket, q as ToRlpReturnType, r as boolToBytes, s as boolToHex, t as bytesToBigint, u as bytesToBool, v as bytesToHex, w as bytesToNumber, x as bytesToString, y as formatEther, z as formatGwei, A as formatUnits, D as fromBytes, J as fromHex, K as fromRlp, L as getAccount, M as getAddress, O as getContractAddress, P as getContractError, Q as getCreate2Address, S as getCreateAddress, V as getEventSelector, X as getFunctionSelector, aq as getSocket, Y as hexToBigInt, Z as hexToBool, _ as hexToBytes, $ as hexToNumber, a0 as hexToString, a1 as isAddress, a2 as isAddressEqual, a3 as isBytes, a4 as isHex, a5 as keccak256, a6 as numberToBytes, a7 as numberToHex, a8 as pad, a9 as padBytes, aa as padHex, ab as parseEther, ac as parseGwei, ad as parseUnits, ar as rpc, ae as size, af as slice, ag as sliceBytes, ah as sliceHex, ai as stringToBytes, aj as stringToHex, ak as stringify, al as toBytes, am as toHex, an as toRlp, ao as trim } from '../parseGwei-
|
9
|
-
export { d as defineChain } from '../chain-
|
10
|
-
import { S as Formatter, C as Chain } from '../chain-
|
11
|
-
export { I as ExtractFormatter, J as Formatted, K as FormattedTransaction, M as TransactionFormatter, ac as defineFormatter, N as defineTransaction, ad as format, O as formatTransaction, P as transactionType } from '../chain-
|
12
|
-
import { C as CallParameters, E as EstimateGasParameters, S as SendTransactionParameters, W as WalletClient, P as PublicClient } from '../createPublicClient-
|
13
|
-
export { B as BlockFormatter, F as FormattedBlock, e as FormattedTransactionReceipt, f as FormattedTransactionRequest, T as TransactionReceiptFormatter, g as TransactionRequestFormatter, h as defineBlock, i as defineTransactionReceipt, j as defineTransactionRequest, k as formatBlock, l as formatTransactionRequest } from '../createPublicClient-
|
3
|
+
export { D as DecodeAbiParametersReturnType, E as EncodeAbiParametersReturnType, G as GetAbiItemParameters, d as decodeAbiParameters, e as encodeAbiParameters, g as getAbiItem } from '../getAbiItem-de103f9b.js';
|
4
|
+
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-12963e93.js';
|
5
|
+
export { e as encodePacked } from '../encodePacked-98b20b4d.js';
|
6
|
+
export { a as formatAbiItem, f as formatAbiItemWithArgs } from '../formatAbiItem-8ee3a7fa.js';
|
7
|
+
import { B as BaseError, C as CallExecutionError, E as EstimateGasExecutionError, d as ExecutionRevertedError, F as FeeCapTooHighError, e as FeeCapTooLowError, h as NonceTooHighError, i as NonceTooLowError, N as NonceMaxValueError, I as InsufficientFundsError, f as IntrinsicGasTooHighError, g as IntrinsicGasTooLowError, l as TransactionTypeNotSupportedError, T as TipAboveFeeCapError, U as UnknownNodeError, k as TransactionExecutionError } from '../parseGwei-23d1c213.js';
|
8
|
+
export { G as GetContractAddressOptions, o as GetCreate2AddressOptions, p as GetCreateAddressOptions, H as HttpOptions, R as RpcResponse, ap as Socket, q as ToRlpReturnType, r as boolToBytes, s as boolToHex, t as bytesToBigint, u as bytesToBool, v as bytesToHex, w as bytesToNumber, x as bytesToString, y as formatEther, z as formatGwei, A as formatUnits, D as fromBytes, J as fromHex, K as fromRlp, L as getAccount, M as getAddress, O as getContractAddress, P as getContractError, Q as getCreate2Address, S as getCreateAddress, V as getEventSelector, X as getFunctionSelector, aq as getSocket, Y as hexToBigInt, Z as hexToBool, _ as hexToBytes, $ as hexToNumber, a0 as hexToString, a1 as isAddress, a2 as isAddressEqual, a3 as isBytes, a4 as isHex, a5 as keccak256, a6 as numberToBytes, a7 as numberToHex, a8 as pad, a9 as padBytes, aa as padHex, ab as parseEther, ac as parseGwei, ad as parseUnits, ar as rpc, ae as size, af as slice, ag as sliceBytes, ah as sliceHex, ai as stringToBytes, aj as stringToHex, ak as stringify, al as toBytes, am as toHex, an as toRlp, ao as trim } from '../parseGwei-23d1c213.js';
|
9
|
+
export { d as defineChain } from '../chain-688e1663.js';
|
10
|
+
import { S as Formatter, C as Chain } from '../chain-d64be356.js';
|
11
|
+
export { I as ExtractFormatter, J as Formatted, K as FormattedTransaction, M as TransactionFormatter, ac as defineFormatter, N as defineTransaction, ad as format, O as formatTransaction, P as transactionType } from '../chain-d64be356.js';
|
12
|
+
import { C as CallParameters, E as EstimateGasParameters, S as SendTransactionParameters, W as WalletClient, P as PublicClient } from '../createPublicClient-c13b17f9.js';
|
13
|
+
export { B as BlockFormatter, F as FormattedBlock, e as FormattedTransactionReceipt, f as FormattedTransactionRequest, T as TransactionReceiptFormatter, g as TransactionRequestFormatter, h as defineBlock, i as defineTransactionReceipt, j as defineTransactionRequest, k as formatBlock, l as formatTransactionRequest } from '../createPublicClient-c13b17f9.js';
|
14
14
|
import 'isomorphic-ws';
|
15
15
|
import '@wagmi/chains';
|
16
|
-
import '
|
17
|
-
import '../
|
18
|
-
import '../createClient-a47ae6f5.js';
|
16
|
+
import '../eip1193-029d52f0.js';
|
17
|
+
import '../createClient-8575dcd6.js';
|
19
18
|
|
20
19
|
declare function buildRequest<TRequest extends (args: any) => Promise<any>>(request: TRequest, { retryDelay, retryCount, }?: {
|
21
20
|
retryDelay?: number;
|
package/dist/utils/index.js
CHANGED
@@ -97,7 +97,7 @@
|
|
97
97
|
|
98
98
|
|
99
99
|
|
100
|
-
var
|
100
|
+
var _chunkPZIHILNKjs = require('../chunk-PZIHILNK.js');
|
101
101
|
|
102
102
|
|
103
103
|
|
@@ -197,5 +197,5 @@ var _chunkQJNPIGP5js = require('../chunk-QJNPIGP5.js');
|
|
197
197
|
|
198
198
|
|
199
199
|
|
200
|
-
exports.arrayRegex =
|
200
|
+
exports.arrayRegex = _chunkPZIHILNKjs.arrayRegex; exports.assertRequest = _chunkPZIHILNKjs.assertRequest; exports.boolToBytes = _chunkPZIHILNKjs.boolToBytes; exports.boolToHex = _chunkPZIHILNKjs.boolToHex; exports.buildRequest = _chunkPZIHILNKjs.buildRequest; exports.bytesRegex = _chunkPZIHILNKjs.bytesRegex; exports.bytesToBigint = _chunkPZIHILNKjs.bytesToBigint; exports.bytesToBool = _chunkPZIHILNKjs.bytesToBool; exports.bytesToHex = _chunkPZIHILNKjs.bytesToHex; exports.bytesToNumber = _chunkPZIHILNKjs.bytesToNumber; exports.bytesToString = _chunkPZIHILNKjs.bytesToString; exports.containsNodeError = _chunkPZIHILNKjs.containsNodeError; exports.decodeAbiParameters = _chunkPZIHILNKjs.decodeAbiParameters; exports.decodeErrorResult = _chunkPZIHILNKjs.decodeErrorResult; exports.decodeEventLog = _chunkPZIHILNKjs.decodeEventLog; exports.decodeFunctionData = _chunkPZIHILNKjs.decodeFunctionData; exports.decodeFunctionResult = _chunkPZIHILNKjs.decodeFunctionResult; exports.defineBlock = _chunkPZIHILNKjs.defineBlock; exports.defineChain = _chunkPZIHILNKjs.defineChain; exports.defineFormatter = _chunkPZIHILNKjs.defineFormatter; exports.defineTransaction = _chunkPZIHILNKjs.defineTransaction; exports.defineTransactionReceipt = _chunkPZIHILNKjs.defineTransactionReceipt; exports.defineTransactionRequest = _chunkPZIHILNKjs.defineTransactionRequest; exports.encodeAbiParameters = _chunkPZIHILNKjs.encodeAbiParameters; exports.encodeDeployData = _chunkPZIHILNKjs.encodeDeployData; exports.encodeErrorResult = _chunkPZIHILNKjs.encodeErrorResult; exports.encodeEventTopics = _chunkPZIHILNKjs.encodeEventTopics; exports.encodeFunctionData = _chunkPZIHILNKjs.encodeFunctionData; exports.encodeFunctionResult = _chunkPZIHILNKjs.encodeFunctionResult; exports.encodePacked = _chunkPZIHILNKjs.encodePacked; exports.extract = _chunkPZIHILNKjs.extract; exports.extractFunctionName = _chunkPZIHILNKjs.extractFunctionName; exports.extractFunctionParams = _chunkPZIHILNKjs.extractFunctionParams; exports.extractFunctionParts = _chunkPZIHILNKjs.extractFunctionParts; exports.extractFunctionType = _chunkPZIHILNKjs.extractFunctionType; exports.format = _chunkPZIHILNKjs.format; exports.formatAbiItem = _chunkPZIHILNKjs.formatAbiItem; exports.formatAbiItemWithArgs = _chunkPZIHILNKjs.formatAbiItemWithArgs; exports.formatBlock = _chunkPZIHILNKjs.formatBlock; exports.formatEther = _chunkPZIHILNKjs.formatEther; exports.formatGwei = _chunkPZIHILNKjs.formatGwei; exports.formatTransaction = _chunkPZIHILNKjs.formatTransaction; exports.formatTransactionRequest = _chunkPZIHILNKjs.formatTransactionRequest; exports.formatUnits = _chunkPZIHILNKjs.formatUnits; exports.fromBytes = _chunkPZIHILNKjs.fromBytes; exports.fromHex = _chunkPZIHILNKjs.fromHex; exports.fromRlp = _chunkPZIHILNKjs.fromRlp; exports.getAbiItem = _chunkPZIHILNKjs.getAbiItem; exports.getAccount = _chunkPZIHILNKjs.getAccount; exports.getAddress = _chunkPZIHILNKjs.getAddress; exports.getCallError = _chunkPZIHILNKjs.getCallError; exports.getContractAddress = _chunkPZIHILNKjs.getContractAddress; exports.getContractError = _chunkPZIHILNKjs.getContractError; exports.getCreate2Address = _chunkPZIHILNKjs.getCreate2Address; exports.getCreateAddress = _chunkPZIHILNKjs.getCreateAddress; exports.getEstimateGasError = _chunkPZIHILNKjs.getEstimateGasError; exports.getEventSelector = _chunkPZIHILNKjs.getEventSelector; exports.getFunctionSelector = _chunkPZIHILNKjs.getFunctionSelector; exports.getNodeError = _chunkPZIHILNKjs.getNodeError; exports.getSocket = _chunkPZIHILNKjs.getSocket; exports.getTransactionError = _chunkPZIHILNKjs.getTransactionError; exports.hexToBigInt = _chunkPZIHILNKjs.hexToBigInt; exports.hexToBool = _chunkPZIHILNKjs.hexToBool; exports.hexToBytes = _chunkPZIHILNKjs.hexToBytes; exports.hexToNumber = _chunkPZIHILNKjs.hexToNumber; exports.hexToString = _chunkPZIHILNKjs.hexToString; exports.integerRegex = _chunkPZIHILNKjs.integerRegex; exports.isAddress = _chunkPZIHILNKjs.isAddress; exports.isAddressEqual = _chunkPZIHILNKjs.isAddressEqual; exports.isBytes = _chunkPZIHILNKjs.isBytes; exports.isHex = _chunkPZIHILNKjs.isHex; exports.keccak256 = _chunkPZIHILNKjs.keccak256; exports.numberToBytes = _chunkPZIHILNKjs.numberToBytes; exports.numberToHex = _chunkPZIHILNKjs.numberToHex; exports.pad = _chunkPZIHILNKjs.pad; exports.padBytes = _chunkPZIHILNKjs.padBytes; exports.padHex = _chunkPZIHILNKjs.padHex; exports.parseAbi = _chunkPZIHILNKjs.parseAbi; exports.parseAbiItem = _chunkPZIHILNKjs.parseAbiItem; exports.parseAbiParameter = _chunkPZIHILNKjs.parseAbiParameter; exports.parseAbiParameters = _chunkPZIHILNKjs.parseAbiParameters; exports.parseEther = _chunkPZIHILNKjs.parseEther; exports.parseGwei = _chunkPZIHILNKjs.parseGwei; exports.parseUnits = _chunkPZIHILNKjs.parseUnits; exports.prepareRequest = _chunkPZIHILNKjs.prepareRequest; exports.rpc = _chunkPZIHILNKjs.rpc; exports.size = _chunkPZIHILNKjs.size; exports.slice = _chunkPZIHILNKjs.slice; exports.sliceBytes = _chunkPZIHILNKjs.sliceBytes; exports.sliceHex = _chunkPZIHILNKjs.sliceHex; exports.stringToBytes = _chunkPZIHILNKjs.stringToBytes; exports.stringToHex = _chunkPZIHILNKjs.stringToHex; exports.stringify = _chunkPZIHILNKjs.stringify; exports.toBytes = _chunkPZIHILNKjs.toBytes; exports.toHex = _chunkPZIHILNKjs.toHex; exports.toRlp = _chunkPZIHILNKjs.toRlp; exports.transactionType = _chunkPZIHILNKjs.transactionType; exports.trim = _chunkPZIHILNKjs.trim;
|
201
201
|
//# sourceMappingURL=index.js.map
|
package/dist/utils/index.mjs
CHANGED
package/dist/wallet.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
|
-
export { bg as AddChainParameters, bh as FormattedTransactionRequest, bj as GetAddressesReturnType, bi as GetPermissionsReturnType, bk as RequestAddressesReturnType, bl as RequestPermissionsReturnType, S as SendTransactionParameters, bm as SendTransactionReturnType, bn as SignMessageParameters, bo as SignMessageReturnType, bp as SwitchChainParameters, bq as WatchAssetParameters, br as WatchAssetReturnType, b7 as addChain, b8 as getAddresses, b9 as getPermissions, ba as requestAddresses, bb as requestPermissions, bc as sendTransaction, bd as signMessage, be as switchChain, bf as watchAsset } from './createPublicClient-
|
2
|
-
import './chain-
|
3
|
-
import './eip1193-
|
1
|
+
export { bg as AddChainParameters, bh as FormattedTransactionRequest, bj as GetAddressesReturnType, bi as GetPermissionsReturnType, bk as RequestAddressesReturnType, bl as RequestPermissionsReturnType, S as SendTransactionParameters, bm as SendTransactionReturnType, bn as SignMessageParameters, bo as SignMessageReturnType, bp as SwitchChainParameters, bq as WatchAssetParameters, br as WatchAssetReturnType, b7 as addChain, b8 as getAddresses, b9 as getPermissions, ba as requestAddresses, bb as requestPermissions, bc as sendTransaction, bd as signMessage, be as switchChain, bf as watchAsset } from './createPublicClient-c13b17f9.js';
|
2
|
+
import './chain-d64be356.js';
|
3
|
+
import './eip1193-029d52f0.js';
|
4
4
|
import 'abitype';
|
5
|
-
import './createClient-
|
5
|
+
import './createClient-8575dcd6.js';
|
6
6
|
import '@wagmi/chains';
|
7
|
-
import 'ethers@6/types/providers';
|
package/dist/wallet.js
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
var
|
11
|
+
var _chunkPZIHILNKjs = require('./chunk-PZIHILNK.js');
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -19,5 +19,5 @@ var _chunkQJNPIGP5js = require('./chunk-QJNPIGP5.js');
|
|
19
19
|
|
20
20
|
|
21
21
|
|
22
|
-
exports.addChain =
|
22
|
+
exports.addChain = _chunkPZIHILNKjs.addChain; exports.getAddresses = _chunkPZIHILNKjs.getAddresses; exports.getPermissions = _chunkPZIHILNKjs.getPermissions; exports.requestAddresses = _chunkPZIHILNKjs.requestAddresses; exports.requestPermissions = _chunkPZIHILNKjs.requestPermissions; exports.sendTransaction = _chunkPZIHILNKjs.sendTransaction; exports.signMessage = _chunkPZIHILNKjs.signMessage; exports.switchChain = _chunkPZIHILNKjs.switchChain; exports.watchAsset = _chunkPZIHILNKjs.watchAsset;
|
23
23
|
//# sourceMappingURL=wallet.js.map
|
package/dist/wallet.mjs
CHANGED
package/dist/window.d.ts
CHANGED
@@ -1,8 +1,7 @@
|
|
1
|
-
import { R as Requests, E as Events } from './eip1193-
|
1
|
+
import { R as Requests, E as Events } from './eip1193-029d52f0.js';
|
2
2
|
import 'abitype';
|
3
|
-
import './chain-
|
3
|
+
import './chain-d64be356.js';
|
4
4
|
import '@wagmi/chains';
|
5
|
-
import 'ethers@6/types/providers';
|
6
5
|
|
7
6
|
type WindowProvider = Requests & Events;
|
8
7
|
declare global {
|
package/package.json
CHANGED
File without changes
|
File without changes
|