viem 0.0.0-main.20230525T071713 → 0.0.0-main.20230525T175642
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.
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20230525T175642';
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/dist/types/chains.d.ts
CHANGED
@@ -987,8 +987,8 @@ export declare const goerli: {
|
|
987
987
|
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
988
988
|
};
|
989
989
|
readonly ensUniversalResolver: {
|
990
|
-
readonly address: "
|
991
|
-
readonly blockCreated:
|
990
|
+
readonly address: "0xA292E2E58d4ddEb29C33c63173d0E8B7a2A4c62e";
|
991
|
+
readonly blockCreated: 8610406;
|
992
992
|
};
|
993
993
|
readonly multicall3: {
|
994
994
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
@@ -1183,8 +1183,8 @@ export declare const mainnet: {
|
|
1183
1183
|
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
1184
1184
|
};
|
1185
1185
|
readonly ensUniversalResolver: {
|
1186
|
-
readonly address: "
|
1187
|
-
readonly blockCreated:
|
1186
|
+
readonly address: "0xE4Acdd618deED4e6d2f03b9bf62dc6118FC9A4da";
|
1187
|
+
readonly blockCreated: 16773775;
|
1188
1188
|
};
|
1189
1189
|
readonly multicall3: {
|
1190
1190
|
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "0.0.0-main.
|
1
|
+
export declare const version = "0.0.0-main.20230525T175642";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
@@ -7,12 +7,12 @@
|
|
7
7
|
"@noble/hashes": "1.3.0",
|
8
8
|
"@scure/bip32": "1.3.0",
|
9
9
|
"@scure/bip39": "1.2.0",
|
10
|
-
"@wagmi/chains": "0.3.
|
10
|
+
"@wagmi/chains": "0.3.1",
|
11
11
|
"abitype": "0.8.2",
|
12
12
|
"isomorphic-ws": "5.0.0",
|
13
13
|
"ws": "8.12.0"
|
14
14
|
},
|
15
|
-
"version": "0.0.0-main.
|
15
|
+
"version": "0.0.0-main.20230525T175642",
|
16
16
|
"files": [
|
17
17
|
"dist",
|
18
18
|
"!dist/**/*.tsbuildinfo",
|
package/src/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20230525T175642'
|