@ssv-labs/ssv-sdk 0.0.1 → 0.0.2
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 +1 -1
- package/package.json +1 -10
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
## Overview
|
|
16
16
|
|
|
17
|
-
The SSV SDK is a TypeScript library for interacting with the SSV
|
|
17
|
+
The SSV SDK is a TypeScript library for interacting with the SSV network, enabling distributed validator operations on Ethereum.
|
|
18
18
|
|
|
19
19
|
## Core Modules
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ssv-labs/ssv-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"author": "SSV.Labs",
|
|
5
5
|
"description": "ssv labs sdk",
|
|
6
6
|
"keywords": [
|
|
@@ -113,16 +113,7 @@
|
|
|
113
113
|
"node": ">=18.0.0"
|
|
114
114
|
},
|
|
115
115
|
"dependencies": {
|
|
116
|
-
"@chainsafe/bls": "^8.1.0",
|
|
117
|
-
"@chainsafe/bls-keygen": "^0.4.0",
|
|
118
|
-
"@chainsafe/bls-keystore": "^3.1.0",
|
|
119
|
-
"@chainsafe/blst": "^2.2.0",
|
|
120
|
-
"@chainsafe/ssz": "^0.18.0",
|
|
121
116
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
122
|
-
"@lodestar/config": "^1.22.0",
|
|
123
|
-
"@lodestar/params": "^1.22.0",
|
|
124
|
-
"@lodestar/state-transition": "^1.22.0",
|
|
125
|
-
"@lodestar/types": "^1.22.0",
|
|
126
117
|
"@safe-global/protocol-kit": "^5.0.3",
|
|
127
118
|
"abitype": "^1.0.6",
|
|
128
119
|
"dotenv": "^16.4.5",
|