-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConstants.sol
More file actions
17 lines (12 loc) · 834 Bytes
/
Constants.sol
File metadata and controls
17 lines (12 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity >=0.8.13 <0.9.0;
/// @dev The address of the system account on Noble.
address constant SYSTEM_ADDRESS = 0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE;
/// @dev The address of the Noble (ERC20) predeployed contract on Noble.
address constant TOKEN_ADDRESS = 0x6625300000000000000000000000000000000000;
/// @dev The address of the ConsensusInfo system contract on Noble.
address constant CONSENSUS_INFO_ADDRESS = 0x6625300000000000000000000000000000000001;
/// @dev The address of the ValidatorManager predeployed contract on Noble.
address constant VALIDATOR_MANAGER_ADDRESS = 0x6625300000000000000000000000000000000002;
/// @dev The address of the Registrar predeployed contract on Noble.
address constant REGISTRAR_ADDRESS = 0x6625300000000000000000000000000000000003;