Skip to content

Commit

Permalink
proxy regen and sc-config proxy paths fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicalinluca committed May 10, 2024
1 parent fa90933 commit 3a75566
Show file tree
Hide file tree
Showing 16 changed files with 705 additions and 370 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion dex/farm-with-locked-rewards/sc-config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[[proxy]]
path = "../interactor/src/farm_with_locked_rewards_proxy.rs"
path = "../interactor/proxies/src/farm_with_locked_rewards_proxy.rs"
3 changes: 3 additions & 0 deletions dex/interactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ clap = { version = "4.4.7", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.6"

[dependencies.multiversx-sc]
version = "=0.50.0"

[dependencies.multiversx-sc-modules]
version = "=0.50.0"

Expand Down
Loading

0 comments on commit 3a75566

Please sign in to comment.