Skip to content

Commit

Permalink
Use new error code in Coordinator
Browse files Browse the repository at this point in the history
  • Loading branch information
thedarkjester committed Oct 22, 2024
1 parent 4286bdb commit c90a58c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/common/smart-contract-errors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
"b015579f" = "IsNotPaused"
"3b174434" = "MessageHashesListLengthHigherThanOneHundred"
"ca389c44" = "InvalidProofOrProofVerificationRanOutOfGas"
"42ab979d" = "ParentBlobNotSubmitted"
"edeae83c" = "FinalBlockNotSubmitted"
# L2 Message Service
"6446cc9c" = "MessageHashesListLengthIsZero"
"d39e75f9" = "L1MessageNumberSynchronizationWrong"
"7557a60a" = "L1RollingHashSynchronizationWrong"
"36a4bb94" = "FinalRollingHashIsZero"
"42ab979d" = "ParentBlobNotSubmitted"
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class CoordinatorConfigTest {
"3b174434" to "MessageHashesListLengthHigherThanOneHundred",
"ca389c44" to "InvalidProofOrProofVerificationRanOutOfGas",
"42ab979d" to "ParentBlobNotSubmitted",
"edeae83c" to "FinalBlobNotSubmitted",
// L2 Message Service
"6446cc9c" to "MessageHashesListLengthIsZero",
"d39e75f9" to "L1MessageNumberSynchronizationWrong",
Expand Down

0 comments on commit c90a58c

Please sign in to comment.