viem 0.0.0-main.20231102T234922 → 0.0.0-main.20231102T235853
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/README.md +4 -0
- package/_cjs/errors/version.js +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/errors/version.ts +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
@@ -79,6 +79,10 @@ const client = createPublicClient({
|
|
79
79
|
const blockNumber = await client.getBlockNumber();
|
80
80
|
```
|
81
81
|
|
82
|
+
## Documentation
|
83
|
+
|
84
|
+
[Head to the documentation](https://viem.sh/docs) to read and learn more about viem.
|
85
|
+
|
82
86
|
## Community
|
83
87
|
|
84
88
|
Check out the following places for more viem-related content:
|
package/_cjs/errors/version.js
CHANGED
package/_esm/errors/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20231102T235853';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "0.0.0-main.
|
1
|
+
export declare const version = "0.0.0-main.20231102T235853";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '0.0.0-main.
|
1
|
+
export const version = '0.0.0-main.20231102T235853'
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "viem",
|
3
3
|
"description": "TypeScript Interface for Ethereum",
|
4
|
-
"version": "0.0.0-main.
|
4
|
+
"version": "0.0.0-main.20231102T235853",
|
5
5
|
"type": "module",
|
6
6
|
"main": "./_cjs/index.js",
|
7
7
|
"module": "./_esm/index.js",
|
@@ -144,6 +144,7 @@
|
|
144
144
|
"ws": "8.13.0"
|
145
145
|
},
|
146
146
|
"license": "MIT",
|
147
|
+
"homepage": "https://viem.sh",
|
147
148
|
"repository": "wagmi-dev/viem",
|
148
149
|
"authors": [
|
149
150
|
"awkweb.eth",
|