@wagmi/core 0.8.16 → 0.8.17
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 +13 -1
- package/dist/{chunk-7J7OLO4T.js → chunk-BHJV5MXX.js} +12 -0
- package/dist/index.js +1 -1
- package/dist/internal/test.js +1 -1
- package/package.json +2 -2
package/dist/chains.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bsc, bscTestnet, evmos, evmosTestnet, fantom, fantomTestnet, foundry, gnosis, goerli, hardhat, iotex, iotexTestnet, localhost, mainnet, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, zkSync, zkSyncTestnet } from '@wagmi/chains';
|
|
1
|
+
export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bsc, bscTestnet, crossbell, evmos, evmosTestnet, fantom, fantomTestnet, filecoin, filecoinHyperspace, foundry, gnosis, gnosisChiado, goerli, hardhat, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, zkSync, zkSyncTestnet } from '@wagmi/chains';
|
package/dist/chains.js
CHANGED
|
@@ -5,18 +5,24 @@ import {
|
|
|
5
5
|
avalancheFuji,
|
|
6
6
|
bsc,
|
|
7
7
|
bscTestnet,
|
|
8
|
+
crossbell,
|
|
8
9
|
evmos,
|
|
9
10
|
evmosTestnet,
|
|
10
11
|
fantom,
|
|
11
12
|
fantomTestnet,
|
|
13
|
+
filecoin,
|
|
14
|
+
filecoinHyperspace,
|
|
12
15
|
foundry,
|
|
13
16
|
gnosis,
|
|
17
|
+
gnosisChiado,
|
|
14
18
|
goerli,
|
|
15
19
|
hardhat,
|
|
16
20
|
iotex,
|
|
17
21
|
iotexTestnet,
|
|
18
22
|
localhost,
|
|
19
23
|
mainnet,
|
|
24
|
+
metis,
|
|
25
|
+
metisGoerli,
|
|
20
26
|
optimism,
|
|
21
27
|
optimismGoerli,
|
|
22
28
|
polygon,
|
|
@@ -26,7 +32,7 @@ import {
|
|
|
26
32
|
taraxaTestnet,
|
|
27
33
|
zkSync,
|
|
28
34
|
zkSyncTestnet
|
|
29
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-BHJV5MXX.js";
|
|
30
36
|
import "./chunk-MQXBDTVK.js";
|
|
31
37
|
export {
|
|
32
38
|
arbitrum,
|
|
@@ -35,18 +41,24 @@ export {
|
|
|
35
41
|
avalancheFuji,
|
|
36
42
|
bsc,
|
|
37
43
|
bscTestnet,
|
|
44
|
+
crossbell,
|
|
38
45
|
evmos,
|
|
39
46
|
evmosTestnet,
|
|
40
47
|
fantom,
|
|
41
48
|
fantomTestnet,
|
|
49
|
+
filecoin,
|
|
50
|
+
filecoinHyperspace,
|
|
42
51
|
foundry,
|
|
43
52
|
gnosis,
|
|
53
|
+
gnosisChiado,
|
|
44
54
|
goerli,
|
|
45
55
|
hardhat,
|
|
46
56
|
iotex,
|
|
47
57
|
iotexTestnet,
|
|
48
58
|
localhost,
|
|
49
59
|
mainnet,
|
|
60
|
+
metis,
|
|
61
|
+
metisGoerli,
|
|
50
62
|
optimism,
|
|
51
63
|
optimismGoerli,
|
|
52
64
|
polygon,
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
avalancheFuji,
|
|
7
7
|
bsc,
|
|
8
8
|
bscTestnet,
|
|
9
|
+
crossbell,
|
|
9
10
|
evmos,
|
|
10
11
|
evmosTestnet,
|
|
11
12
|
fantom,
|
|
@@ -13,11 +14,16 @@ import {
|
|
|
13
14
|
foundry,
|
|
14
15
|
goerli,
|
|
15
16
|
gnosis,
|
|
17
|
+
gnosisChiado,
|
|
16
18
|
hardhat,
|
|
19
|
+
filecoin,
|
|
20
|
+
filecoinHyperspace,
|
|
17
21
|
iotex,
|
|
18
22
|
iotexTestnet,
|
|
19
23
|
localhost,
|
|
20
24
|
mainnet,
|
|
25
|
+
metis,
|
|
26
|
+
metisGoerli,
|
|
21
27
|
optimism,
|
|
22
28
|
optimismGoerli,
|
|
23
29
|
polygon,
|
|
@@ -36,6 +42,7 @@ export {
|
|
|
36
42
|
avalancheFuji,
|
|
37
43
|
bsc,
|
|
38
44
|
bscTestnet,
|
|
45
|
+
crossbell,
|
|
39
46
|
evmos,
|
|
40
47
|
evmosTestnet,
|
|
41
48
|
fantom,
|
|
@@ -43,11 +50,16 @@ export {
|
|
|
43
50
|
foundry,
|
|
44
51
|
goerli,
|
|
45
52
|
gnosis,
|
|
53
|
+
gnosisChiado,
|
|
46
54
|
hardhat,
|
|
55
|
+
filecoin,
|
|
56
|
+
filecoinHyperspace,
|
|
47
57
|
iotex,
|
|
48
58
|
iotexTestnet,
|
|
49
59
|
localhost,
|
|
50
60
|
mainnet,
|
|
61
|
+
metis,
|
|
62
|
+
metisGoerli,
|
|
51
63
|
optimism,
|
|
52
64
|
optimismGoerli,
|
|
53
65
|
polygon,
|
package/dist/index.js
CHANGED
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": "0.8.
|
|
5
|
+
"version": "0.8.17",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/wagmi-dev/wagmi.git",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"abitype": "^0.2.5",
|
|
115
115
|
"eventemitter3": "^4.0.7",
|
|
116
116
|
"zustand": "^4.3.1",
|
|
117
|
-
"@wagmi/chains": "0.1.
|
|
117
|
+
"@wagmi/chains": "0.1.12",
|
|
118
118
|
"@wagmi/connectors": "0.1.9"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|