Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid Ateir committed Dec 17, 2024
1 parent b7a8ff8 commit 90ec0c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l1-contracts/contracts/common/L1ContractErrors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ error FailedToTransferTokens(address tokenContract, address to, uint256 amount);
error FacetExists(bytes4 selector, address);
// 0x79e12cc3
error FacetIsFrozen(bytes4 func);
// 0xd37a223a
error FunctionNotSupported();
// 0xc91cf3b1
error GasPerPubdataMismatch();
Expand Down

0 comments on commit 90ec0c0

Please sign in to comment.