Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix its hub chain name
Browse files Browse the repository at this point in the history
milapsheth committed Oct 11, 2024
1 parent b116bf8 commit 6de5453
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
@@ -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"axelarnet";
// 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";

0 comments on commit 6de5453

Please sign in to comment.