bnb-chain / opbnb

MIT License
403 stars 162 forks source link

fix(devnet): batcher uses its address to submit transactions #211

Closed welkin22 closed 2 months ago

welkin22 commented 2 months ago

Description

Previously at Devnet, the batcher used the address of init holder for submission, causing unnecessary trouble. Now, we give the batcher its own address to avoid issues caused by sharing the same address with the init holder's users simultaneously.

Rationale

In devnet, the batcher uses its own address to avoid conflicts.

Example

none

Changes

Notable changes: