Skip to content
2 changes: 1 addition & 1 deletion rust/lit-node/lit-node/src/git_info.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const GIT_COMMIT_HASH: &str = "54d2b195ed373e9067276959ef9252fecf054b20";
pub const GIT_COMMIT_HASH: &str = "80f577942b55d73fb4cff09b235d3d9e9c48a1e5";
3 changes: 3 additions & 0 deletions rust/lit-node/lit-sdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Lit Low-Level SDK

This is the low-level SDK for the Lit Node. It is used to interact with the Lit Node API. It is not recommended to use this SDK for end users. Instead, you should use the [Lit Rust SDK](https://github.com/LIT-Protocol/lit-rust-sdk) which is a higher-level SDK that includes this low-level one as a dependency, and is easier to use, with an API that closely matches the [Lit JS SDK API](https://naga.developer.litprotocol.com/sdk/introduction).