We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c1382 commit 3f49ab7Copy full SHA for 3f49ab7
contracts/AgglayerManager.sol
@@ -252,7 +252,7 @@ contract AgglayerManager is
252
keccak256("EMERGENCY_COUNCIL_ADMIN");
253
254
// Current rollup manager version
255
- string public constant ROLLUP_MANAGER_VERSION = "v1.0.0";
+ string public constant ROLLUP_MANAGER_VERSION = "v2.0.0";
256
257
// Hardcoded address used to indicate that this address triggered in an event should not be considered as valid.
258
address private constant _NO_ADDRESS =
0 commit comments