Files
linea-monorepo/config/common/smart-contract-errors.toml
kyzooghost 086c861f0b [Fix] Smart contract errors references (#721)
* update for smart-contract-errors.toml

* remove ref to deprecated errors in coordinator

* update bridge-ui abi
2025-02-27 20:11:02 +11:00

44 lines
1.6 KiB
TOML

##
# Smart contract error codes from:
# https://www.notion.so/consensys/Smart-Contracts-Error-Code-Registry-bb4bd68f8ddf4b0ba90000d1136e42ef
##
[smart-contract-errors]
# L1 Linea Rollup
"0f06cd15" = "DataAlreadySubmitted"
"c01eab56" = "EmptySubmissionData"
"36459fa0" = "L1RollingHashDoesNotExistOnL1"
"70614405" = "FinalBlockNumberLessThanOrEqualToLastFinalizedBlock"
"2898482a" = "FinalBlockStateEqualsZeroHash"
"bf81c6e0" = "FinalizationInTheFuture"
"0c256592" = "MissingMessageNumberForRollingHash"
"5228f4c8" = "MissingRollingHashForMessageNumber"
"729eebce" = "FirstByteIsNotZero"
"6426c6c5" = "BytesLengthNotMultipleOf32"
"68dcad5f" = "PointEvaluationResponseInvalid"
"f75db381" = "PrecompileReturnDataLengthWrong"
"a71194af" = "PointEvaluationFailed"
"bc5aad11" = "FinalizationStateIncorrect"
"b1504a5f" = "BlobSubmissionDataIsMissing"
"c0e41e1d" = "EmptyBlobDataAtIndex"
"d3664fb3" = "FinalShnarfWrong"
"4e686675" = "L2MerkleRootDoesNotExist"
"e5d14425" = "L2MerkleRootAlreadyAnchored"
"0c91d776" = "BytesLengthNotMultipleOfTwo"
"ead4c30e" = "StartingRootHashDoesNotMatch"
"7907d79b" = "ProofIsEmpty"
"69ed70ab" = "InvalidProofType"
"09bde339" = "InvalidProof"
"c0a71b58" = "IsPaused"
"18659654" = "IsNotPaused"
"ca389c44" = "InvalidProofOrProofVerificationRanOutOfGas"
"6e5424c2" = "ParentBlobNotSubmitted"
"edeae83c" = "FinalBlobNotSubmitted"
# L2 Message Service
"3b174434" = "MessageHashesListLengthHigherThanOneHundred"
"6446cc9c" = "MessageHashesListLengthIsZero"
"d39e75f9" = "L1MessageNumberSynchronizationWrong"
"7557a60a" = "L1RollingHashSynchronizationWrong"
"36a4bb94" = "FinalRollingHashIsZero"