@wagmi/core 0.9.4 → 0.9.5

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, 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, okc, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, telos, telosTestnet, 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, filecoinCalibration, filecoinHyperspace, foundry, gnosis, gnosisChiado, goerli, hardhat, iotex, iotexTestnet, localhost, mainnet, metis, metisGoerli, moonbaseAlpha, moonbeam, moonriver, okc, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, telos, telosTestnet, zkSync, zkSyncTestnet } from '@wagmi/chains';
package/dist/chains.js CHANGED
@@ -18,6 +18,7 @@ import {
18
18
  fantom,
19
19
  fantomTestnet,
20
20
  filecoin,
21
+ filecoinCalibration,
21
22
  filecoinHyperspace,
22
23
  foundry,
23
24
  gnosis,
@@ -30,6 +31,9 @@ import {
30
31
  mainnet,
31
32
  metis,
32
33
  metisGoerli,
34
+ moonbaseAlpha,
35
+ moonbeam,
36
+ moonriver,
33
37
  okc,
34
38
  optimism,
35
39
  optimismGoerli,
@@ -42,7 +46,7 @@ import {
42
46
  telosTestnet,
43
47
  zkSync,
44
48
  zkSyncTestnet
45
- } from "./chunk-LH5WKLUU.js";
49
+ } from "./chunk-MN5P7SA4.js";
46
50
  import "./chunk-MQXBDTVK.js";
47
51
  export {
48
52
  arbitrum,
@@ -64,6 +68,7 @@ export {
64
68
  fantom,
65
69
  fantomTestnet,
66
70
  filecoin,
71
+ filecoinCalibration,
67
72
  filecoinHyperspace,
68
73
  foundry,
69
74
  gnosis,
@@ -76,6 +81,9 @@ export {
76
81
  mainnet,
77
82
  metis,
78
83
  metisGoerli,
84
+ moonbaseAlpha,
85
+ moonbeam,
86
+ moonriver,
79
87
  okc,
80
88
  optimism,
81
89
  optimismGoerli,
@@ -19,6 +19,7 @@ import {
19
19
  fantom,
20
20
  fantomTestnet,
21
21
  filecoin,
22
+ filecoinCalibration,
22
23
  filecoinHyperspace,
23
24
  foundry,
24
25
  goerli,
@@ -31,6 +32,9 @@ import {
31
32
  mainnet,
32
33
  metis,
33
34
  metisGoerli,
35
+ moonbaseAlpha,
36
+ moonbeam,
37
+ moonriver,
34
38
  okc,
35
39
  optimism,
36
40
  optimismGoerli,
@@ -65,6 +69,7 @@ export {
65
69
  fantom,
66
70
  fantomTestnet,
67
71
  filecoin,
72
+ filecoinCalibration,
68
73
  filecoinHyperspace,
69
74
  foundry,
70
75
  goerli,
@@ -77,6 +82,9 @@ export {
77
82
  mainnet,
78
83
  metis,
79
84
  metisGoerli,
85
+ moonbaseAlpha,
86
+ moonbeam,
87
+ moonriver,
80
88
  okc,
81
89
  optimism,
82
90
  optimismGoerli,
package/dist/index.js CHANGED
@@ -76,7 +76,7 @@ import {
76
76
  import {
77
77
  goerli,
78
78
  mainnet
79
- } from "./chunk-LH5WKLUU.js";
79
+ } from "./chunk-MN5P7SA4.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-LH5WKLUU.js";
9
+ } from "../chunk-MN5P7SA4.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.4",
5
+ "version": "0.9.5",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/wagmi-dev/wagmi.git",
@@ -114,8 +114,8 @@
114
114
  "abitype": "^0.3.0",
115
115
  "eventemitter3": "^4.0.7",
116
116
  "zustand": "^4.3.1",
117
- "@wagmi/chains": "0.2.6",
118
- "@wagmi/connectors": "0.2.4"
117
+ "@wagmi/chains": "0.2.7",
118
+ "@wagmi/connectors": "0.2.5"
119
119
  },
120
120
  "devDependencies": {
121
121
  "ethers": "^5.7.1"