wagmi 1.3.7 → 1.3.8
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/chains.d.ts +1 -1
- package/dist/chains.js +8 -0
- package/dist/index.d.ts +8 -8
- package/package.json +2 -2
package/dist/chains.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, baseGoerli, boba, bronos, bronosTestnet, bsc, bscTestnet, bxn, bxnTestnet, canto, celo, celoAlfajores, celoCannoli, cronos, cronosTestnet, crossbell, dfk, dogechain, edgeware, edgewareTestnet, evmos, evmosTestnet, fantom, fantomTestnet, fibo, filecoin, filecoinCalibration, filecoinHyperspace, flare, flareTestnet, foundry, gnosis, gnosisChiado, goerli, haqqMainnet, haqqTestedge2, hardhat, harmonyOne, iotex, iotexTestnet, klaytn, lineaTestnet, localhost, mainnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, nexi, okc, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvm, polygonZkEvmTestnet, pulsechain, pulsechainV4, scrollTestnet, sepolia, shardeumSphinx, skaleBlockBrawlers, skaleCalypso, skaleCalypsoTestnet, skaleChaosTestnet, skaleCryptoBlades, skaleCryptoColosseum, skaleEuropa, skaleEuropaTestnet, skaleExorde, skaleHumanProtocol, skaleNebula, skaleNebulaTestnet, skaleRazor, skaleTitan, skaleTitanTestnet, songbird, songbirdTestnet, syscoin, taraxa, taraxaTestnet, telos, telosTestnet, thunderTestnet, wanchain, wanchainTestnet, xdc, xdcTestnet, zhejiang, zkSync, zkSyncTestnet, zora, zoraTestnet } from '@wagmi/core/chains';
|
|
1
|
+
export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, baseGoerli, boba, bronos, bronosTestnet, bsc, bscTestnet, bxn, bxnTestnet, canto, celo, celoAlfajores, celoCannoli, cronos, cronosTestnet, crossbell, dfk, dogechain, edgeware, edgewareTestnet, evmos, evmosTestnet, fantom, fantomTestnet, fibo, filecoin, filecoinCalibration, filecoinHyperspace, flare, flareTestnet, foundry, gnosis, gnosisChiado, goerli, haqqMainnet, haqqTestedge2, hardhat, harmonyOne, iotex, iotexTestnet, klaytn, lineaTestnet, localhost, mainnet, mantle, mantleTestnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, nexi, nexilix, okc, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvm, polygonZkEvmTestnet, pulsechain, pulsechainV4, scrollTestnet, sepolia, shardeumSphinx, skaleBlockBrawlers, skaleCalypso, skaleCalypsoTestnet, skaleChaosTestnet, skaleCryptoBlades, skaleCryptoColosseum, skaleEuropa, skaleEuropaTestnet, skaleExorde, skaleHumanProtocol, skaleNebula, skaleNebulaTestnet, skaleRazor, skaleTitan, skaleTitanTestnet, songbird, songbirdTestnet, syscoin, taikoTestnetSepolia, taraxa, taraxaTestnet, telos, telosTestnet, thunderTestnet, wanchain, wanchainTestnet, xdc, xdcTestnet, zhejiang, zkSync, zkSyncTestnet, zora, zoraTestnet } from '@wagmi/core/chains';
|
package/dist/chains.js
CHANGED
|
@@ -51,11 +51,14 @@ import {
|
|
|
51
51
|
lineaTestnet,
|
|
52
52
|
localhost,
|
|
53
53
|
mainnet,
|
|
54
|
+
mantle,
|
|
55
|
+
mantleTestnet,
|
|
54
56
|
metis,
|
|
55
57
|
metisGoerli,
|
|
56
58
|
moonbaseAlpha,
|
|
57
59
|
moonbeam,
|
|
58
60
|
moonriver,
|
|
61
|
+
nexilix,
|
|
59
62
|
nexi,
|
|
60
63
|
okc,
|
|
61
64
|
optimism,
|
|
@@ -87,6 +90,7 @@ import {
|
|
|
87
90
|
songbirdTestnet,
|
|
88
91
|
shardeumSphinx,
|
|
89
92
|
syscoin,
|
|
93
|
+
taikoTestnetSepolia,
|
|
90
94
|
taraxa,
|
|
91
95
|
taraxaTestnet,
|
|
92
96
|
telos,
|
|
@@ -152,12 +156,15 @@ export {
|
|
|
152
156
|
lineaTestnet,
|
|
153
157
|
localhost,
|
|
154
158
|
mainnet,
|
|
159
|
+
mantle,
|
|
160
|
+
mantleTestnet,
|
|
155
161
|
metis,
|
|
156
162
|
metisGoerli,
|
|
157
163
|
moonbaseAlpha,
|
|
158
164
|
moonbeam,
|
|
159
165
|
moonriver,
|
|
160
166
|
nexi,
|
|
167
|
+
nexilix,
|
|
161
168
|
okc,
|
|
162
169
|
optimism,
|
|
163
170
|
optimismGoerli,
|
|
@@ -188,6 +195,7 @@ export {
|
|
|
188
195
|
songbird,
|
|
189
196
|
songbirdTestnet,
|
|
190
197
|
syscoin,
|
|
198
|
+
taikoTestnetSepolia,
|
|
191
199
|
taraxa,
|
|
192
200
|
taraxaTestnet,
|
|
193
201
|
telos,
|
package/dist/index.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
241
241
|
[x: `bytes32[${string}]`]: undefined;
|
|
242
242
|
[x: `int[${string}]`]: undefined;
|
|
243
243
|
[x: `int56[${string}]`]: undefined;
|
|
244
|
+
[x: `int240[${string}]`]: undefined;
|
|
244
245
|
[x: `int248[${string}]`]: undefined;
|
|
245
246
|
[x: `int16[${string}]`]: undefined;
|
|
246
247
|
[x: `int8[${string}]`]: undefined;
|
|
@@ -270,10 +271,10 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
270
271
|
[x: `int216[${string}]`]: undefined;
|
|
271
272
|
[x: `int224[${string}]`]: undefined;
|
|
272
273
|
[x: `int232[${string}]`]: undefined;
|
|
273
|
-
[x: `int240[${string}]`]: undefined;
|
|
274
274
|
[x: `int256[${string}]`]: undefined;
|
|
275
275
|
[x: `uint[${string}]`]: undefined;
|
|
276
276
|
[x: `uint56[${string}]`]: undefined;
|
|
277
|
+
[x: `uint240[${string}]`]: undefined;
|
|
277
278
|
[x: `uint248[${string}]`]: undefined;
|
|
278
279
|
[x: `uint16[${string}]`]: undefined;
|
|
279
280
|
[x: `uint8[${string}]`]: undefined;
|
|
@@ -303,7 +304,6 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
303
304
|
[x: `uint216[${string}]`]: undefined;
|
|
304
305
|
[x: `uint224[${string}]`]: undefined;
|
|
305
306
|
[x: `uint232[${string}]`]: undefined;
|
|
306
|
-
[x: `uint240[${string}]`]: undefined;
|
|
307
307
|
[x: `uint256[${string}]`]: undefined;
|
|
308
308
|
string?: undefined;
|
|
309
309
|
address?: undefined;
|
|
@@ -342,6 +342,7 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
342
342
|
bytes31?: undefined;
|
|
343
343
|
bytes32?: undefined;
|
|
344
344
|
int56?: undefined;
|
|
345
|
+
int240?: undefined;
|
|
345
346
|
int248?: undefined;
|
|
346
347
|
int16?: undefined;
|
|
347
348
|
int8?: undefined;
|
|
@@ -371,9 +372,9 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
371
372
|
int216?: undefined;
|
|
372
373
|
int224?: undefined;
|
|
373
374
|
int232?: undefined;
|
|
374
|
-
int240?: undefined;
|
|
375
375
|
int256?: undefined;
|
|
376
376
|
uint56?: undefined;
|
|
377
|
+
uint240?: undefined;
|
|
377
378
|
uint248?: undefined;
|
|
378
379
|
uint16?: undefined;
|
|
379
380
|
uint8?: undefined;
|
|
@@ -403,7 +404,6 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
403
404
|
uint216?: undefined;
|
|
404
405
|
uint224?: undefined;
|
|
405
406
|
uint232?: undefined;
|
|
406
|
-
uint240?: undefined;
|
|
407
407
|
uint256?: undefined;
|
|
408
408
|
} = TTypedData>(args?: UseSignTypedDataArgs<TTypedDataMutate, string> | undefined) => void;
|
|
409
409
|
signTypedDataAsync: <TTypedDataMutate_1 extends {
|
|
@@ -447,6 +447,7 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
447
447
|
[x: `bytes32[${string}]`]: undefined;
|
|
448
448
|
[x: `int[${string}]`]: undefined;
|
|
449
449
|
[x: `int56[${string}]`]: undefined;
|
|
450
|
+
[x: `int240[${string}]`]: undefined;
|
|
450
451
|
[x: `int248[${string}]`]: undefined;
|
|
451
452
|
[x: `int16[${string}]`]: undefined;
|
|
452
453
|
[x: `int8[${string}]`]: undefined;
|
|
@@ -476,10 +477,10 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
476
477
|
[x: `int216[${string}]`]: undefined;
|
|
477
478
|
[x: `int224[${string}]`]: undefined;
|
|
478
479
|
[x: `int232[${string}]`]: undefined;
|
|
479
|
-
[x: `int240[${string}]`]: undefined;
|
|
480
480
|
[x: `int256[${string}]`]: undefined;
|
|
481
481
|
[x: `uint[${string}]`]: undefined;
|
|
482
482
|
[x: `uint56[${string}]`]: undefined;
|
|
483
|
+
[x: `uint240[${string}]`]: undefined;
|
|
483
484
|
[x: `uint248[${string}]`]: undefined;
|
|
484
485
|
[x: `uint16[${string}]`]: undefined;
|
|
485
486
|
[x: `uint8[${string}]`]: undefined;
|
|
@@ -509,7 +510,6 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
509
510
|
[x: `uint216[${string}]`]: undefined;
|
|
510
511
|
[x: `uint224[${string}]`]: undefined;
|
|
511
512
|
[x: `uint232[${string}]`]: undefined;
|
|
512
|
-
[x: `uint240[${string}]`]: undefined;
|
|
513
513
|
[x: `uint256[${string}]`]: undefined;
|
|
514
514
|
string?: undefined;
|
|
515
515
|
address?: undefined;
|
|
@@ -548,6 +548,7 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
548
548
|
bytes31?: undefined;
|
|
549
549
|
bytes32?: undefined;
|
|
550
550
|
int56?: undefined;
|
|
551
|
+
int240?: undefined;
|
|
551
552
|
int248?: undefined;
|
|
552
553
|
int16?: undefined;
|
|
553
554
|
int8?: undefined;
|
|
@@ -577,9 +578,9 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
577
578
|
int216?: undefined;
|
|
578
579
|
int224?: undefined;
|
|
579
580
|
int232?: undefined;
|
|
580
|
-
int240?: undefined;
|
|
581
581
|
int256?: undefined;
|
|
582
582
|
uint56?: undefined;
|
|
583
|
+
uint240?: undefined;
|
|
583
584
|
uint248?: undefined;
|
|
584
585
|
uint16?: undefined;
|
|
585
586
|
uint8?: undefined;
|
|
@@ -609,7 +610,6 @@ declare function useSignTypedData<TTypedData extends TypedData, TPrimaryType ext
|
|
|
609
610
|
uint216?: undefined;
|
|
610
611
|
uint224?: undefined;
|
|
611
612
|
uint232?: undefined;
|
|
612
|
-
uint240?: undefined;
|
|
613
613
|
uint256?: undefined;
|
|
614
614
|
} = TTypedData>(args?: UseSignTypedDataArgs<TTypedDataMutate_1, string> | undefined) => Promise<`0x${string}`>;
|
|
615
615
|
status: "error" | "success" | "loading" | "idle";
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "wagmi",
|
|
3
3
|
"description": "React Hooks for Ethereum",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "1.3.
|
|
5
|
+
"version": "1.3.8",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/wagmi-dev/wagmi.git",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@tanstack/react-query-persist-client": "^4.28.0",
|
|
124
124
|
"abitype": "0.8.7",
|
|
125
125
|
"use-sync-external-store": "^1.2.0",
|
|
126
|
-
"@wagmi/core": "1.3.
|
|
126
|
+
"@wagmi/core": "1.3.7"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
129
|
"@testing-library/react": "^13.3.0",
|