Skip to content

Commit

Permalink
Add signatures to the custom error
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok committed Sep 9, 2024
1 parent e8e3198 commit 72552a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions l1-contracts/contracts/common/L1ContractErrors.sol
Original file line number Diff line number Diff line change
Expand Up @@ -327,26 +327,26 @@ error ZeroAddress();
error ZeroBalance();
// 0xc84885d4
error ZeroChainId();

// 0x520aa59c
error PubdataIsEmpty();

// 0x99d8fec9
error EmptyData();

// 0xc99a8360
error UnsupportedCommitBatchEncoding(uint8 version);

// 0xe167e4a6
error UnsupportedProofBatchEncoding(uint8 version);

// 0xe8e3f6f4
error UnsupportedExecuteBatchEncoding(uint8 version);

// 0xd7d93e1f
error IncorrectBatchBounds(
uint256 processFromExpected,
uint256 processToExpected,
uint256 processFromProvided,
uint256 processToProvided
);

// 0x04a0b7e9
error AssetIdNotSupported(bytes32 assetId);

// 0x64107968
error AssetHandlerNotRegistered(bytes32 assetId);

enum SharedBridgeKey {
Expand Down

0 comments on commit 72552a5

Please sign in to comment.