viem 0.4.0-main.20230424T233650 → 0.4.0-main.20230425T210344
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
@@ -40,6 +40,12 @@
|
|
40
40
|
</a>
|
41
41
|
</p>
|
42
42
|
|
43
|
+
<br>
|
44
|
+
|
45
|
+
> **Note**
|
46
|
+
>
|
47
|
+
> viem is in the Gitcoin Grants Beta Round until May 9. [Click here to support development.](https://explorer.gitcoin.co/#/round/1/0xdf22a2c8f6ba9376ff17ee13e6154b784ee92094/0xdf22a2c8f6ba9376ff17ee13e6154b784ee92094-4) Thank you 🙏
|
48
|
+
|
43
49
|
## Features
|
44
50
|
|
45
51
|
- Abstractions over the [JSON-RPC API](https://ethereum.org/en/developers/docs/apis/json-rpc/) to make your life easier
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '0.4.0-main.
|
1
|
+
export const version = '0.4.0-main.20230425T210344';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const version = "0.4.0-main.
|
1
|
+
export declare const version = "0.4.0-main.20230425T210344";
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
package/src/errors/version.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const version = '0.4.0-main.
|
1
|
+
export const version = '0.4.0-main.20230425T210344'
|