Commit ab271ad6 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #7387 from ethereum-optimism/fix/gh-text-color-bug

contracts-bedrock: fix text coloring bug
parents f8be8695 1fa31d73
......@@ -97,7 +97,7 @@ contract Deploy is Deployer {
/// Using this helps to reduce config across networks as the implementation
/// addresses will be the same across networks when deployed with create2.
function implSalt() public returns (bytes32) {
return keccak256(bytes(vm.envOr("IMPL_SALT", string("ether's phoenix"))));
return keccak256(bytes(vm.envOr("IMPL_SALT", string("ethers phoenix"))));
}
/// @notice Modifier that wraps a function in broadcasting.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment