Skip to content

Commit

Permalink
Update move/its/sources/service.move
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
Foivos and milapsheth authored Sep 3, 2024
1 parent 9311e37 commit f688992
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions move/its/sources/service.move
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ module its::service {
const MESSAGE_TYPE_SEND_TO_HUB: u256 = 3;
const MESSAGE_TYPE_RECEIVE_FROM_HUB: u256 = 4;

/**
* @dev Chain name for Axelar. This is used for routing ITS calls via ITS hub on Axelar.
*/
// 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";

/**
Expand Down

0 comments on commit f688992

Please sign in to comment.