Skip to content

Commit

Permalink
fix(ITS)!: update ITS hub chain name (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Oct 16, 2024
1 parent 0340f8b commit 4296e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion move/its/sources/versioned/its_v0.move
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const MESSAGE_TYPE_RECEIVE_FROM_HUB: u256 = 4;
// === HUB CONSTANTS ===
// Chain name for Axelar. This is used for routing ITS calls via ITS hub on
// Axelar.
const ITS_HUB_CHAIN_NAME: vector<u8> = b"axelarnet";
const ITS_HUB_CHAIN_NAME: vector<u8> = b"axelar";
// Identifier to be used as destination address for chains that route to hub.
// For Sui this will probably be every supported chain.
const ITS_HUB_ROUTING_IDENTIFIER: vector<u8> = b"hub";
Expand Down

0 comments on commit 4296e36

Please sign in to comment.