Skip to content

Commit

Permalink
chore(protocol): update DevnetInbox.chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Feb 19, 2025
1 parent d351788 commit 71f4114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/layer1/devnet/DevnetInbox.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract DevnetInbox is TaikoInbox {
/// @inheritdoc ITaikoInbox
function pacayaConfig() public pure override returns (ITaikoInbox.Config memory) {
return ITaikoInbox.Config({
chainId: 167,
chainId: 167_001,
maxUnverifiedBatches: 324_000,
batchRingBufferSize: 360_000,
maxBatchesToVerify: 16,
Expand Down

0 comments on commit 71f4114

Please sign in to comment.