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 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:
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '0.0.0-main.20231102T234922';
4
+ exports.version = '0.0.0-main.20231102T235853';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export const version = '0.0.0-main.20231102T234922';
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.20231102T234922";
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.20231102T234922'
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.20231102T234922",
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",