Skip to content

Commit

Permalink
Merge pull request #34 from hadronlabs-org/feat/LIDO-87-rewards-manager
Browse files Browse the repository at this point in the history
Rewards manager revamp
  • Loading branch information
oldremez authored Feb 12, 2024
2 parents bdb0d2a + 34dac6c commit 75e70d9
Show file tree
Hide file tree
Showing 36 changed files with 2,710 additions and 81 deletions.
193 changes: 183 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = [

"contracts/astroport-exchange-handler",
"contracts/stargate-poc",
"contracts/distribution",
"contracts/withdrawal-voucher",
Expand All @@ -11,6 +11,7 @@ members = [
"contracts/validators-stats",
"contracts/token",
"contracts/validators-set",
"contracts/rewards-manager",
"contracts/strategy",
"contracts/pump",
"contracts/hook-tester",
Expand Down Expand Up @@ -48,6 +49,9 @@ serde = { version = "1.0.127", default-features = false, features = ["derive"] }
serde-json-wasm = { version = "1.0.1" }
sha2 = { version = "0.10.8" }
bech32 = { version = "0.9.1" }
astroport = { version = "3.6.1" }
astroport-router = { version = "1.2.0" }
astroport-pair = { version = "1.5.0" }

lido-puppeteer-base = { path = "./packages/puppeteer-base", default-features = false }
lido-staking-base = { path = "./packages/base", default-features = false }
Expand Down
2 changes: 2 additions & 0 deletions contracts/astroport-exchange-handler/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[alias]
schema = "run --bin lido-astroport-exchange-handler-schema"
Loading

0 comments on commit 75e70d9

Please sign in to comment.