Skip to content

Commit

Permalink
Update SignalService.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Feb 13, 2024
1 parent 37260db commit ec8339e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/protocol/contracts/signal/SignalService.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ import "./ISignalService.sol";
/// @dev Labeled in AddressResolver as "signal_service"
/// @notice See the documentation in {ISignalService} for more details.
contract SignalService is EssentialContract, ISignalService {
using SafeCast for uint256;

struct HopProof {
uint64 chainId;
bool cacheChainData;
Expand All @@ -47,12 +45,9 @@ contract SignalService is EssentialContract, ISignalService {

error SS_EMPTY_PROOF();
error SS_INVALID_APP();
error SS_INVALID_HOP_PROOF();
error SS_INVALID_LAST_HOP_CHAINID();
error SS_INVALID_MID_HOP_CHAINID();
error SS_INVALID_PARAMS();
error SS_INVALID_PROOF();
error SS_INVALID_STATE_ROOT();
error SS_INVALID_SIGNAL();
error SS_LOCAL_CHAIN_DATA_NOT_FOUND();
error SS_UNSUPPORTED();
Expand Down

0 comments on commit ec8339e

Please sign in to comment.