@wagmi/core 1.0.4 → 1.0.5-cjs
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.js +187 -187
- package/dist/chunk-BVC4KGLQ.js +8 -8
- package/dist/chunk-EQOEZP46.js +5 -5
- package/dist/chunk-KFW652VN.js +6 -6
- package/dist/chunk-KX4UEHS5.js +1 -0
- package/dist/chunk-MQXBDTVK.js +7 -7
- package/dist/chunk-NRSD7F2O.js +231 -231
- package/dist/chunk-OL6OIPEP.js +188 -188
- package/dist/connectors/coinbaseWallet.js +5 -5
- package/dist/connectors/index.js +9 -9
- package/dist/connectors/injected.js +7 -7
- package/dist/connectors/ledger.js +5 -5
- package/dist/connectors/metaMask.js +5 -5
- package/dist/connectors/mock.js +9 -9
- package/dist/connectors/safe.js +5 -5
- package/dist/connectors/walletConnect.js +5 -5
- package/dist/connectors/walletConnectLegacy.js +5 -5
- package/dist/index.js +136 -136
- package/dist/internal/index.js +10 -10
- package/dist/internal/test.js +36 -36
- package/dist/providers/alchemy.js +6 -6
- package/dist/providers/infura.js +6 -6
- package/dist/providers/jsonRpc.js +4 -4
- package/dist/providers/public.js +4 -4
- package/dist/window.js +1 -0
- package/package.json +4 -5
package/dist/chains.js
CHANGED
|
@@ -1,187 +1,187 @@
|
|
|
1
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
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
|
+
var _chunkOL6OIPEPjs = require('./chunk-OL6OIPEP.js');
|
|
94
|
+
require('./chunk-MQXBDTVK.js');
|
|
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
|
+
|
|
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
|
+
exports.arbitrum = _chunkOL6OIPEPjs.arbitrum; exports.arbitrumGoerli = _chunkOL6OIPEPjs.arbitrumGoerli; exports.aurora = _chunkOL6OIPEPjs.aurora; exports.auroraTestnet = _chunkOL6OIPEPjs.auroraTestnet; exports.avalanche = _chunkOL6OIPEPjs.avalanche; exports.avalancheFuji = _chunkOL6OIPEPjs.avalancheFuji; exports.baseGoerli = _chunkOL6OIPEPjs.baseGoerli; exports.boba = _chunkOL6OIPEPjs.boba; exports.bronos = _chunkOL6OIPEPjs.bronos; exports.bronosTestnet = _chunkOL6OIPEPjs.bronosTestnet; exports.bsc = _chunkOL6OIPEPjs.bsc; exports.bscTestnet = _chunkOL6OIPEPjs.bscTestnet; exports.canto = _chunkOL6OIPEPjs.canto; exports.celo = _chunkOL6OIPEPjs.celo; exports.celoAlfajores = _chunkOL6OIPEPjs.celoAlfajores; exports.celoCannoli = _chunkOL6OIPEPjs.celoCannoli; exports.cronos = _chunkOL6OIPEPjs.cronos; exports.crossbell = _chunkOL6OIPEPjs.crossbell; exports.dfk = _chunkOL6OIPEPjs.dfk; exports.dogechain = _chunkOL6OIPEPjs.dogechain; exports.evmos = _chunkOL6OIPEPjs.evmos; exports.evmosTestnet = _chunkOL6OIPEPjs.evmosTestnet; exports.fantom = _chunkOL6OIPEPjs.fantom; exports.fantomTestnet = _chunkOL6OIPEPjs.fantomTestnet; exports.filecoin = _chunkOL6OIPEPjs.filecoin; exports.filecoinCalibration = _chunkOL6OIPEPjs.filecoinCalibration; exports.filecoinHyperspace = _chunkOL6OIPEPjs.filecoinHyperspace; exports.flare = _chunkOL6OIPEPjs.flare; exports.flareTestnet = _chunkOL6OIPEPjs.flareTestnet; exports.foundry = _chunkOL6OIPEPjs.foundry; exports.gnosis = _chunkOL6OIPEPjs.gnosis; exports.gnosisChiado = _chunkOL6OIPEPjs.gnosisChiado; exports.goerli = _chunkOL6OIPEPjs.goerli; exports.haqqMainnet = _chunkOL6OIPEPjs.haqqMainnet; exports.haqqTestedge2 = _chunkOL6OIPEPjs.haqqTestedge2; exports.hardhat = _chunkOL6OIPEPjs.hardhat; exports.harmonyOne = _chunkOL6OIPEPjs.harmonyOne; exports.iotex = _chunkOL6OIPEPjs.iotex; exports.iotexTestnet = _chunkOL6OIPEPjs.iotexTestnet; exports.klaytn = _chunkOL6OIPEPjs.klaytn; exports.lineaTestnet = _chunkOL6OIPEPjs.lineaTestnet; exports.localhost = _chunkOL6OIPEPjs.localhost; exports.mainnet = _chunkOL6OIPEPjs.mainnet; exports.metis = _chunkOL6OIPEPjs.metis; exports.metisGoerli = _chunkOL6OIPEPjs.metisGoerli; exports.moonbaseAlpha = _chunkOL6OIPEPjs.moonbaseAlpha; exports.moonbeam = _chunkOL6OIPEPjs.moonbeam; exports.moonriver = _chunkOL6OIPEPjs.moonriver; exports.nexi = _chunkOL6OIPEPjs.nexi; exports.okc = _chunkOL6OIPEPjs.okc; exports.optimism = _chunkOL6OIPEPjs.optimism; exports.optimismGoerli = _chunkOL6OIPEPjs.optimismGoerli; exports.polygon = _chunkOL6OIPEPjs.polygon; exports.polygonMumbai = _chunkOL6OIPEPjs.polygonMumbai; exports.polygonZkEvm = _chunkOL6OIPEPjs.polygonZkEvm; exports.polygonZkEvmTestnet = _chunkOL6OIPEPjs.polygonZkEvmTestnet; exports.pulsechain = _chunkOL6OIPEPjs.pulsechain; exports.pulsechainV4 = _chunkOL6OIPEPjs.pulsechainV4; exports.scrollTestnet = _chunkOL6OIPEPjs.scrollTestnet; exports.sepolia = _chunkOL6OIPEPjs.sepolia; exports.shardeumSphinx = _chunkOL6OIPEPjs.shardeumSphinx; exports.skaleBlockBrawlers = _chunkOL6OIPEPjs.skaleBlockBrawlers; exports.skaleCalypso = _chunkOL6OIPEPjs.skaleCalypso; exports.skaleCalypsoTestnet = _chunkOL6OIPEPjs.skaleCalypsoTestnet; exports.skaleChaosTestnet = _chunkOL6OIPEPjs.skaleChaosTestnet; exports.skaleCryptoBlades = _chunkOL6OIPEPjs.skaleCryptoBlades; exports.skaleCryptoColosseum = _chunkOL6OIPEPjs.skaleCryptoColosseum; exports.skaleEuropa = _chunkOL6OIPEPjs.skaleEuropa; exports.skaleEuropaTestnet = _chunkOL6OIPEPjs.skaleEuropaTestnet; exports.skaleExorde = _chunkOL6OIPEPjs.skaleExorde; exports.skaleHumanProtocol = _chunkOL6OIPEPjs.skaleHumanProtocol; exports.skaleNebula = _chunkOL6OIPEPjs.skaleNebula; exports.skaleNebulaTestnet = _chunkOL6OIPEPjs.skaleNebulaTestnet; exports.skaleRazor = _chunkOL6OIPEPjs.skaleRazor; exports.skaleTitan = _chunkOL6OIPEPjs.skaleTitan; exports.skaleTitanTestnet = _chunkOL6OIPEPjs.skaleTitanTestnet; exports.songbird = _chunkOL6OIPEPjs.songbird; exports.songbirdTestnet = _chunkOL6OIPEPjs.songbirdTestnet; exports.syscoin = _chunkOL6OIPEPjs.syscoin; exports.taraxa = _chunkOL6OIPEPjs.taraxa; exports.taraxaTestnet = _chunkOL6OIPEPjs.taraxaTestnet; exports.telos = _chunkOL6OIPEPjs.telos; exports.telosTestnet = _chunkOL6OIPEPjs.telosTestnet; exports.thunderTestnet = _chunkOL6OIPEPjs.thunderTestnet; exports.wanchain = _chunkOL6OIPEPjs.wanchain; exports.wanchainTestnet = _chunkOL6OIPEPjs.wanchainTestnet; exports.xdc = _chunkOL6OIPEPjs.xdc; exports.xdcTestnet = _chunkOL6OIPEPjs.xdcTestnet; exports.zhejiang = _chunkOL6OIPEPjs.zhejiang; exports.zkSync = _chunkOL6OIPEPjs.zkSync; exports.zkSyncTestnet = _chunkOL6OIPEPjs.zkSyncTestnet;
|
package/dist/chunk-BVC4KGLQ.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/connectors/index.ts
|
|
2
|
+
var _connectors = require('@wagmi/connectors');
|
|
3
|
+
var _injected = require('@wagmi/connectors/injected');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.Connector = _connectors.Connector; exports.InjectedConnector = _injected.InjectedConnector;
|
package/dist/chunk-EQOEZP46.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/connectors/injected.ts
|
|
2
|
+
var _injected = require('@wagmi/connectors/injected');
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
exports.InjectedConnector = _injected.InjectedConnector;
|
package/dist/chunk-KFW652VN.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/connectors/mock.ts
|
|
2
|
+
var _mock = require('@wagmi/connectors/mock');
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.MockConnector = _mock.MockConnector; exports.MockProvider = _mock.MockProvider;
|
package/dist/chunk-KX4UEHS5.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
package/dist/chunk-MQXBDTVK.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var __accessCheck = (obj, member, msg) => {
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var __accessCheck = (obj, member, msg) => {
|
|
2
2
|
if (!member.has(obj))
|
|
3
3
|
throw TypeError("Cannot " + msg);
|
|
4
4
|
};
|
|
@@ -21,9 +21,9 @@ var __privateMethod = (obj, member, method) => {
|
|
|
21
21
|
return method;
|
|
22
22
|
};
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
exports.__privateGet = __privateGet; exports.__privateAdd = __privateAdd; exports.__privateSet = __privateSet; exports.__privateMethod = __privateMethod;
|