Skip to content

Commit

Permalink
fix: removed unused packages, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya committed Jan 20, 2025
1 parent 240b6c0 commit 7e2d6c4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 332 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## Overview

The SSV SDK is a TypeScript library for interacting with the SSV (Secret Shared Validator) network, enabling distributed validator operations on Ethereum.
The SSV SDK is a TypeScript library for interacting with the SSV network, enabling distributed validator operations on Ethereum.

## Core Modules

Expand Down
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ssv-labs/ssv-sdk",
"version": "0.0.1",
"version": "0.0.2",
"author": "SSV.Labs",
"description": "ssv labs sdk",
"keywords": [
Expand Down Expand Up @@ -113,16 +113,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@chainsafe/bls": "^8.1.0",
"@chainsafe/bls-keygen": "^0.4.0",
"@chainsafe/bls-keystore": "^3.1.0",
"@chainsafe/blst": "^2.2.0",
"@chainsafe/ssz": "^0.18.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@lodestar/config": "^1.22.0",
"@lodestar/params": "^1.22.0",
"@lodestar/state-transition": "^1.22.0",
"@lodestar/types": "^1.22.0",
"@safe-global/protocol-kit": "^5.0.3",
"abitype": "^1.0.6",
"dotenv": "^16.4.5",
Expand Down
Loading

0 comments on commit 7e2d6c4

Please sign in to comment.