Skip to content

Commit

Permalink
docs: update security contact for surge specific contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshuJalan committed Jan 9, 2025
1 parent 60dc55e commit 8825362
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/protocol/contracts/layer1/surge/SurgeTaikoL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import "../based/TaikoL1.sol";

/// @title SurgeTaikoL1
/// @dev Labeled in AddressResolver as "taiko"
/// @custom:security-contact [email protected]
contract SurgeTaikoL1 is TaikoL1 {
uint64 private immutable chainId;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import "../tiers/LibTiers.sol";
/// - Removed guardian tiers
/// - Only one proving tier i.e TWO_OF_THREE
/// - No contestation for the proof
/// @custom:security-contact [email protected]
abstract contract SurgeTierProviderBase is ITierProvider {
uint96 public constant BOND_UNIT = 0.04 ether;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import "./SurgeTierProviderBase.sol";
import "../tiers/ITierRouter.sol";

/// @title SurgeTierRouter
/// @custom:security-contact [email protected]
contract SurgeTierRouter is SurgeTierProviderBase, ITierRouter {
/// @inheritdoc ITierRouter
function getProvider(uint256) external view returns (address) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import "./ComposeVerifier.sol";

/// @title TwoOfThreeVerifier
/// @dev Surge: Allows using any two of the three verifier from SGX / RISC0 / SP1
/// @custom:security-contact [email protected]
contract TwoOfThreeVerifier is ComposeVerifier {
uint256[50] private __gap;

Expand Down

0 comments on commit 8825362

Please sign in to comment.