Skip to content

Commit

Permalink
mainnet liveness bond now 1000 TAIKO
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jan 10, 2025
1 parent 8738c90 commit e677c5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract MainnetInbox is TaikoInbox {
batchRingBufferSize: 360_000, // DO NOT CHANGE!!!
maxBatchesTooVerify: 16,
blockMaxGasLimit: 240_000_000,
livenessBond: 125e18, // 125 Taiko token
livenessBond: 1000e18, // 1000 Taiko token
stateRootSyncInternal: 16,
maxAnchorHeightOffset: 64,
baseFeeConfig: LibSharedData.BaseFeeConfig({
Expand Down

0 comments on commit e677c5e

Please sign in to comment.