Skip to content

Commit

Permalink
Set the L1 scalars to 0 on genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Dec 16, 2024
1 parent 1051a2a commit 80f1269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testnet/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ func Main(cliCtx *cli.Context) error {
config.L2OutputOracleChallenger = common.Address{1}
config.SuperchainConfigGuardian = common.Address{1}
config.L2OutputOracleSubmissionInterval = 1
config.GasPriceOracleBaseFeeScalar = 0
config.GasPriceOracleBlobBaseFeeScalar = 0

// set up deployed contract addresses
config.L1StandardBridgeProxy = l1Addresses.L1StandardBridge
Expand Down

0 comments on commit 80f1269

Please sign in to comment.