Skip to content

Commit

Permalink
Lido CSM (#49)
Browse files Browse the repository at this point in the history
* package: lido-csm-ssv init

* docs: lido_csm init

---------

Co-authored-by: tupakkatapa <jesse@ponkila.com>
  • Loading branch information
jhvst and tupakkatapa authored Nov 30, 2024
1 parent 2983669 commit d4a90ab
Show file tree
Hide file tree
Showing 9 changed files with 3,694 additions and 62 deletions.
729 changes: 729 additions & 0 deletions docs/lido_csm.md

Large diffs are not rendered by default.

339 changes: 277 additions & 62 deletions flake.lock

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions packages/lido-csm-ssv/.envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
fi

watch_file flake.nix
watch_file flake.lock
if ! use flake . --impure
then
echo "devenv could not be built. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2
fi
24 changes: 24 additions & 0 deletions packages/lido-csm-ssv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[package]
name = "examples-advanced"
publish.workspace = true
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true

[lints]
workspace = true

[dev-dependencies]
alloy.workspace = true

eyre.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }

[dependencies]
alloy-sol-types = { version = "0.8.0", features = [ "json"] }
Loading

0 comments on commit d4a90ab

Please sign in to comment.