@wagmi/core 0.9.5 → 0.9.6
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/internal/test.d.ts +8 -0
- package/package.json +3 -3
package/dist/internal/test.d.ts
CHANGED
|
@@ -43,6 +43,10 @@ declare const testChains: (Chain | {
|
|
|
43
43
|
readonly ensRegistry: {
|
|
44
44
|
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
45
45
|
};
|
|
46
|
+
readonly ensUniversalResolver: {
|
|
47
|
+
readonly address: "0x687c30Cc44bFA39A1449e86E172BF002E7b3f0b0";
|
|
48
|
+
readonly blockCreated: 7725078;
|
|
49
|
+
};
|
|
46
50
|
readonly multicall3: {
|
|
47
51
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
48
52
|
readonly blockCreated: 6507670;
|
|
@@ -88,6 +92,10 @@ declare const testChains: (Chain | {
|
|
|
88
92
|
readonly ensRegistry: {
|
|
89
93
|
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
90
94
|
};
|
|
95
|
+
readonly ensUniversalResolver: {
|
|
96
|
+
readonly address: "0x74E20Bd2A1fE0cdbe45b9A1d89cb7e0a45b36376";
|
|
97
|
+
readonly blockCreated: 16172161;
|
|
98
|
+
};
|
|
91
99
|
readonly multicall3: {
|
|
92
100
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
93
101
|
readonly blockCreated: 14353601;
|
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.
|
|
5
|
+
"version": "0.9.6",
|
|
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.
|
|
118
|
-
"@wagmi/connectors": "0.2.
|
|
117
|
+
"@wagmi/chains": "0.2.8",
|
|
118
|
+
"@wagmi/connectors": "0.2.6"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"ethers": "^5.7.1"
|