@wagmi/core 0.9.3 → 0.9.4-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/connectors/safe/package.json +4 -0
- package/dist/chains.js +91 -91
- package/dist/chunk-55IO54NW.js +242 -242
- 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-LH5WKLUU.js +92 -92
- package/dist/chunk-MQXBDTVK.js +7 -7
- 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.d.ts +1 -0
- package/dist/connectors/safe.js +7 -0
- package/dist/connectors/walletConnect.js +5 -5
- package/dist/index.js +164 -164
- package/dist/internal/index.js +8 -8
- package/dist/internal/test.js +25 -25
- package/dist/providers/alchemy.js +11 -11
- package/dist/providers/infura.js +11 -11
- package/dist/providers/jsonRpc.js +8 -8
- package/dist/providers/public.js +7 -7
- package/package.json +9 -6
package/dist/chains.js
CHANGED
|
@@ -1,91 +1,91 @@
|
|
|
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
|
-
|
|
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
|
+
var _chunkLH5WKLUUjs = require('./chunk-LH5WKLUU.js');
|
|
46
|
+
require('./chunk-MQXBDTVK.js');
|
|
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
|
+
exports.arbitrum = _chunkLH5WKLUUjs.arbitrum; exports.arbitrumGoerli = _chunkLH5WKLUUjs.arbitrumGoerli; exports.aurora = _chunkLH5WKLUUjs.aurora; exports.auroraTestnet = _chunkLH5WKLUUjs.auroraTestnet; exports.avalanche = _chunkLH5WKLUUjs.avalanche; exports.avalancheFuji = _chunkLH5WKLUUjs.avalancheFuji; exports.bronos = _chunkLH5WKLUUjs.bronos; exports.bronosTestnet = _chunkLH5WKLUUjs.bronosTestnet; exports.bsc = _chunkLH5WKLUUjs.bsc; exports.bscTestnet = _chunkLH5WKLUUjs.bscTestnet; exports.canto = _chunkLH5WKLUUjs.canto; exports.celo = _chunkLH5WKLUUjs.celo; exports.celoAlfajores = _chunkLH5WKLUUjs.celoAlfajores; exports.crossbell = _chunkLH5WKLUUjs.crossbell; exports.evmos = _chunkLH5WKLUUjs.evmos; exports.evmosTestnet = _chunkLH5WKLUUjs.evmosTestnet; exports.fantom = _chunkLH5WKLUUjs.fantom; exports.fantomTestnet = _chunkLH5WKLUUjs.fantomTestnet; exports.filecoin = _chunkLH5WKLUUjs.filecoin; exports.filecoinHyperspace = _chunkLH5WKLUUjs.filecoinHyperspace; exports.foundry = _chunkLH5WKLUUjs.foundry; exports.gnosis = _chunkLH5WKLUUjs.gnosis; exports.gnosisChiado = _chunkLH5WKLUUjs.gnosisChiado; exports.goerli = _chunkLH5WKLUUjs.goerli; exports.hardhat = _chunkLH5WKLUUjs.hardhat; exports.iotex = _chunkLH5WKLUUjs.iotex; exports.iotexTestnet = _chunkLH5WKLUUjs.iotexTestnet; exports.localhost = _chunkLH5WKLUUjs.localhost; exports.mainnet = _chunkLH5WKLUUjs.mainnet; exports.metis = _chunkLH5WKLUUjs.metis; exports.metisGoerli = _chunkLH5WKLUUjs.metisGoerli; exports.okc = _chunkLH5WKLUUjs.okc; exports.optimism = _chunkLH5WKLUUjs.optimism; exports.optimismGoerli = _chunkLH5WKLUUjs.optimismGoerli; exports.polygon = _chunkLH5WKLUUjs.polygon; exports.polygonMumbai = _chunkLH5WKLUUjs.polygonMumbai; exports.sepolia = _chunkLH5WKLUUjs.sepolia; exports.taraxa = _chunkLH5WKLUUjs.taraxa; exports.taraxaTestnet = _chunkLH5WKLUUjs.taraxaTestnet; exports.telos = _chunkLH5WKLUUjs.telos; exports.telosTestnet = _chunkLH5WKLUUjs.telosTestnet; exports.zkSync = _chunkLH5WKLUUjs.zkSync; exports.zkSyncTestnet = _chunkLH5WKLUUjs.zkSyncTestnet;
|