@wagmi/core 1.3.8 → 1.3.9
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 +45 -1
- package/dist/{chunk-2BLRYM65.js → chunk-GUCHKZEA.js} +48 -4
- package/dist/index.js +1 -1
- package/dist/internal/test.d.ts +6 -6
- package/dist/internal/test.js +1 -1
- package/package.json +3 -3
package/dist/chains.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, base, 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, mev, mevTestnet, 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/chains';
|
|
1
|
+
export { Chain, arbitrum, arbitrumGoerli, arbitrumNova, aurora, auroraTestnet, avalanche, avalancheFuji, base, baseGoerli, boba, bronos, bronosTestnet, bsc, bscTestnet, bxn, bxnTestnet, canto, celo, celoAlfajores, celoCannoli, classic, cronos, cronosTestnet, crossbell, dfk, dogechain, edgeware, edgewareTestnet, ekta, ektaTestnet, eos, eosTestnet, evmos, evmosTestnet, fantom, fantomTestnet, fibo, filecoin, filecoinCalibration, filecoinHyperspace, flare, flareTestnet, foundry, fuse, fuseSparknet, gnosis, gnosisChiado, gobi, goerli, haqqMainnet, haqqTestedge2, hardhat, harmonyOne, iotex, iotexTestnet, klaytn, linea, lineaTestnet, localhost, mainnet, mantle, mantleTestnet, metis, metisGoerli, mev, mevTestnet, modeTestnet, moonbaseAlpha, moonbeam, moonriver, neonDevnet, nexi, nexilix, oasys, okc, optimism, optimismGoerli, polygon, polygonMumbai, polygonZkEvm, polygonZkEvmTestnet, pulsechain, pulsechainV4, qMainnet, qTestnet, rollux, rolluxTestnet, ronin, saigon, scrollSepolia, scrollTestnet, sepolia, shardeumSphinx, skaleBlockBrawlers, skaleCalypso, skaleCalypsoTestnet, skaleChaosTestnet, skaleCryptoBlades, skaleCryptoColosseum, skaleEuropa, skaleEuropaTestnet, skaleExorde, skaleHumanProtocol, skaleNebula, skaleNebulaTestnet, skaleRazor, skaleTitan, skaleTitanTestnet, songbird, songbirdTestnet, syscoin, syscoinTestnet, taikoTestnetSepolia, taraxa, taraxaTestnet, telos, telosTestnet, thunderTestnet, wanchain, wanchainTestnet, xdc, xdcTestnet, zetachainAthensTestnet, zhejiang, zkSync, zkSyncTestnet, zora, zoraTestnet } from '@wagmi/chains';
|
package/dist/chains.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
arbitrum,
|
|
3
3
|
arbitrumGoerli,
|
|
4
|
+
arbitrumNova,
|
|
4
5
|
aurora,
|
|
5
6
|
auroraTestnet,
|
|
6
7
|
avalanche,
|
|
@@ -18,6 +19,7 @@ import {
|
|
|
18
19
|
celo,
|
|
19
20
|
celoAlfajores,
|
|
20
21
|
celoCannoli,
|
|
22
|
+
classic,
|
|
21
23
|
cronos,
|
|
22
24
|
cronosTestnet,
|
|
23
25
|
crossbell,
|
|
@@ -25,6 +27,10 @@ import {
|
|
|
25
27
|
dogechain,
|
|
26
28
|
edgeware,
|
|
27
29
|
edgewareTestnet,
|
|
30
|
+
ekta,
|
|
31
|
+
ektaTestnet,
|
|
32
|
+
eos,
|
|
33
|
+
eosTestnet,
|
|
28
34
|
evmos,
|
|
29
35
|
evmosTestnet,
|
|
30
36
|
fantom,
|
|
@@ -36,8 +42,11 @@ import {
|
|
|
36
42
|
flare,
|
|
37
43
|
flareTestnet,
|
|
38
44
|
foundry,
|
|
45
|
+
fuse,
|
|
46
|
+
fuseSparknet,
|
|
39
47
|
gnosis,
|
|
40
48
|
gnosisChiado,
|
|
49
|
+
gobi,
|
|
41
50
|
goerli,
|
|
42
51
|
haqqMainnet,
|
|
43
52
|
haqqTestedge2,
|
|
@@ -46,6 +55,7 @@ import {
|
|
|
46
55
|
iotex,
|
|
47
56
|
iotexTestnet,
|
|
48
57
|
klaytn,
|
|
58
|
+
linea,
|
|
49
59
|
lineaTestnet,
|
|
50
60
|
localhost,
|
|
51
61
|
mainnet,
|
|
@@ -55,11 +65,14 @@ import {
|
|
|
55
65
|
metisGoerli,
|
|
56
66
|
mev,
|
|
57
67
|
mevTestnet,
|
|
68
|
+
modeTestnet,
|
|
58
69
|
moonbaseAlpha,
|
|
59
70
|
moonbeam,
|
|
60
71
|
moonriver,
|
|
72
|
+
neonDevnet,
|
|
61
73
|
nexi,
|
|
62
74
|
nexilix,
|
|
75
|
+
oasys,
|
|
63
76
|
okc,
|
|
64
77
|
optimism,
|
|
65
78
|
optimismGoerli,
|
|
@@ -69,6 +82,13 @@ import {
|
|
|
69
82
|
polygonZkEvmTestnet,
|
|
70
83
|
pulsechain,
|
|
71
84
|
pulsechainV4,
|
|
85
|
+
qMainnet,
|
|
86
|
+
qTestnet,
|
|
87
|
+
rollux,
|
|
88
|
+
rolluxTestnet,
|
|
89
|
+
ronin,
|
|
90
|
+
saigon,
|
|
91
|
+
scrollSepolia,
|
|
72
92
|
scrollTestnet,
|
|
73
93
|
sepolia,
|
|
74
94
|
shardeumSphinx,
|
|
@@ -90,6 +110,7 @@ import {
|
|
|
90
110
|
songbird,
|
|
91
111
|
songbirdTestnet,
|
|
92
112
|
syscoin,
|
|
113
|
+
syscoinTestnet,
|
|
93
114
|
taikoTestnetSepolia,
|
|
94
115
|
taraxa,
|
|
95
116
|
taraxaTestnet,
|
|
@@ -100,16 +121,18 @@ import {
|
|
|
100
121
|
wanchainTestnet,
|
|
101
122
|
xdc,
|
|
102
123
|
xdcTestnet,
|
|
124
|
+
zetachainAthensTestnet,
|
|
103
125
|
zhejiang,
|
|
104
126
|
zkSync,
|
|
105
127
|
zkSyncTestnet,
|
|
106
128
|
zora,
|
|
107
129
|
zoraTestnet
|
|
108
|
-
} from "./chunk-
|
|
130
|
+
} from "./chunk-GUCHKZEA.js";
|
|
109
131
|
import "./chunk-MQXBDTVK.js";
|
|
110
132
|
export {
|
|
111
133
|
arbitrum,
|
|
112
134
|
arbitrumGoerli,
|
|
135
|
+
arbitrumNova,
|
|
113
136
|
aurora,
|
|
114
137
|
auroraTestnet,
|
|
115
138
|
avalanche,
|
|
@@ -127,6 +150,7 @@ export {
|
|
|
127
150
|
celo,
|
|
128
151
|
celoAlfajores,
|
|
129
152
|
celoCannoli,
|
|
153
|
+
classic,
|
|
130
154
|
cronos,
|
|
131
155
|
cronosTestnet,
|
|
132
156
|
crossbell,
|
|
@@ -134,6 +158,10 @@ export {
|
|
|
134
158
|
dogechain,
|
|
135
159
|
edgeware,
|
|
136
160
|
edgewareTestnet,
|
|
161
|
+
ekta,
|
|
162
|
+
ektaTestnet,
|
|
163
|
+
eos,
|
|
164
|
+
eosTestnet,
|
|
137
165
|
evmos,
|
|
138
166
|
evmosTestnet,
|
|
139
167
|
fantom,
|
|
@@ -145,8 +173,11 @@ export {
|
|
|
145
173
|
flare,
|
|
146
174
|
flareTestnet,
|
|
147
175
|
foundry,
|
|
176
|
+
fuse,
|
|
177
|
+
fuseSparknet,
|
|
148
178
|
gnosis,
|
|
149
179
|
gnosisChiado,
|
|
180
|
+
gobi,
|
|
150
181
|
goerli,
|
|
151
182
|
haqqMainnet,
|
|
152
183
|
haqqTestedge2,
|
|
@@ -155,6 +186,7 @@ export {
|
|
|
155
186
|
iotex,
|
|
156
187
|
iotexTestnet,
|
|
157
188
|
klaytn,
|
|
189
|
+
linea,
|
|
158
190
|
lineaTestnet,
|
|
159
191
|
localhost,
|
|
160
192
|
mainnet,
|
|
@@ -164,11 +196,14 @@ export {
|
|
|
164
196
|
metisGoerli,
|
|
165
197
|
mev,
|
|
166
198
|
mevTestnet,
|
|
199
|
+
modeTestnet,
|
|
167
200
|
moonbaseAlpha,
|
|
168
201
|
moonbeam,
|
|
169
202
|
moonriver,
|
|
203
|
+
neonDevnet,
|
|
170
204
|
nexi,
|
|
171
205
|
nexilix,
|
|
206
|
+
oasys,
|
|
172
207
|
okc,
|
|
173
208
|
optimism,
|
|
174
209
|
optimismGoerli,
|
|
@@ -178,6 +213,13 @@ export {
|
|
|
178
213
|
polygonZkEvmTestnet,
|
|
179
214
|
pulsechain,
|
|
180
215
|
pulsechainV4,
|
|
216
|
+
qMainnet,
|
|
217
|
+
qTestnet,
|
|
218
|
+
rollux,
|
|
219
|
+
rolluxTestnet,
|
|
220
|
+
ronin,
|
|
221
|
+
saigon,
|
|
222
|
+
scrollSepolia,
|
|
181
223
|
scrollTestnet,
|
|
182
224
|
sepolia,
|
|
183
225
|
shardeumSphinx,
|
|
@@ -199,6 +241,7 @@ export {
|
|
|
199
241
|
songbird,
|
|
200
242
|
songbirdTestnet,
|
|
201
243
|
syscoin,
|
|
244
|
+
syscoinTestnet,
|
|
202
245
|
taikoTestnetSepolia,
|
|
203
246
|
taraxa,
|
|
204
247
|
taraxaTestnet,
|
|
@@ -209,6 +252,7 @@ export {
|
|
|
209
252
|
wanchainTestnet,
|
|
210
253
|
xdc,
|
|
211
254
|
xdcTestnet,
|
|
255
|
+
zetachainAthensTestnet,
|
|
212
256
|
zhejiang,
|
|
213
257
|
zkSync,
|
|
214
258
|
zkSyncTestnet,
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
arbitrum,
|
|
4
4
|
arbitrumGoerli,
|
|
5
|
+
arbitrumNova,
|
|
5
6
|
aurora,
|
|
6
7
|
auroraTestnet,
|
|
7
8
|
avalanche,
|
|
@@ -19,6 +20,7 @@ import {
|
|
|
19
20
|
celo,
|
|
20
21
|
celoAlfajores,
|
|
21
22
|
celoCannoli,
|
|
23
|
+
classic,
|
|
22
24
|
cronos,
|
|
23
25
|
cronosTestnet,
|
|
24
26
|
crossbell,
|
|
@@ -26,6 +28,10 @@ import {
|
|
|
26
28
|
dogechain,
|
|
27
29
|
edgeware,
|
|
28
30
|
edgewareTestnet,
|
|
31
|
+
eos,
|
|
32
|
+
eosTestnet,
|
|
33
|
+
ekta,
|
|
34
|
+
ektaTestnet,
|
|
29
35
|
evmos,
|
|
30
36
|
evmosTestnet,
|
|
31
37
|
fantom,
|
|
@@ -37,8 +43,9 @@ import {
|
|
|
37
43
|
flare,
|
|
38
44
|
flareTestnet,
|
|
39
45
|
foundry,
|
|
40
|
-
|
|
41
|
-
|
|
46
|
+
fuse,
|
|
47
|
+
fuseSparknet,
|
|
48
|
+
gobi,
|
|
42
49
|
goerli,
|
|
43
50
|
gnosis,
|
|
44
51
|
gnosisChiado,
|
|
@@ -46,7 +53,10 @@ import {
|
|
|
46
53
|
haqqTestedge2,
|
|
47
54
|
hardhat,
|
|
48
55
|
harmonyOne,
|
|
56
|
+
iotex,
|
|
57
|
+
iotexTestnet,
|
|
49
58
|
klaytn,
|
|
59
|
+
linea,
|
|
50
60
|
lineaTestnet,
|
|
51
61
|
localhost,
|
|
52
62
|
mainnet,
|
|
@@ -56,11 +66,14 @@ import {
|
|
|
56
66
|
metisGoerli,
|
|
57
67
|
mev,
|
|
58
68
|
mevTestnet,
|
|
69
|
+
modeTestnet,
|
|
59
70
|
moonbaseAlpha,
|
|
60
71
|
moonbeam,
|
|
61
72
|
moonriver,
|
|
73
|
+
neonDevnet,
|
|
62
74
|
nexilix,
|
|
63
75
|
nexi,
|
|
76
|
+
oasys,
|
|
64
77
|
okc,
|
|
65
78
|
optimism,
|
|
66
79
|
optimismGoerli,
|
|
@@ -70,6 +83,13 @@ import {
|
|
|
70
83
|
polygonZkEvmTestnet,
|
|
71
84
|
pulsechain,
|
|
72
85
|
pulsechainV4,
|
|
86
|
+
qMainnet,
|
|
87
|
+
qTestnet,
|
|
88
|
+
rollux,
|
|
89
|
+
rolluxTestnet,
|
|
90
|
+
ronin,
|
|
91
|
+
saigon,
|
|
92
|
+
scrollSepolia,
|
|
73
93
|
scrollTestnet,
|
|
74
94
|
sepolia,
|
|
75
95
|
skaleBlockBrawlers,
|
|
@@ -91,6 +111,7 @@ import {
|
|
|
91
111
|
songbirdTestnet,
|
|
92
112
|
shardeumSphinx,
|
|
93
113
|
syscoin,
|
|
114
|
+
syscoinTestnet,
|
|
94
115
|
taikoTestnetSepolia,
|
|
95
116
|
taraxa,
|
|
96
117
|
taraxaTestnet,
|
|
@@ -101,6 +122,7 @@ import {
|
|
|
101
122
|
wanchainTestnet,
|
|
102
123
|
xdc,
|
|
103
124
|
xdcTestnet,
|
|
125
|
+
zetachainAthensTestnet,
|
|
104
126
|
zhejiang,
|
|
105
127
|
zkSync,
|
|
106
128
|
zkSyncTestnet,
|
|
@@ -111,6 +133,7 @@ import {
|
|
|
111
133
|
export {
|
|
112
134
|
arbitrum,
|
|
113
135
|
arbitrumGoerli,
|
|
136
|
+
arbitrumNova,
|
|
114
137
|
aurora,
|
|
115
138
|
auroraTestnet,
|
|
116
139
|
avalanche,
|
|
@@ -128,6 +151,7 @@ export {
|
|
|
128
151
|
celo,
|
|
129
152
|
celoAlfajores,
|
|
130
153
|
celoCannoli,
|
|
154
|
+
classic,
|
|
131
155
|
cronos,
|
|
132
156
|
cronosTestnet,
|
|
133
157
|
crossbell,
|
|
@@ -135,6 +159,10 @@ export {
|
|
|
135
159
|
dogechain,
|
|
136
160
|
edgeware,
|
|
137
161
|
edgewareTestnet,
|
|
162
|
+
eos,
|
|
163
|
+
eosTestnet,
|
|
164
|
+
ekta,
|
|
165
|
+
ektaTestnet,
|
|
138
166
|
evmos,
|
|
139
167
|
evmosTestnet,
|
|
140
168
|
fantom,
|
|
@@ -146,8 +174,9 @@ export {
|
|
|
146
174
|
flare,
|
|
147
175
|
flareTestnet,
|
|
148
176
|
foundry,
|
|
149
|
-
|
|
150
|
-
|
|
177
|
+
fuse,
|
|
178
|
+
fuseSparknet,
|
|
179
|
+
gobi,
|
|
151
180
|
goerli,
|
|
152
181
|
gnosis,
|
|
153
182
|
gnosisChiado,
|
|
@@ -155,7 +184,10 @@ export {
|
|
|
155
184
|
haqqTestedge2,
|
|
156
185
|
hardhat,
|
|
157
186
|
harmonyOne,
|
|
187
|
+
iotex,
|
|
188
|
+
iotexTestnet,
|
|
158
189
|
klaytn,
|
|
190
|
+
linea,
|
|
159
191
|
lineaTestnet,
|
|
160
192
|
localhost,
|
|
161
193
|
mainnet,
|
|
@@ -165,11 +197,14 @@ export {
|
|
|
165
197
|
metisGoerli,
|
|
166
198
|
mev,
|
|
167
199
|
mevTestnet,
|
|
200
|
+
modeTestnet,
|
|
168
201
|
moonbaseAlpha,
|
|
169
202
|
moonbeam,
|
|
170
203
|
moonriver,
|
|
204
|
+
neonDevnet,
|
|
171
205
|
nexilix,
|
|
172
206
|
nexi,
|
|
207
|
+
oasys,
|
|
173
208
|
okc,
|
|
174
209
|
optimism,
|
|
175
210
|
optimismGoerli,
|
|
@@ -179,6 +214,13 @@ export {
|
|
|
179
214
|
polygonZkEvmTestnet,
|
|
180
215
|
pulsechain,
|
|
181
216
|
pulsechainV4,
|
|
217
|
+
qMainnet,
|
|
218
|
+
qTestnet,
|
|
219
|
+
rollux,
|
|
220
|
+
rolluxTestnet,
|
|
221
|
+
ronin,
|
|
222
|
+
saigon,
|
|
223
|
+
scrollSepolia,
|
|
182
224
|
scrollTestnet,
|
|
183
225
|
sepolia,
|
|
184
226
|
skaleBlockBrawlers,
|
|
@@ -200,6 +242,7 @@ export {
|
|
|
200
242
|
songbirdTestnet,
|
|
201
243
|
shardeumSphinx,
|
|
202
244
|
syscoin,
|
|
245
|
+
syscoinTestnet,
|
|
203
246
|
taikoTestnetSepolia,
|
|
204
247
|
taraxa,
|
|
205
248
|
taraxaTestnet,
|
|
@@ -210,6 +253,7 @@ export {
|
|
|
210
253
|
wanchainTestnet,
|
|
211
254
|
xdc,
|
|
212
255
|
xdcTestnet,
|
|
256
|
+
zetachainAthensTestnet,
|
|
213
257
|
zhejiang,
|
|
214
258
|
zkSync,
|
|
215
259
|
zkSyncTestnet,
|
package/dist/index.js
CHANGED
package/dist/internal/test.d.ts
CHANGED
|
@@ -683,13 +683,13 @@ declare function getWalletClients(): {
|
|
|
683
683
|
[x: `bytes10[${string}]`]: undefined;
|
|
684
684
|
[x: `bytes19[${string}]`]: undefined;
|
|
685
685
|
[x: `bytes16[${string}]`]: undefined;
|
|
686
|
-
[x: `bytes8[${string}]`]: undefined;
|
|
687
686
|
[x: `bytes2[${string}]`]: undefined;
|
|
688
687
|
[x: `bytes32[${string}]`]: undefined;
|
|
689
688
|
[x: `bytes3[${string}]`]: undefined;
|
|
690
689
|
[x: `bytes4[${string}]`]: undefined;
|
|
691
690
|
[x: `bytes6[${string}]`]: undefined;
|
|
692
691
|
[x: `bytes7[${string}]`]: undefined;
|
|
692
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
693
693
|
[x: `bytes9[${string}]`]: undefined;
|
|
694
694
|
[x: `bytes11[${string}]`]: undefined;
|
|
695
695
|
[x: `bytes12[${string}]`]: undefined;
|
|
@@ -712,9 +712,9 @@ declare function getWalletClients(): {
|
|
|
712
712
|
[x: `int240[${string}]`]: undefined;
|
|
713
713
|
[x: `int248[${string}]`]: undefined;
|
|
714
714
|
[x: `int16[${string}]`]: undefined;
|
|
715
|
-
[x: `int8[${string}]`]: undefined;
|
|
716
715
|
[x: `int40[${string}]`]: undefined;
|
|
717
716
|
[x: `int32[${string}]`]: undefined;
|
|
717
|
+
[x: `int8[${string}]`]: undefined;
|
|
718
718
|
[x: `int24[${string}]`]: undefined;
|
|
719
719
|
[x: `int48[${string}]`]: undefined;
|
|
720
720
|
[x: `int64[${string}]`]: undefined;
|
|
@@ -745,9 +745,9 @@ declare function getWalletClients(): {
|
|
|
745
745
|
[x: `uint240[${string}]`]: undefined;
|
|
746
746
|
[x: `uint248[${string}]`]: undefined;
|
|
747
747
|
[x: `uint16[${string}]`]: undefined;
|
|
748
|
-
[x: `uint8[${string}]`]: undefined;
|
|
749
748
|
[x: `uint40[${string}]`]: undefined;
|
|
750
749
|
[x: `uint32[${string}]`]: undefined;
|
|
750
|
+
[x: `uint8[${string}]`]: undefined;
|
|
751
751
|
[x: `uint24[${string}]`]: undefined;
|
|
752
752
|
[x: `uint48[${string}]`]: undefined;
|
|
753
753
|
[x: `uint64[${string}]`]: undefined;
|
|
@@ -785,13 +785,13 @@ declare function getWalletClients(): {
|
|
|
785
785
|
bytes10?: undefined;
|
|
786
786
|
bytes19?: undefined;
|
|
787
787
|
bytes16?: undefined;
|
|
788
|
-
bytes8?: undefined;
|
|
789
788
|
bytes2?: undefined;
|
|
790
789
|
bytes32?: undefined;
|
|
791
790
|
bytes3?: undefined;
|
|
792
791
|
bytes4?: undefined;
|
|
793
792
|
bytes6?: undefined;
|
|
794
793
|
bytes7?: undefined;
|
|
794
|
+
bytes8?: undefined;
|
|
795
795
|
bytes9?: undefined;
|
|
796
796
|
bytes11?: undefined;
|
|
797
797
|
bytes12?: undefined;
|
|
@@ -813,9 +813,9 @@ declare function getWalletClients(): {
|
|
|
813
813
|
int240?: undefined;
|
|
814
814
|
int248?: undefined;
|
|
815
815
|
int16?: undefined;
|
|
816
|
-
int8?: undefined;
|
|
817
816
|
int40?: undefined;
|
|
818
817
|
int32?: undefined;
|
|
818
|
+
int8?: undefined;
|
|
819
819
|
int24?: undefined;
|
|
820
820
|
int48?: undefined;
|
|
821
821
|
int64?: undefined;
|
|
@@ -845,9 +845,9 @@ declare function getWalletClients(): {
|
|
|
845
845
|
uint240?: undefined;
|
|
846
846
|
uint248?: undefined;
|
|
847
847
|
uint16?: undefined;
|
|
848
|
-
uint8?: undefined;
|
|
849
848
|
uint40?: undefined;
|
|
850
849
|
uint32?: undefined;
|
|
850
|
+
uint8?: undefined;
|
|
851
851
|
uint24?: undefined;
|
|
852
852
|
uint48?: undefined;
|
|
853
853
|
uint64?: undefined;
|
package/dist/internal/test.js
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@wagmi/core",
|
|
3
3
|
"description": "Vanilla JS library for Ethereum",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "1.3.
|
|
5
|
+
"version": "1.3.9",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/wagmi-dev/wagmi.git",
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
"abitype": "0.8.7",
|
|
124
124
|
"eventemitter3": "^4.0.7",
|
|
125
125
|
"zustand": "^4.3.1",
|
|
126
|
-
"@wagmi/chains": "1.
|
|
127
|
-
"@wagmi/connectors": "2.
|
|
126
|
+
"@wagmi/chains": "1.7.0",
|
|
127
|
+
"@wagmi/connectors": "2.7.0"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"viem": "^1.0.0"
|