Skip to content

Commit

Permalink
Merge branch 'develop' into fix/db-time-param
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop authored Dec 11, 2023
2 parents 84df6cf + bc5ec89 commit e146d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridge-history-api/abi/backend_abi.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
L2BatchWithdrawERC721Sig common.Hash
L2BatchWithdrawERC1155Sig common.Hash

// scroll mono repo
// scroll monorepo

// ScrollChainABI holds information about ScrollChain's context and available invokable methods.
ScrollChainABI *abi.ABI
Expand Down Expand Up @@ -323,7 +323,7 @@ type L1RelayedMessageEvent struct {
MessageHash common.Hash
}

// L2AppendMessageEvent represents a AppendMessage event raised by the L2MessageQueue contract.
// L2AppendMessageEvent represents an AppendMessage event raised by the L2MessageQueue contract.
type L2AppendMessageEvent struct {
Index *big.Int
MessageHash common.Hash
Expand Down

0 comments on commit e146d57

Please sign in to comment.