Skip to content

Commit

Permalink
fix(protocol): revert B_TIER_OPTIMISTIC back to "" (#18446)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Nov 5, 2024
1 parent 3d077f8 commit 9549e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/shared/common/LibStrings.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library LibStrings {
bytes32 internal constant B_TAIKO_TOKEN = bytes32("taiko_token");
bytes32 internal constant B_TIER_GUARDIAN = bytes32("tier_guardian");
bytes32 internal constant B_TIER_GUARDIAN_MINORITY = bytes32("tier_guardian_minority");
bytes32 internal constant B_TIER_OPTIMISTIC = bytes32("tier_optimistic");
bytes32 internal constant B_TIER_OPTIMISTIC = bytes32("");
bytes32 internal constant B_TIER_ROUTER = bytes32("tier_router");
bytes32 internal constant B_TIER_SGX = bytes32("tier_sgx");
bytes32 internal constant B_TIER_TDX = bytes32("tier_tdx");
Expand Down

0 comments on commit 9549e7f

Please sign in to comment.