Skip to content

Commit

Permalink
feat: default to arbos 11
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Jan 3, 2024
1 parent 1f251f7 commit f0d20a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/createRollupPrepareConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export type CreateRollupPrepareConfigParams = Pick<CreateRollupPrepareConfigResu
};

const wasmModuleRoot: `0x${string}` =
'0x0754e09320c381566cc0449904c377a52bd34a6b9404432e80afd573b67f7b17';
// https://github.com/OffchainLabs/nitro/releases/tag/consensus-v11
'0xf4389b835497a910d7ba3ebfb77aa93da985634f3c052de1290360635be40c4a';

export const defaults = {
confirmPeriodBlocks: BigInt(150),
Expand Down
2 changes: 1 addition & 1 deletion src/prepareChainConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const defaults = {
EnableArbOS: true,
AllowDebugPrecompiles: false,
DataAvailabilityCommittee: false,
InitialArbOSVersion: 10,
InitialArbOSVersion: 11,
GenesisBlockNum: 0,
MaxCodeSize: 24_576,
MaxInitCodeSize: 49_152,
Expand Down

0 comments on commit f0d20a2

Please sign in to comment.