Skip to content

Commit

Permalink
add some changes for upgradability ot work with main
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Dec 13, 2024
1 parent 0b550c6 commit 393a494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions move/axelar_gateway/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2024"

[dependencies]
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.38.2" }
MoveStdlib = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "testnet-v1.38.2" }
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "mainnet-v1.38.3" }
MoveStdlib = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "mainnet-v1.38.3" }
VersionControl = { local = "../version_control" }
Utils = { local = "../utils" }

Expand Down
2 changes: 2 additions & 0 deletions move/axelar_gateway/sources/gateway.move
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ fun version_control(): VersionControl {
b"is_message_approved",
b"is_message_executed",
b"take_approved_message",
b"allow_function",
b"disallow_function",
].map!(|function_name| function_name.to_ascii_string()),
vector[
b"approve_messages",
Expand Down

0 comments on commit 393a494

Please sign in to comment.