Skip to content

Commit

Permalink
chore: update solana-axelar
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Felipe da Silva <[email protected]>
  • Loading branch information
frenzox committed Jan 7, 2025
1 parent 9fa9b33 commit dfbde96
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
36 changes: 19 additions & 17 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ relayer-amplifier-state = { git = "https://github.com/eigerco/axelar-relayer-cor
core-common-serde-utils = { git = "https://github.com/eigerco/axelar-relayer-core.git", package = "common-serde-utils", branch = "main" }

# Solana Gateway
axelar-solana-gateway = { git = "https://github.com/eigerco/solana-axelar.git", branch = "axelar-executable-updates", features = ["no-entrypoint"] }
axelar-solana-its = { git = "https://github.com/eigerco/solana-axelar.git", branch = "axelar-executable-updates", features = ["no-entrypoint"] }
axelar-solana-governance = { git = "https://github.com/eigerco/solana-axelar.git", branch = "axelar-executable-updates", features = ["no-entrypoint"] }
gateway-event-stack = { git = "https://github.com/eigerco/solana-axelar.git", branch = "axelar-executable-updates" }
axelar-solana-encoding = { git = "https://github.com/eigerco/solana-axelar.git", branch = "axelar-executable-updates" }
axelar-message-primitives = { git = "https://github.com/eigerco/solana-axelar.git", branch = "axelar-executable-updates" }
axelar-executable = { git = "https://github.com/eigerco/solana-axelar.git", branch = "axelar-executable-updates" }
its-instruction-builder = { git = "https://github.com/eigerco/solana-axelar.git", branch = "axelar-executable-updates" }
axelar-solana-gateway = { git = "https://github.com/eigerco/solana-axelar.git", branch = "main", features = ["no-entrypoint"] }
axelar-solana-its = { git = "https://github.com/eigerco/solana-axelar.git", branch = "main", features = ["no-entrypoint"] }
axelar-solana-governance = { git = "https://github.com/eigerco/solana-axelar.git", branch = "main", features = ["no-entrypoint"] }
gateway-event-stack = { git = "https://github.com/eigerco/solana-axelar.git", branch = "main" }
axelar-solana-encoding = { git = "https://github.com/eigerco/solana-axelar.git", branch = "main" }
axelar-message-primitives = { git = "https://github.com/eigerco/solana-axelar.git", branch = "main" }
axelar-executable = { git = "https://github.com/eigerco/solana-axelar.git", branch = "main" }
its-instruction-builder = { git = "https://github.com/eigerco/solana-axelar.git", branch = "main" }

# CLI
clap = { version = "4", features = ["derive"] }
Expand Down

0 comments on commit dfbde96

Please sign in to comment.