@wagmi/core 0.9.7-cjs → 0.9.7

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 CHANGED
@@ -1,105 +1,105 @@
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
- var _chunkFCJXFFXSjs = require('./chunk-FCJXFFXS.js');
53
- require('./chunk-MQXBDTVK.js');
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
- exports.arbitrum = _chunkFCJXFFXSjs.arbitrum; exports.arbitrumGoerli = _chunkFCJXFFXSjs.arbitrumGoerli; exports.aurora = _chunkFCJXFFXSjs.aurora; exports.auroraTestnet = _chunkFCJXFFXSjs.auroraTestnet; exports.avalanche = _chunkFCJXFFXSjs.avalanche; exports.avalancheFuji = _chunkFCJXFFXSjs.avalancheFuji; exports.baseGoerli = _chunkFCJXFFXSjs.baseGoerli; exports.bronos = _chunkFCJXFFXSjs.bronos; exports.bronosTestnet = _chunkFCJXFFXSjs.bronosTestnet; exports.bsc = _chunkFCJXFFXSjs.bsc; exports.bscTestnet = _chunkFCJXFFXSjs.bscTestnet; exports.canto = _chunkFCJXFFXSjs.canto; exports.celo = _chunkFCJXFFXSjs.celo; exports.celoAlfajores = _chunkFCJXFFXSjs.celoAlfajores; exports.crossbell = _chunkFCJXFFXSjs.crossbell; exports.evmos = _chunkFCJXFFXSjs.evmos; exports.evmosTestnet = _chunkFCJXFFXSjs.evmosTestnet; exports.fantom = _chunkFCJXFFXSjs.fantom; exports.fantomTestnet = _chunkFCJXFFXSjs.fantomTestnet; exports.filecoin = _chunkFCJXFFXSjs.filecoin; exports.filecoinCalibration = _chunkFCJXFFXSjs.filecoinCalibration; exports.filecoinHyperspace = _chunkFCJXFFXSjs.filecoinHyperspace; exports.foundry = _chunkFCJXFFXSjs.foundry; exports.gnosis = _chunkFCJXFFXSjs.gnosis; exports.gnosisChiado = _chunkFCJXFFXSjs.gnosisChiado; exports.goerli = _chunkFCJXFFXSjs.goerli; exports.hardhat = _chunkFCJXFFXSjs.hardhat; exports.harmonyOne = _chunkFCJXFFXSjs.harmonyOne; exports.iotex = _chunkFCJXFFXSjs.iotex; exports.iotexTestnet = _chunkFCJXFFXSjs.iotexTestnet; exports.localhost = _chunkFCJXFFXSjs.localhost; exports.mainnet = _chunkFCJXFFXSjs.mainnet; exports.metis = _chunkFCJXFFXSjs.metis; exports.metisGoerli = _chunkFCJXFFXSjs.metisGoerli; exports.moonbaseAlpha = _chunkFCJXFFXSjs.moonbaseAlpha; exports.moonbeam = _chunkFCJXFFXSjs.moonbeam; exports.moonriver = _chunkFCJXFFXSjs.moonriver; exports.okc = _chunkFCJXFFXSjs.okc; exports.optimism = _chunkFCJXFFXSjs.optimism; exports.optimismGoerli = _chunkFCJXFFXSjs.optimismGoerli; exports.polygon = _chunkFCJXFFXSjs.polygon; exports.polygonMumbai = _chunkFCJXFFXSjs.polygonMumbai; exports.polygonZkEvmTestnet = _chunkFCJXFFXSjs.polygonZkEvmTestnet; exports.sepolia = _chunkFCJXFFXSjs.sepolia; exports.taraxa = _chunkFCJXFFXSjs.taraxa; exports.taraxaTestnet = _chunkFCJXFFXSjs.taraxaTestnet; exports.telos = _chunkFCJXFFXSjs.telos; exports.telosTestnet = _chunkFCJXFFXSjs.telosTestnet; exports.zkSync = _chunkFCJXFFXSjs.zkSync; exports.zkSyncTestnet = _chunkFCJXFFXSjs.zkSyncTestnet;
1
+ import {
2
+ arbitrum,
3
+ arbitrumGoerli,
4
+ aurora,
5
+ auroraTestnet,
6
+ avalanche,
7
+ avalancheFuji,
8
+ baseGoerli,
9
+ bronos,
10
+ bronosTestnet,
11
+ bsc,
12
+ bscTestnet,
13
+ canto,
14
+ celo,
15
+ celoAlfajores,
16
+ crossbell,
17
+ evmos,
18
+ evmosTestnet,
19
+ fantom,
20
+ fantomTestnet,
21
+ filecoin,
22
+ filecoinCalibration,
23
+ filecoinHyperspace,
24
+ foundry,
25
+ gnosis,
26
+ gnosisChiado,
27
+ goerli,
28
+ hardhat,
29
+ harmonyOne,
30
+ iotex,
31
+ iotexTestnet,
32
+ localhost,
33
+ mainnet,
34
+ metis,
35
+ metisGoerli,
36
+ moonbaseAlpha,
37
+ moonbeam,
38
+ moonriver,
39
+ okc,
40
+ optimism,
41
+ optimismGoerli,
42
+ polygon,
43
+ polygonMumbai,
44
+ polygonZkEvmTestnet,
45
+ sepolia,
46
+ taraxa,
47
+ taraxaTestnet,
48
+ telos,
49
+ telosTestnet,
50
+ zkSync,
51
+ zkSyncTestnet
52
+ } from "./chunk-FCJXFFXS.js";
53
+ import "./chunk-MQXBDTVK.js";
54
+ export {
55
+ arbitrum,
56
+ arbitrumGoerli,
57
+ aurora,
58
+ auroraTestnet,
59
+ avalanche,
60
+ avalancheFuji,
61
+ baseGoerli,
62
+ bronos,
63
+ bronosTestnet,
64
+ bsc,
65
+ bscTestnet,
66
+ canto,
67
+ celo,
68
+ celoAlfajores,
69
+ crossbell,
70
+ evmos,
71
+ evmosTestnet,
72
+ fantom,
73
+ fantomTestnet,
74
+ filecoin,
75
+ filecoinCalibration,
76
+ filecoinHyperspace,
77
+ foundry,
78
+ gnosis,
79
+ gnosisChiado,
80
+ goerli,
81
+ hardhat,
82
+ harmonyOne,
83
+ iotex,
84
+ iotexTestnet,
85
+ localhost,
86
+ mainnet,
87
+ metis,
88
+ metisGoerli,
89
+ moonbaseAlpha,
90
+ moonbeam,
91
+ moonriver,
92
+ okc,
93
+ optimism,
94
+ optimismGoerli,
95
+ polygon,
96
+ polygonMumbai,
97
+ polygonZkEvmTestnet,
98
+ sepolia,
99
+ taraxa,
100
+ taraxaTestnet,
101
+ telos,
102
+ telosTestnet,
103
+ zkSync,
104
+ zkSyncTestnet
105
+ };