@wagmi/core 0.9.0 → 0.9.1

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 CHANGED
@@ -1 +1 @@
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';
1
+ export { Chain, arbitrum, arbitrumGoerli, aurora, auroraTestnet, avalanche, avalancheFuji, bronos, bronosTestnet, bsc, bscTestnet, canto, celo, celoAlfajores, 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
@@ -1,10 +1,17 @@
1
1
  import {
2
2
  arbitrum,
3
3
  arbitrumGoerli,
4
+ aurora,
5
+ auroraTestnet,
4
6
  avalanche,
5
7
  avalancheFuji,
8
+ bronos,
9
+ bronosTestnet,
6
10
  bsc,
7
11
  bscTestnet,
12
+ canto,
13
+ celo,
14
+ celoAlfajores,
8
15
  crossbell,
9
16
  evmos,
10
17
  evmosTestnet,
@@ -32,15 +39,22 @@ import {
32
39
  taraxaTestnet,
33
40
  zkSync,
34
41
  zkSyncTestnet
35
- } from "./chunk-BHJV5MXX.js";
42
+ } from "./chunk-CFHHDKLH.js";
36
43
  import "./chunk-MQXBDTVK.js";
37
44
  export {
38
45
  arbitrum,
39
46
  arbitrumGoerli,
47
+ aurora,
48
+ auroraTestnet,
40
49
  avalanche,
41
50
  avalancheFuji,
51
+ bronos,
52
+ bronosTestnet,
42
53
  bsc,
43
54
  bscTestnet,
55
+ canto,
56
+ celo,
57
+ celoAlfajores,
44
58
  crossbell,
45
59
  evmos,
46
60
  evmosTestnet,
@@ -2,22 +2,29 @@
2
2
  import {
3
3
  arbitrum,
4
4
  arbitrumGoerli,
5
+ aurora,
6
+ auroraTestnet,
5
7
  avalanche,
6
8
  avalancheFuji,
9
+ bronos,
10
+ bronosTestnet,
7
11
  bsc,
8
12
  bscTestnet,
13
+ canto,
14
+ celo,
15
+ celoAlfajores,
9
16
  crossbell,
10
17
  evmos,
11
18
  evmosTestnet,
12
19
  fantom,
13
20
  fantomTestnet,
21
+ filecoin,
22
+ filecoinHyperspace,
14
23
  foundry,
15
24
  goerli,
16
25
  gnosis,
17
26
  gnosisChiado,
18
27
  hardhat,
19
- filecoin,
20
- filecoinHyperspace,
21
28
  iotex,
22
29
  iotexTestnet,
23
30
  localhost,
@@ -38,22 +45,29 @@ import {
38
45
  export {
39
46
  arbitrum,
40
47
  arbitrumGoerli,
48
+ aurora,
49
+ auroraTestnet,
41
50
  avalanche,
42
51
  avalancheFuji,
52
+ bronos,
53
+ bronosTestnet,
43
54
  bsc,
44
55
  bscTestnet,
56
+ canto,
57
+ celo,
58
+ celoAlfajores,
45
59
  crossbell,
46
60
  evmos,
47
61
  evmosTestnet,
48
62
  fantom,
49
63
  fantomTestnet,
64
+ filecoin,
65
+ filecoinHyperspace,
50
66
  foundry,
51
67
  goerli,
52
68
  gnosis,
53
69
  gnosisChiado,
54
70
  hardhat,
55
- filecoin,
56
- filecoinHyperspace,
57
71
  iotex,
58
72
  iotexTestnet,
59
73
  localhost,
package/dist/index.js CHANGED
@@ -76,7 +76,7 @@ import {
76
76
  import {
77
77
  goerli,
78
78
  mainnet
79
- } from "./chunk-BHJV5MXX.js";
79
+ } from "./chunk-CFHHDKLH.js";
80
80
  import {
81
81
  Connector
82
82
  } from "./chunk-BVC4KGLQ.js";
@@ -6,7 +6,7 @@ import {
6
6
  mainnet,
7
7
  optimism,
8
8
  polygon
9
- } from "../chunk-BHJV5MXX.js";
9
+ } from "../chunk-CFHHDKLH.js";
10
10
  import "../chunk-BVC4KGLQ.js";
11
11
  import "../chunk-EQOEZP46.js";
12
12
  import "../chunk-KFW652VN.js";
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.9.0",
5
+ "version": "0.9.1",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/wagmi-dev/wagmi.git",
@@ -110,8 +110,8 @@
110
110
  "abitype": "^0.3.0",
111
111
  "eventemitter3": "^4.0.7",
112
112
  "zustand": "^4.3.1",
113
- "@wagmi/chains": "0.2.0",
114
- "@wagmi/connectors": "0.2.0"
113
+ "@wagmi/chains": "0.2.3",
114
+ "@wagmi/connectors": "0.2.1"
115
115
  },
116
116
  "devDependencies": {
117
117
  "ethers": "^5.7.1"