Skip to content

Commit

Permalink
adding TokenBridge version for completeness (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedarkjester authored Sep 25, 2024
1 parent fc69c63 commit c37c904
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/contracts/tokenBridge/TokenBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ contract TokenBridge is
using Utils for *;
using SafeERC20Upgradeable for IERC20Upgradeable;

/// @dev This is the ABI version and not the reinitialize version.
string public constant CONTRACT_VERSION = "1.0";

bytes32 public constant SET_MESSAGE_SERVICE_ROLE = keccak256("SET_MESSAGE_SERVICE_ROLE");
bytes32 public constant SET_REMOTE_TOKENBRIDGE_ROLE = keccak256("SET_REMOTE_TOKENBRIDGE_ROLE");
bytes32 public constant SET_RESERVED_TOKEN_ROLE = keccak256("SET_RESERVED_TOKEN_ROLE");
Expand Down

0 comments on commit c37c904

Please sign in to comment.