-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(protocol): rename a few addresses based on David's feedback (#1…
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ pragma solidity 0.8.24; | |
/// @title LibStrings | ||
/// @custom:security-contact [email protected] | ||
library LibStrings { | ||
bytes32 internal constant B_CHAIN_PAUSER = bytes32("chain_pauser"); | ||
bytes32 internal constant B_CHAIN_WATCHDOG = bytes32("chain_watchdog"); | ||
bytes32 internal constant B_WITHDRAWER = bytes32("withdrawer"); | ||
bytes32 internal constant B_PROPOSER = bytes32("proposer"); | ||
bytes32 internal constant B_PROPOSER_ONE = bytes32("proposer_one"); | ||
|
@@ -19,7 +19,7 @@ library LibStrings { | |
bytes32 internal constant B_ERC721_VAULT = bytes32("erc721_vault"); | ||
bytes32 internal constant B_BRIDGED_ERC721 = bytes32("bridged_erc721"); | ||
bytes32 internal constant B_BRIDGE_WATCHDOG = bytes32("bridge_watchdog"); | ||
bytes32 internal constant B_ROLLUP_WATCHDOG = bytes32("rollup_watchdog"); | ||
bytes32 internal constant B_SGX_WATCHDOG = bytes32("sgx_watchdog"); | ||
bytes32 internal constant B_TIER_PROVIDER = bytes32("tier_provider"); | ||
bytes32 internal constant B_TIER_SGX = bytes32("tier_sgx"); | ||
bytes32 internal constant B_TIER_SGX_ZKVM = bytes32("tier_sgx_zkvm"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters