Skip to content

Commit

Permalink
fix(protocol): fix chainId in HeklaTaikoL1 (#17912)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Aug 14, 2024
1 parent 920bd68 commit 8f31dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/hekla/HeklaTaikoL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contract HeklaTaikoL1 is TaikoL1 {
/// @inheritdoc ITaikoL1
function getConfig() public pure override returns (TaikoData.Config memory) {
return TaikoData.Config({
chainId: LibNetwork.TAIKO_MAINNET,
chainId: LibNetwork.TAIKO_HEKLA,
// Never change this value as ring buffer is being reused!!!
blockMaxProposals: 324_000,
// Never change this value as ring buffer is being reused!!!
Expand Down

0 comments on commit 8f31dd0

Please sign in to comment.