@wagmi/core 0.8.16-cjs → 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 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
@@ -1,59 +1,71 @@
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
- var _chunk7J7OLO4Tjs = require('./chunk-7J7OLO4T.js');
30
- require('./chunk-MQXBDTVK.js');
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
- exports.arbitrum = _chunk7J7OLO4Tjs.arbitrum; exports.arbitrumGoerli = _chunk7J7OLO4Tjs.arbitrumGoerli; exports.avalanche = _chunk7J7OLO4Tjs.avalanche; exports.avalancheFuji = _chunk7J7OLO4Tjs.avalancheFuji; exports.bsc = _chunk7J7OLO4Tjs.bsc; exports.bscTestnet = _chunk7J7OLO4Tjs.bscTestnet; exports.evmos = _chunk7J7OLO4Tjs.evmos; exports.evmosTestnet = _chunk7J7OLO4Tjs.evmosTestnet; exports.fantom = _chunk7J7OLO4Tjs.fantom; exports.fantomTestnet = _chunk7J7OLO4Tjs.fantomTestnet; exports.foundry = _chunk7J7OLO4Tjs.foundry; exports.gnosis = _chunk7J7OLO4Tjs.gnosis; exports.goerli = _chunk7J7OLO4Tjs.goerli; exports.hardhat = _chunk7J7OLO4Tjs.hardhat; exports.iotex = _chunk7J7OLO4Tjs.iotex; exports.iotexTestnet = _chunk7J7OLO4Tjs.iotexTestnet; exports.localhost = _chunk7J7OLO4Tjs.localhost; exports.mainnet = _chunk7J7OLO4Tjs.mainnet; exports.optimism = _chunk7J7OLO4Tjs.optimism; exports.optimismGoerli = _chunk7J7OLO4Tjs.optimismGoerli; exports.polygon = _chunk7J7OLO4Tjs.polygon; exports.polygonMumbai = _chunk7J7OLO4Tjs.polygonMumbai; exports.sepolia = _chunk7J7OLO4Tjs.sepolia; exports.taraxa = _chunk7J7OLO4Tjs.taraxa; exports.taraxaTestnet = _chunk7J7OLO4Tjs.taraxaTestnet; exports.zkSync = _chunk7J7OLO4Tjs.zkSync; exports.zkSyncTestnet = _chunk7J7OLO4Tjs.zkSyncTestnet;
1
+ import {
2
+ arbitrum,
3
+ arbitrumGoerli,
4
+ avalanche,
5
+ avalancheFuji,
6
+ bsc,
7
+ bscTestnet,
8
+ crossbell,
9
+ evmos,
10
+ evmosTestnet,
11
+ fantom,
12
+ fantomTestnet,
13
+ filecoin,
14
+ filecoinHyperspace,
15
+ foundry,
16
+ gnosis,
17
+ gnosisChiado,
18
+ goerli,
19
+ hardhat,
20
+ iotex,
21
+ iotexTestnet,
22
+ localhost,
23
+ mainnet,
24
+ metis,
25
+ metisGoerli,
26
+ optimism,
27
+ optimismGoerli,
28
+ polygon,
29
+ polygonMumbai,
30
+ sepolia,
31
+ taraxa,
32
+ taraxaTestnet,
33
+ zkSync,
34
+ zkSyncTestnet
35
+ } from "./chunk-BHJV5MXX.js";
36
+ import "./chunk-MQXBDTVK.js";
37
+ export {
38
+ arbitrum,
39
+ arbitrumGoerli,
40
+ avalanche,
41
+ avalancheFuji,
42
+ bsc,
43
+ bscTestnet,
44
+ crossbell,
45
+ evmos,
46
+ evmosTestnet,
47
+ fantom,
48
+ fantomTestnet,
49
+ filecoin,
50
+ filecoinHyperspace,
51
+ foundry,
52
+ gnosis,
53
+ gnosisChiado,
54
+ goerli,
55
+ hardhat,
56
+ iotex,
57
+ iotexTestnet,
58
+ localhost,
59
+ mainnet,
60
+ metis,
61
+ metisGoerli,
62
+ optimism,
63
+ optimismGoerli,
64
+ polygon,
65
+ polygonMumbai,
66
+ sepolia,
67
+ taraxa,
68
+ taraxaTestnet,
69
+ zkSync,
70
+ zkSyncTestnet
71
+ };
@@ -0,0 +1,72 @@
1
+ // src/chains.ts
2
+ import {
3
+ arbitrum,
4
+ arbitrumGoerli,
5
+ avalanche,
6
+ avalancheFuji,
7
+ bsc,
8
+ bscTestnet,
9
+ crossbell,
10
+ evmos,
11
+ evmosTestnet,
12
+ fantom,
13
+ fantomTestnet,
14
+ foundry,
15
+ goerli,
16
+ gnosis,
17
+ gnosisChiado,
18
+ hardhat,
19
+ filecoin,
20
+ filecoinHyperspace,
21
+ iotex,
22
+ iotexTestnet,
23
+ localhost,
24
+ mainnet,
25
+ metis,
26
+ metisGoerli,
27
+ optimism,
28
+ optimismGoerli,
29
+ polygon,
30
+ polygonMumbai,
31
+ sepolia,
32
+ taraxa,
33
+ taraxaTestnet,
34
+ zkSync,
35
+ zkSyncTestnet
36
+ } from "@wagmi/chains";
37
+
38
+ export {
39
+ arbitrum,
40
+ arbitrumGoerli,
41
+ avalanche,
42
+ avalancheFuji,
43
+ bsc,
44
+ bscTestnet,
45
+ crossbell,
46
+ evmos,
47
+ evmosTestnet,
48
+ fantom,
49
+ fantomTestnet,
50
+ foundry,
51
+ goerli,
52
+ gnosis,
53
+ gnosisChiado,
54
+ hardhat,
55
+ filecoin,
56
+ filecoinHyperspace,
57
+ iotex,
58
+ iotexTestnet,
59
+ localhost,
60
+ mainnet,
61
+ metis,
62
+ metisGoerli,
63
+ optimism,
64
+ optimismGoerli,
65
+ polygon,
66
+ polygonMumbai,
67
+ sepolia,
68
+ taraxa,
69
+ taraxaTestnet,
70
+ zkSync,
71
+ zkSyncTestnet
72
+ };
@@ -1,8 +1,8 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/connectors/index.ts
2
- var _connectors = require('@wagmi/connectors');
3
- var _injected = require('@wagmi/connectors/injected');
4
-
5
-
6
-
7
-
8
- exports.Connector = _connectors.Connector; exports.InjectedConnector = _injected.InjectedConnector;
1
+ // src/connectors/index.ts
2
+ import { Connector } from "@wagmi/connectors";
3
+ import { InjectedConnector } from "@wagmi/connectors/injected";
4
+
5
+ export {
6
+ Connector,
7
+ InjectedConnector
8
+ };
@@ -1,6 +1,6 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/connectors/injected.ts
2
- var _injected = require('@wagmi/connectors/injected');
1
+ // src/connectors/injected.ts
2
+ import { InjectedConnector } from "@wagmi/connectors/injected";
3
3
 
