@wagmi/core 0.9.2 → 0.9.3

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, 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, okc, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet, telos, telosTestnet, zkSync, zkSyncTestnet } from '@wagmi/chains';
package/dist/chains.js CHANGED
@@ -38,9 +38,11 @@ import {
38
38
  sepolia,
39
39
  taraxa,
40
40
  taraxaTestnet,
41
+ telos,
42
+ telosTestnet,
41
43
  zkSync,
42
44
  zkSyncTestnet
43
- } from "./chunk-4XWPOWOL.js";
45
+ } from "./chunk-LH5WKLUU.js";
44
46
  import "./chunk-MQXBDTVK.js";
45
47
  export {
46
48
  arbitrum,
@@ -82,6 +84,8 @@ export {
82
84
  sepolia,
83
85
  taraxa,
84
86
  taraxaTestnet,
87
+ telos,
88
+ telosTestnet,
85
89
  zkSync,
86
90
  zkSyncTestnet
87
91
  };
@@ -39,6 +39,8 @@ import {
39
39
  sepolia,
40
40
  taraxa,
41
41
  taraxaTestnet,
42
+ telos,
43
+ telosTestnet,
42
44
  zkSync,
43
45
  zkSyncTestnet
44
46
  } from "@wagmi/chains";
@@ -83,6 +85,8 @@ export {
83
85
  sepolia,
84
86
  taraxa,
85
87
  taraxaTestnet,
88
+ telos,
89
+ telosTestnet,
86
90
  zkSync,
87
91
  zkSyncTestnet
88
92
  };
package/dist/index.js CHANGED
@@ -76,7 +76,7 @@ import {
76
76
  import {
77
77
  goerli,
78
78
  mainnet
79
- } from "./chunk-4XWPOWOL.js";
79
+ } from "./chunk-LH5WKLUU.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-4XWPOWOL.js";
9
+ } from "../chunk-LH5WKLUU.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.2",
5
+ "version": "0.9.3",
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.4",
114
- "@wagmi/connectors": "0.2.2"
113
+ "@wagmi/chains": "0.2.5",
114
+ "@wagmi/connectors": "0.2.3"
115
115
  },
116
116
  "devDependencies": {
117
117
  "ethers": "^5.7.1"