@wagmi/core 0.8.13 → 0.8.14-cjs

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.
Files changed (34) hide show
  1. package/dist/chains.js +59 -59
  2. package/dist/chunk-7J7OLO4T.js +60 -60
  3. package/dist/{chunk-VRBYTA34.js → chunk-BTYZYIHC.js} +243 -245
  4. package/dist/chunk-BVC4KGLQ.js +8 -8
  5. package/dist/chunk-EQOEZP46.js +5 -5
  6. package/dist/chunk-KFW652VN.js +6 -6
  7. package/dist/chunk-KX4UEHS5.js +1 -0
  8. package/dist/chunk-MQXBDTVK.js +7 -7
  9. package/dist/connectors/coinbaseWallet.js +5 -5
  10. package/dist/connectors/index.js +9 -9
  11. package/dist/connectors/injected.js +7 -7
  12. package/dist/connectors/ledger.js +5 -5
  13. package/dist/connectors/metaMask.js +5 -5
  14. package/dist/connectors/mock.js +9 -9
  15. package/dist/connectors/walletConnect.js +5 -5
  16. package/dist/index.d.ts +4 -0
  17. package/dist/index.js +164 -164
  18. package/dist/internal/index.js +8 -8
  19. package/dist/internal/test.js +25 -25
  20. package/dist/providers/alchemy.js +11 -11
  21. package/dist/providers/infura.js +11 -11
  22. package/dist/providers/jsonRpc.js +8 -8
  23. package/dist/providers/public.js +7 -7
  24. package/internal/dist/wagmi-core-internal.cjs.d.ts +11 -0
  25. package/internal/dist/wagmi-core-internal.cjs.js +16 -0
  26. package/package.json +4 -5
  27. package/providers/alchemy/dist/wagmi-core-providers-alchemy.cjs.d.ts +11 -0
  28. package/providers/alchemy/dist/wagmi-core-providers-alchemy.cjs.js +16 -0
  29. package/providers/infura/dist/wagmi-core-providers-infura.cjs.d.ts +11 -0
  30. package/providers/infura/dist/wagmi-core-providers-infura.cjs.js +16 -0
  31. package/providers/jsonRpc/dist/wagmi-core-providers-jsonRpc.cjs.d.ts +11 -0
  32. package/providers/jsonRpc/dist/wagmi-core-providers-jsonRpc.cjs.js +16 -0
  33. package/providers/public/dist/wagmi-core-providers-public.cjs.d.ts +11 -0
  34. package/providers/public/dist/wagmi-core-providers-public.cjs.js +16 -0
package/dist/chains.js CHANGED
@@ -1,59 +1,59 @@
1
- import {
2
- arbitrum,
3
- arbitrumGoerli,
4
- avalanche,
5
- avalancheFuji,
6
- bsc,
7
- bscTestnet,
8
- evmos,
9
- evmosTestnet,
10
- fantom,
11
- fantomTestnet,
12
- foundry,
13
- gnosis,
14
- goerli,
15
- hardhat,
16
- iotex,
17
- iotexTestnet,
18
- localhost,
19
- mainnet,
20
- optimism,
21
- optimismGoerli,
22
- polygon,
23
- polygonMumbai,
24
- sepolia,
25
- taraxa,
26
- taraxaTestnet,
27
- zkSync,
28
- zkSyncTestnet
29
- } from "./chunk-7J7OLO4T.js";
30
- import "./chunk-MQXBDTVK.js";
31
- export {
32
- arbitrum,
33
- arbitrumGoerli,
34
- avalanche,
35
- avalancheFuji,
36
- bsc,
37
- bscTestnet,
38
- evmos,
39
- evmosTestnet,
40
- fantom,
41
- fantomTestnet,
42
- foundry,
43
- gnosis,
44
- goerli,
45
- hardhat,
46
- iotex,
47
- iotexTestnet,
48
- localhost,
49
- mainnet,
50
- optimism,
51
- optimismGoerli,
52
- polygon,
53
- polygonMumbai,
54
- sepolia,
55
- taraxa,
56
- taraxaTestnet,
57
- zkSync,
58
- zkSyncTestnet
59
- };
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,60 +1,60 @@
1
- // src/chains.ts
2
- import {
3
- arbitrum,
4
- arbitrumGoerli,
5
- avalanche,
6
- avalancheFuji,
7
- bsc,
8
- bscTestnet,
9
- evmos,
10
- evmosTestnet,
11
- fantom,
12
- fantomTestnet,
13
- foundry,
14
- goerli,
15
- gnosis,
16
- hardhat,
17
- iotex,
18
- iotexTestnet,
19
- localhost,
20
- mainnet,
21
- optimism,
22
- optimismGoerli,
23
- polygon,
24
- polygonMumbai,
25
- sepolia,
26
- taraxa,
27
- taraxaTestnet,
28
- zkSync,
29
- zkSyncTestnet
30
- } from "@wagmi/chains";
31
-
32
- export {
33
- arbitrum,
34
- arbitrumGoerli,
35
- avalanche,
36
- avalancheFuji,
37
- bsc,
38
- bscTestnet,
39
- evmos,
40
- evmosTestnet,
41
- fantom,
42
- fantomTestnet,
43
- foundry,
44
- goerli,
45
- gnosis,
46
- hardhat,
47
- iotex,
48
- iotexTestnet,
49
- localhost,
50
- mainnet,
51
- optimism,
52
- optimismGoerli,
53
- polygon,
54
- polygonMumbai,
55
- sepolia,
56
- taraxa,
57
- taraxaTestnet,
58
- zkSync,
59
- zkSyncTestnet
60
- };
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/chains.ts
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
+
30
+ var _chains = require('@wagmi/chains');
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
+
60
+ exports.arbitrum = _chains.arbitrum; exports.arbitrumGoerli = _chains.arbitrumGoerli; exports.avalanche = _chains.avalanche; exports.avalancheFuji = _chains.avalancheFuji; exports.bsc = _chains.bsc; exports.bscTestnet = _chains.bscTestnet; exports.evmos = _chains.evmos; exports.evmosTestnet = _chains.evmosTestnet; exports.fantom = _chains.fantom; exports.fantomTestnet = _chains.fantomTestnet; exports.foundry = _chains.foundry; exports.goerli = _chains.goerli; exports.gnosis = _chains.gnosis; exports.hardhat = _chains.hardhat; exports.iotex = _chains.iotex; exports.iotexTestnet = _chains.iotexTestnet; exports.localhost = _chains.localhost; exports.mainnet = _chains.mainnet; exports.optimism = _chains.optimism; exports.optimismGoerli = _chains.optimismGoerli; exports.polygon = _chains.polygon; exports.polygonMumbai = _chains.polygonMumbai; exports.sepolia = _chains.sepolia; exports.taraxa = _chains.taraxa; exports.taraxaTestnet = _chains.taraxaTestnet; exports.zkSync = _chains.zkSync; exports.zkSyncTestnet = _chains.zkSyncTestnet;