4
-
5
-
6
- exports.InjectedConnector = _injected.InjectedConnector;
4
+ export {
5
+ InjectedConnector
6
+ };
@@ -1,7 +1,7 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/connectors/mock.ts
2
- var _mock = require('@wagmi/connectors/mock');
1
+ // src/connectors/mock.ts
2
+ import { MockConnector, MockProvider } from "@wagmi/connectors/mock";
3
3
 
4
-
5
-
6
-
7
- exports.MockConnector = _mock.MockConnector; exports.MockProvider = _mock.MockProvider;
4
+ export {
5
+ MockConnector,
6
+ MockProvider
7
+ };
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});var __accessCheck = (obj, member, msg) => {
1
+ var __accessCheck = (obj, member, msg) => {
2
2
  if (!member.has(obj))
3
3
  throw TypeError("Cannot " + msg);
4
4
  };
@@ -21,9 +21,9 @@ var __privateMethod = (obj, member, method) => {
21
21
  return method;
22
22
  };
23
23
 
24
-
25
-
26
-
27
-
28
-
29
- exports.__privateGet = __privateGet; exports.__privateAdd = __privateAdd; exports.__privateSet = __privateSet; exports.__privateMethod = __privateMethod;
24
+ export {
25
+ __privateGet,
26
+ __privateAdd,
27
+ __privateSet,
28
+ __privateMethod
29
+ };