Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Aug 16, 2023
1 parent 5fa7d26 commit cda138a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ contract GovernanceChainSCMgmtActivationAction {
address public immutable securityCouncilManager;
IL2AddressRegistry public immutable l2AddressRegistry;

bytes32 immutable newConstitutionHash = 0x60acde40ad14f4ecdb1bea0704d1e3889264fb029231c9016352c670703b35d6;
bytes32 immutable newConstitutionHash =
0x60acde40ad14f4ecdb1bea0704d1e3889264fb029231c9016352c670703b35d6;

constructor(
IGnosisSafe _newEmergencySecurityCouncil,
Expand Down

0 comments on commit cda138a

Please sign in to comment.