essential-eth 0.4.5 โ 0.4.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/lib/cjs/classes/test/Contract/ens-abi.d.ts +2 -0
- package/lib/cjs/classes/test/Contract/ens-abi.js +453 -0
- package/lib/cjs/classes/utils/clean-block.js +1 -0
- package/lib/cjs/classes/utils/encode-decode-transaction.js +5 -0
- package/lib/cjs/providers/utils/chains-info.d.ts +105 -1
- package/lib/cjs/providers/utils/chains-info.js +321 -9
- package/lib/cjs/types/Contract.types.d.ts +2 -0
- package/lib/esm/classes/test/Contract/ens-abi.d.ts +2 -0
- package/lib/esm/classes/test/Contract/ens-abi.js +435 -0
- package/lib/esm/classes/utils/clean-block.js +1 -0
- package/lib/esm/classes/utils/encode-decode-transaction.js +5 -0
- package/lib/esm/providers/utils/chains-info.d.ts +105 -1
- package/lib/esm/providers/utils/chains-info.js +321 -9
- package/lib/esm/types/Contract.types.d.ts +2 -0
- package/package.json +20 -18
- package/readme.md +11 -2
package/readme.md
CHANGED
|
@@ -12,10 +12,19 @@
|
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
|
+
|
|
16
|
+
<br>
|
|
17
|
+
|
|
18
|
+
## Why you should replace Ethers.js and web3
|
|
19
|
+
|
|
15
20
|
<p align="center">
|
|
16
|
-
<img src="https://user-images.githubusercontent.com/3408480/133322814-f3d18424-4ba8-4a37-8cbc-c5e6828354a3.png" title="
|
|
21
|
+
<img src="https://user-images.githubusercontent.com/3408480/133322814-f3d18424-4ba8-4a37-8cbc-c5e6828354a3.png" title="Import size comparison" width="900"/>
|
|
17
22
|
</p>
|
|
18
23
|
|
|
24
|
+

|
|
25
|
+
|
|
26
|
+

|
|
27
|
+
|
|
19
28
|
---
|
|
20
29
|
|
|
21
30
|
<br>
|
|
@@ -26,7 +35,7 @@
|
|
|
26
35
|
- ๐งช Tested to match both `web3` and `ethers`
|
|
27
36
|
- ๐ฒ Tree-shaking and no side-effects
|
|
28
37
|
- ๐ Supports multiple JS versions (CommonJS and ESM)
|
|
29
|
-
- โ
Node 14, 12, & 10
|
|
38
|
+
- โ
Node 16, 14, 12, & 10
|
|
30
39
|
- โ
Web
|
|
31
40
|
|
|
32
41
|
<br/>
|