Skip to content

Commit

Permalink
fix using outdated ABI for L1MessageQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
jonastheis committed Oct 24, 2024
1 parent acb1bc2 commit 591534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/l1/abi.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (

func init() {
ScrollChainABI, _ = ScrollChainMetaData.GetAbi()
L1MessageQueueABImanual, _ = L1MessageQueueMetaData.GetAbi()
L1MessageQueueABImanual, _ = L1MessageQueueMetaDataManual.GetAbi()
}

// ScrollChainMetaData contains ABI of the ScrollChain contract.
Expand Down

0 comments on commit 591534c

Please sign in to comment.