zkopru-network / zkopru

Ethereum L2 scaling solution for private transactions using zk-SNARK and optimistic rollup.
https://zkopru.network
GNU General Public License v3.0
216 stars 28 forks source link

Fix auction bid amount #380

Closed sifnoc closed 2 years ago

sifnoc commented 2 years ago

Fix issue #379

Note that we need to reduce maxBid amount in the default config in test. Current, maxBid is 20000 gwei. And the minimum bid amount is 10000 gwei. That means the maxBid will be reaching after eight times bidding ( 1.1**8 == 2.14...) in competition.

wanseob commented 2 years ago

please let me know if this works with the new coordinator node :)

wanseob commented 2 years ago

please let me know if this works with the new coordinator node :)