Skip to content

Commit

Permalink
cleaning ampd
Browse files Browse the repository at this point in the history
  • Loading branch information
anstylian committed Feb 12, 2025
1 parent 1b3451a commit 4d47feb
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 90 deletions.
124 changes: 101 additions & 23 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion ampd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ serde_json = { workspace = true }
serde_with = "3.2.0"
service-registry-api = { workspace = true }
sha3 = { workspace = true }
snarkvm = "1.1.0"
# snarkvm = "1.1.0"
solabi = "0.2.0"
stellar = { workspace = true }
stellar-rpc-client = "21.4.0"
Expand All @@ -81,6 +81,8 @@ valuable-serde = { version = "0.1.0", features = ["std"] }
voting-verifier = { workspace = true }
aleo-gateway = { workspace = true }
snarkvm-cosmwasm = { workspace = true }
# aleo-parser = { path = "../../axelar-aleo/crates/aleo-parser" }
aleo-parser = { git = "ssh://git@github.com/eigerco/axelar-aleo.git", branch = "aleo-helper-libs" }

[dev-dependencies]
assert_ok = { workspace = true }
Expand Down
Loading

0 comments on commit 4d47feb

Please sign in to comment.