@wagmi/core 1.3.10-cjs → 1.3.10

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.
@@ -1,262 +1,262 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/chains.ts
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
-
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
-
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
- var _chains = require('@wagmi/chains');
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
-
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
-
221
-
222
-
223
-
224
-
225
-
226
-
227
-
228
-
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
-
249
-
250
-
251
-
252
-
253
-
254
-
255
-
256
-
257
-
258
-
259
-
260
-
261
-
262
- exports.arbitrum = _chains.arbitrum; exports.arbitrumGoerli = _chains.arbitrumGoerli; exports.arbitrumNova = _chains.arbitrumNova; exports.aurora = _chains.aurora; exports.auroraTestnet = _chains.auroraTestnet; exports.avalanche = _chains.avalanche; exports.avalancheFuji = _chains.avalancheFuji; exports.base = _chains.base; exports.baseGoerli = _chains.baseGoerli; exports.boba = _chains.boba; exports.bronos = _chains.bronos; exports.bronosTestnet = _chains.bronosTestnet; exports.bsc = _chains.bsc; exports.bscTestnet = _chains.bscTestnet; exports.bxn = _chains.bxn; exports.bxnTestnet = _chains.bxnTestnet; exports.canto = _chains.canto; exports.celo = _chains.celo; exports.celoAlfajores = _chains.celoAlfajores; exports.celoCannoli = _chains.celoCannoli; exports.classic = _chains.classic; exports.cronos = _chains.cronos; exports.cronosTestnet = _chains.cronosTestnet; exports.crossbell = _chains.crossbell; exports.dfk = _chains.dfk; exports.dogechain = _chains.dogechain; exports.edgeware = _chains.edgeware; exports.edgewareTestnet = _chains.edgewareTestnet; exports.eos = _chains.eos; exports.eosTestnet = _chains.eosTestnet; exports.ekta = _chains.ekta; exports.ektaTestnet = _chains.ektaTestnet; exports.evmos = _chains.evmos; exports.evmosTestnet = _chains.evmosTestnet; exports.fantom = _chains.fantom; exports.fantomTestnet = _chains.fantomTestnet; exports.fibo = _chains.fibo; exports.filecoin = _chains.filecoin; exports.filecoinCalibration = _chains.filecoinCalibration; exports.filecoinHyperspace = _chains.filecoinHyperspace; exports.flare = _chains.flare; exports.flareTestnet = _chains.flareTestnet; exports.foundry = _chains.foundry; exports.fuse = _chains.fuse; exports.fuseSparknet = _chains.fuseSparknet; exports.gobi = _chains.gobi; exports.goerli = _chains.goerli; exports.gnosis = _chains.gnosis; exports.gnosisChiado = _chains.gnosisChiado; exports.haqqMainnet = _chains.haqqMainnet; exports.haqqTestedge2 = _chains.haqqTestedge2; exports.hardhat = _chains.hardhat; exports.harmonyOne = _chains.harmonyOne; exports.iotex = _chains.iotex; exports.iotexTestnet = _chains.iotexTestnet; exports.klaytn = _chains.klaytn; exports.linea = _chains.linea; exports.lineaTestnet = _chains.lineaTestnet; exports.localhost = _chains.localhost; exports.mainnet = _chains.mainnet; exports.mantle = _chains.mantle; exports.mantleTestnet = _chains.mantleTestnet; exports.metis = _chains.metis; exports.metisGoerli = _chains.metisGoerli; exports.mev = _chains.mev; exports.mevTestnet = _chains.mevTestnet; exports.modeTestnet = _chains.modeTestnet; exports.moonbaseAlpha = _chains.moonbaseAlpha; exports.moonbeam = _chains.moonbeam; exports.moonriver = _chains.moonriver; exports.neonDevnet = _chains.neonDevnet; exports.nexilix = _chains.nexilix; exports.nexi = _chains.nexi; exports.oasys = _chains.oasys; exports.okc = _chains.okc; exports.optimism = _chains.optimism; exports.optimismGoerli = _chains.optimismGoerli; exports.polygon = _chains.polygon; exports.polygonMumbai = _chains.polygonMumbai; exports.polygonZkEvm = _chains.polygonZkEvm; exports.polygonZkEvmTestnet = _chains.polygonZkEvmTestnet; exports.pulsechain = _chains.pulsechain; exports.pulsechainV4 = _chains.pulsechainV4; exports.qMainnet = _chains.qMainnet; exports.qTestnet = _chains.qTestnet; exports.rollux = _chains.rollux; exports.rolluxTestnet = _chains.rolluxTestnet; exports.ronin = _chains.ronin; exports.saigon = _chains.saigon; exports.scrollSepolia = _chains.scrollSepolia; exports.scrollTestnet = _chains.scrollTestnet; exports.sepolia = _chains.sepolia; exports.skaleBlockBrawlers = _chains.skaleBlockBrawlers; exports.skaleCalypso = _chains.skaleCalypso; exports.skaleCalypsoTestnet = _chains.skaleCalypsoTestnet; exports.skaleChaosTestnet = _chains.skaleChaosTestnet; exports.skaleCryptoBlades = _chains.skaleCryptoBlades; exports.skaleCryptoColosseum = _chains.skaleCryptoColosseum; exports.skaleEuropa = _chains.skaleEuropa; exports.skaleEuropaTestnet = _chains.skaleEuropaTestnet; exports.skaleExorde = _chains.skaleExorde; exports.skaleHumanProtocol = _chains.skaleHumanProtocol; exports.skaleNebula = _chains.skaleNebula; exports.skaleNebulaTestnet = _chains.skaleNebulaTestnet; exports.skaleRazor = _chains.skaleRazor; exports.skaleTitan = _chains.skaleTitan; exports.skaleTitanTestnet = _chains.skaleTitanTestnet; exports.songbird = _chains.songbird; exports.songbirdTestnet = _chains.songbirdTestnet; exports.shardeumSphinx = _chains.shardeumSphinx; exports.syscoin = _chains.syscoin; exports.syscoinTestnet = _chains.syscoinTestnet; exports.taikoTestnetSepolia = _chains.taikoTestnetSepolia; exports.taraxa = _chains.taraxa; exports.taraxaTestnet = _chains.taraxaTestnet; exports.telos = _chains.telos; exports.telosTestnet = _chains.telosTestnet; exports.thunderTestnet = _chains.thunderTestnet; exports.wanchain = _chains.wanchain; exports.wanchainTestnet = _chains.wanchainTestnet; exports.xdc = _chains.xdc; exports.xdcTestnet = _chains.xdcTestnet; exports.zetachainAthensTestnet = _chains.zetachainAthensTestnet; exports.zhejiang = _chains.zhejiang; exports.zkSync = _chains.zkSync; exports.zkSyncTestnet = _chains.zkSyncTestnet; exports.zora = _chains.zora; exports.zoraTestnet = _chains.zoraTestnet;
1
+ // src/chains.ts
2
+ import {
3
+ arbitrum,
4
+ arbitrumGoerli,
5
+ arbitrumNova,
6
+ aurora,
7
+ auroraTestnet,
8
+ avalanche,
9
+ avalancheFuji,
10
+ base,
11
+ baseGoerli,
12
+ boba,
13
+ bronos,
14
+ bronosTestnet,
15
+ bsc,
16
+ bscTestnet,
17
+ bxn,
18
+ bxnTestnet,
19
+ canto,
20
+ celo,
21
+ celoAlfajores,
22
+ celoCannoli,
23
+ classic,
24
+ cronos,
25
+ cronosTestnet,
26
+ crossbell,
27
+ dfk,
28
+ dogechain,
29
+ edgeware,
30
+ edgewareTestnet,
31
+ eos,
32
+ eosTestnet,
33
+ ekta,
34
+ ektaTestnet,
35
+ evmos,
36
+ evmosTestnet,
37
+ fantom,
38
+ fantomTestnet,
39
+ fibo,
40
+ filecoin,
41
+ filecoinCalibration,
42
+ filecoinHyperspace,
43
+ flare,
44
+ flareTestnet,
45
+ foundry,
46
+ fuse,
47
+ fuseSparknet,
48
+ gobi,
49
+ goerli,
50
+ gnosis,
51
+ gnosisChiado,
52
+ haqqMainnet,
53
+ haqqTestedge2,
54
+ hardhat,
55
+ harmonyOne,
56
+ iotex,
57
+ iotexTestnet,
58
+ klaytn,
59
+ linea,
60
+ lineaTestnet,
61
+ localhost,
62
+ mainnet,
63
+ mantle,
64
+ mantleTestnet,
65
+ metis,
66
+ metisGoerli,
67
+ mev,
68
+ mevTestnet,
69
+ modeTestnet,
70
+ moonbaseAlpha,
71
+ moonbeam,
72
+ moonriver,
73
+ neonDevnet,
74
+ nexilix,
75
+ nexi,
76
+ oasys,
77
+ okc,
78
+ optimism,
79
+ optimismGoerli,
80
+ polygon,
81
+ polygonMumbai,
82
+ polygonZkEvm,
83
+ polygonZkEvmTestnet,
84
+ pulsechain,
85
+ pulsechainV4,
86
+ qMainnet,
87
+ qTestnet,
88
+ rollux,
89
+ rolluxTestnet,
90
+ ronin,
91
+ saigon,
92
+ scrollSepolia,
93
+ scrollTestnet,
94
+ sepolia,
95
+ skaleBlockBrawlers,
96
+ skaleCalypso,
97
+ skaleCalypsoTestnet,
98
+ skaleChaosTestnet,
99
+ skaleCryptoBlades,
100
+ skaleCryptoColosseum,
101
+ skaleEuropa,
102
+ skaleEuropaTestnet,
103
+ skaleExorde,
104
+ skaleHumanProtocol,
105
+ skaleNebula,
106
+ skaleNebulaTestnet,
107
+ skaleRazor,
108
+ skaleTitan,
109
+ skaleTitanTestnet,
110
+ songbird,
111
+ songbirdTestnet,
112
+ shardeumSphinx,
113
+ syscoin,
114
+ syscoinTestnet,
115
+ taikoTestnetSepolia,
116
+ taraxa,
117
+ taraxaTestnet,
118
+ telos,
119
+ telosTestnet,
120
+ thunderTestnet,
121
+ wanchain,
122
+ wanchainTestnet,
123
+ xdc,
124
+ xdcTestnet,
125
+ zetachainAthensTestnet,
126
+ zhejiang,
127
+ zkSync,
128
+ zkSyncTestnet,
129
+ zora,
130
+ zoraTestnet
131
+ } from "@wagmi/chains";
132
+
133
+ export {
134
+ arbitrum,
135
+ arbitrumGoerli,
136
+ arbitrumNova,
137
+ aurora,
138
+ auroraTestnet,
139
+ avalanche,
140
+ avalancheFuji,
141
+ base,
142
+ baseGoerli,
143
+ boba,
144
+ bronos,
145
+ bronosTestnet,
146
+ bsc,
147
+ bscTestnet,
148
+ bxn,
149
+ bxnTestnet,
150
+ canto,
151
+ celo,
152
+ celoAlfajores,
153
+ celoCannoli,
154
+ classic,
155
+ cronos,
156
+ cronosTestnet,
157
+ crossbell,
158
+ dfk,
159
+ dogechain,
160
+ edgeware,
161
+ edgewareTestnet,
162
+ eos,
163
+ eosTestnet,
164
+ ekta,
165
+ ektaTestnet,
166
+ evmos,
167
+ evmosTestnet,
168
+ fantom,
169
+ fantomTestnet,
170
+ fibo,
171
+ filecoin,
172
+ filecoinCalibration,
173
+ filecoinHyperspace,
174
+ flare,
175
+ flareTestnet,
176
+ foundry,
177
+ fuse,
178
+ fuseSparknet,
179
+ gobi,
180
+ goerli,
181
+ gnosis,
182
+ gnosisChiado,
183
+ haqqMainnet,
184
+ haqqTestedge2,
185
+ hardhat,
186
+ harmonyOne,
187
+ iotex,
188
+ iotexTestnet,
189
+ klaytn,
190
+ linea,
191
+ lineaTestnet,
192
+ localhost,
193
+ mainnet,
194
+ mantle,
195
+ mantleTestnet,
196
+ metis,
197
+ metisGoerli,
198
+ mev,
199
+ mevTestnet,
200
+ modeTestnet,
201
+ moonbaseAlpha,
202
+ moonbeam,
203
+ moonriver,
204
+ neonDevnet,
205
+ nexilix,
206
+ nexi,
207
+ oasys,
208
+ okc,
209
+ optimism,
210
+ optimismGoerli,
211
+ polygon,
212
+ polygonMumbai,
213
+ polygonZkEvm,
214
+ polygonZkEvmTestnet,
215
+ pulsechain,
216
+ pulsechainV4,
217
+ qMainnet,
218
+ qTestnet,
219
+ rollux,
220
+ rolluxTestnet,
221
+ ronin,
222
+ saigon,
223
+ scrollSepolia,
224
+ scrollTestnet,
225
+ sepolia,
226
+ skaleBlockBrawlers,
227
+ skaleCalypso,
228
+ skaleCalypsoTestnet,
229
+ skaleChaosTestnet,
230
+ skaleCryptoBlades,
231
+ skaleCryptoColosseum,
232
+ skaleEuropa,
233
+ skaleEuropaTestnet,
234
+ skaleExorde,
235
+ skaleHumanProtocol,
236
+ skaleNebula,
237
+ skaleNebulaTestnet,
238
+ skaleRazor,
239
+ skaleTitan,
240
+ skaleTitanTestnet,
241
+ songbird,
242
+ songbirdTestnet,
243
+ shardeumSphinx,
244
+ syscoin,
245
+ syscoinTestnet,
246
+ taikoTestnetSepolia,
247
+ taraxa,
248
+ taraxaTestnet,
249
+ telos,
250
+ telosTestnet,
251
+ thunderTestnet,
252
+ wanchain,
253
+ wanchainTestnet,
254
+ xdc,
255
+ xdcTestnet,
256
+ zetachainAthensTestnet,
257
+ zhejiang,
258
+ zkSync,
259
+ zkSyncTestnet,
260
+ zora,
261
+ zoraTestnet
262
+ };
@@ -1,7 +1,7 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/connectors/mock.ts
2
- var _mock = require('@wagmi/connectors/mock');
1
+ // src/connectors/mock.ts
2
+ import { MockConnector, MockProvider } from "@wagmi/connectors/mock";
3
3
 
4
-
5
-
6
-
7
- exports.MockConnector = _mock.MockConnector; exports.MockProvider = _mock.MockProvider;
4
+ export {
5
+ MockConnector,
6
+ MockProvider
7
+ };
@@ -1 +0,0 @@
1
- "use strict";