Skip to content

Commit

Permalink
Merge pull request #2901 from OffchainLabs/update-bold-submod-jan23
Browse files Browse the repository at this point in the history
Update BoLD Submodule to Include Contracts v3.0.0
  • Loading branch information
rauljordan authored Jan 28, 2025
2 parents ae0109b + 5201b11 commit 3235413
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions system_tests/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1336,15 +1336,17 @@ func deployOnParentChain(
ReplenishRateInBasis: 500, // 5%
}
cfg := rollupgen.Config{
MiniStakeValues: miniStakeValues,
ConfirmPeriodBlocks: 120,
StakeToken: stakeToken,
BaseStake: big.NewInt(1),
WasmModuleRoot: wasmModuleRoot,
Owner: parentChainTransactionOpts.From,
LoserStakeEscrow: parentChainTransactionOpts.From,
ChainId: chainConfig.ChainID,
ChainConfig: string(serializedChainConfig),
MiniStakeValues: miniStakeValues,
ConfirmPeriodBlocks: 120,
StakeToken: stakeToken,
BaseStake: big.NewInt(1),
WasmModuleRoot: wasmModuleRoot,
Owner: parentChainTransactionOpts.From,
LoserStakeEscrow: parentChainTransactionOpts.From,
MinimumAssertionPeriod: big.NewInt(75),
ValidatorAfkBlocks: 201600,
ChainId: chainConfig.ChainID,
ChainConfig: string(serializedChainConfig),
SequencerInboxMaxTimeVariation: rollupgen.ISequencerInboxMaxTimeVariation{
DelayBlocks: big.NewInt(60 * 60 * 24 / 15),
FutureBlocks: big.NewInt(12),
Expand Down

0 comments on commit 3235413

Please sign in to comment.