bnb-chain / opbnb

MIT License
403 stars 162 forks source link

fix(devnet): Modify the blob configuration of the bsc devnet #212

Closed welkin22 closed 1 month ago

welkin22 commented 2 months ago

Description

In the deployment script of the BSC devnet, there are two configurations DefaultExtraReserveForBlobRequests and MinBlocksForBlobRequests, which determine how many block heights of blob data L1 retains. The default values of 32 and 576 are too short for L2, which causes issues when testing opBNB devnet locally.

Rationale

Update the deployment script to increase the default values of DefaultExtraReserveForBlobRequests and MinBlocksForBlobRequests to 524288, which is the default value in production.

Example

none

Changes

Notable changes: