Skip to content

Commit

Permalink
feat: update axelar-solana deps
Browse files Browse the repository at this point in the history
bugfix on event parsing
  • Loading branch information
eloylp committed Jan 16, 2025
1 parent fb6bff4 commit bfa70ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ service-registry = { version = "^1.1.0", path = "contracts/service-registry" }
service-registry-api = { version = "^1.0.0", path = "packages/service-registry-api" }
sha3 = { version = "0.10.8", default-features = false, features = [] }
signature-verifier-api = { version = "^1.0.0", path = "packages/signature-verifier-api" }
axelar-solana-encoding = { git = "https://github.com/eigerco/solana-axelar.git", rev = "11334d8" }
gateway-event-stack = { git = "https://github.com/eigerco/solana-axelar.git", rev = "11334d8" }
axelar-solana-gateway = { git = "https://github.com/eigerco/solana-axelar.git", rev = "11334d8" }
axelar-solana-encoding = { git = "https://github.com/eigerco/solana-axelar.git", rev = "2688729" }
gateway-event-stack = { git = "https://github.com/eigerco/solana-axelar.git", rev = "2688729" }
axelar-solana-gateway = { git = "https://github.com/eigerco/solana-axelar.git", rev = "2688729" }
stellar = { version = "^1.0.0", path = "external-gateways/stellar" }
stellar-xdr = { version = "21.2.0" }
strum = { version = "0.25", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit bfa70ed

Please sign in to comment.