@xylabs/eth-address 6.0.10 → 6.1.0
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 +6 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xylabs.com)
|
|
2
|
+
|
|
1
3
|
# @xylabs/eth-address
|
|
2
4
|
|
|
3
5
|
[![npm][npm-badge]][npm-link]
|
|
@@ -334,8 +336,12 @@ function padHex(hex, byteCount?): string;
|
|
|
334
336
|
|
|
335
337
|
`string`
|
|
336
338
|
|
|
339
|
+
## Credits
|
|
340
|
+
|
|
341
|
+
[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
|
|
337
342
|
|
|
338
343
|
[npm-badge]: https://img.shields.io/npm/v/@xylabs/eth-address.svg
|
|
339
344
|
[npm-link]: https://www.npmjs.com/package/@xylabs/eth-address
|
|
340
345
|
[license-badge]: https://img.shields.io/npm/l/@xylabs/eth-address.svg
|
|
341
346
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
347
|
+
[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/eth-address",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eth",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"README.md"
|
|
44
44
|
],
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/assert": "~6.0
|
|
46
|
+
"@xylabs/assert": "~6.1.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@xylabs/toolchain": "^8.1.
|
|
50
|
-
"@xylabs/tsconfig": "^8.1.
|
|
49
|
+
"@xylabs/toolchain": "^8.1.20",
|
|
50
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
51
51
|
"eslint": "^10.4.1",
|
|
52
52
|
"ethers": "^6.16.0",
|
|
53
53
|
"typescript": "^6.0.3",
|