@wagmi/core 0.8.4 → 0.8.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, avalanche, avalancheFuji, bsc, bscTestnet, fantom, fantomTestnet, foundry, goerli, hardhat, localhost, mainnet, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet } from '@wagmi/chains';
|
|
1
|
+
export { Chain, arbitrum, arbitrumGoerli, avalanche, avalancheFuji, bsc, bscTestnet, evmos, evmosTestnet, fantom, fantomTestnet, foundry, gnosis, goerli, hardhat, localhost, mainnet, optimism, optimismGoerli, polygon, polygonMumbai, sepolia, taraxa, taraxaTestnet } from '@wagmi/chains';
|
package/dist/chains.js
CHANGED
|
@@ -5,9 +5,12 @@ import {
|
|
|
5
5
|
avalancheFuji,
|
|
6
6
|
bsc,
|
|
7
7
|
bscTestnet,
|
|
8
|
+
evmos,
|
|
9
|
+
evmosTestnet,
|
|
8
10
|
fantom,
|
|
9
11
|
fantomTestnet,
|
|
10
12
|
foundry,
|
|
13
|
+
gnosis,
|
|
11
14
|
goerli,
|
|
12
15
|
hardhat,
|
|
13
16
|
localhost,
|
|
@@ -19,7 +22,7 @@ import {
|
|
|
19
22
|
sepolia,
|
|
20
23
|
taraxa,
|
|
21
24
|
taraxaTestnet
|
|
22
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-R7R64MSS.js";
|
|
23
26
|
import "./chunk-MQXBDTVK.js";
|
|
24
27
|
export {
|
|
25
28
|
arbitrum,
|
|
@@ -28,9 +31,12 @@ export {
|
|
|
28
31
|
avalancheFuji,
|
|
29
32
|
bsc,
|
|
30
33
|
bscTestnet,
|
|
34
|
+
evmos,
|
|
35
|
+
evmosTestnet,
|
|
31
36
|
fantom,
|
|
32
37
|
fantomTestnet,
|
|
33
38
|
foundry,
|
|
39
|
+
gnosis,
|
|
34
40
|
goerli,
|
|
35
41
|
hardhat,
|
|
36
42
|
localhost,
|
|
@@ -6,10 +6,13 @@ import {
|
|
|
6
6
|
avalancheFuji,
|
|
7
7
|
bsc,
|
|
8
8
|
bscTestnet,
|
|
9
|
+
evmos,
|
|
10
|
+
evmosTestnet,
|
|
9
11
|
fantom,
|
|
10
12
|
fantomTestnet,
|
|
11
13
|
foundry,
|
|
12
14
|
goerli,
|
|
15
|
+
gnosis,
|
|
13
16
|
hardhat,
|
|
14
17
|
localhost,
|
|
15
18
|
mainnet,
|
|
@@ -29,10 +32,13 @@ export {
|
|
|
29
32
|
avalancheFuji,
|
|
30
33
|
bsc,
|
|
31
34
|
bscTestnet,
|
|
35
|
+
evmos,
|
|
36
|
+
evmosTestnet,
|
|
32
37
|
fantom,
|
|
33
38
|
fantomTestnet,
|
|
34
39
|
foundry,
|
|
35
40
|
goerli,
|
|
41
|
+
gnosis,
|
|
36
42
|
hardhat,
|
|
37
43
|
localhost,
|
|
38
44
|
mainnet,
|
package/dist/index.js
CHANGED
package/dist/internal/test.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import "../chunk-KFW652VN.js";
|
|
2
1
|
import "../chunk-KX4UEHS5.js";
|
|
3
2
|
import "../chunk-DYHSCPJD.js";
|
|
4
3
|
import {
|
|
@@ -7,9 +6,10 @@ import {
|
|
|
7
6
|
mainnet,
|
|
8
7
|
optimism,
|
|
9
8
|
polygon
|
|
10
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-R7R64MSS.js";
|
|
11
10
|
import "../chunk-BVC4KGLQ.js";
|
|
12
11
|
import "../chunk-EQOEZP46.js";
|
|
12
|
+
import "../chunk-KFW652VN.js";
|
|
13
13
|
import "../chunk-MQXBDTVK.js";
|
|
14
14
|
|
|
15
15
|
// test/utils.ts
|
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.8.
|
|
5
|
+
"version": "0.8.5",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/wagmi-dev/wagmi.git",
|
|
@@ -43,6 +43,10 @@
|
|
|
43
43
|
"types": "./dist/connectors/coinbaseWallet.d.ts",
|
|
44
44
|
"default": "./dist/connectors/coinbaseWallet.js"
|
|
45
45
|
},
|
|
46
|
+
"./connectors/injected": {
|
|
47
|
+
"types": "./dist/connectors/injected.d.ts",
|
|
48
|
+
"default": "./dist/connectors/injected.js"
|
|
49
|
+
},
|
|
46
50
|
"./connectors/ledger": {
|
|
47
51
|
"types": "./dist/connectors/ledger.d.ts",
|
|
48
52
|
"default": "./dist/connectors/ledger.js"
|
|
@@ -67,22 +71,22 @@
|
|
|
67
71
|
"types": "./dist/internal/test.d.ts",
|
|
68
72
|
"default": "./dist/internal/test.js"
|
|
69
73
|
},
|
|
70
|
-
"./providers/infura": {
|
|
71
|
-
"types": "./dist/providers/infura.d.ts",
|
|
72
|
-
"default": "./dist/providers/infura.js"
|
|
73
|
-
},
|
|
74
|
-
"./providers/public": {
|
|
75
|
-
"types": "./dist/providers/public.d.ts",
|
|
76
|
-
"default": "./dist/providers/public.js"
|
|
77
|
-
},
|
|
78
74
|
"./providers/alchemy": {
|
|
79
75
|
"types": "./dist/providers/alchemy.d.ts",
|
|
80
76
|
"default": "./dist/providers/alchemy.js"
|
|
81
77
|
},
|
|
78
|
+
"./providers/infura": {
|
|
79
|
+
"types": "./dist/providers/infura.d.ts",
|
|
80
|
+
"default": "./dist/providers/infura.js"
|
|
81
|
+
},
|
|
82
82
|
"./providers/jsonRpc": {
|
|
83
83
|
"types": "./dist/providers/jsonRpc.d.ts",
|
|
84
84
|
"default": "./dist/providers/jsonRpc.js"
|
|
85
85
|
},
|
|
86
|
+
"./providers/public": {
|
|
87
|
+
"types": "./dist/providers/public.d.ts",
|
|
88
|
+
"default": "./dist/providers/public.js"
|
|
89
|
+
},
|
|
86
90
|
"./package.json": "./package.json"
|
|
87
91
|
},
|
|
88
92
|
"sideEffects": false,
|
|
@@ -110,8 +114,8 @@
|
|
|
110
114
|
"abitype": "^0.2.5",
|
|
111
115
|
"eventemitter3": "^4.0.7",
|
|
112
116
|
"zustand": "^4.1.4",
|
|
113
|
-
"@wagmi/chains": "0.1.
|
|
114
|
-
"@wagmi/connectors": "0.1.
|
|
117
|
+
"@wagmi/chains": "0.1.5",
|
|
118
|
+
"@wagmi/connectors": "0.1.2"
|
|
115
119
|
},
|
|
116
120
|
"devDependencies": {
|
|
117
121
|
"@coinbase/wallet-sdk": "^3.6.0",
|