Conversation
|
|
Note: It is important to not merge this PR until the L2 Geth clientes are all updated. |
|
Damn, this is gonna conflict with mark's PR which generates this from scratch every time |
|
Should updating values in |
|
If we stayed.setbalance it doesn't execute evm so the l1cost recipient should receive the eth? |
|
closing in favor of #2781 |
## Description Add a couple of l2 reorg tests with an appropriate network configuration.
Description
Enable L2 Fees to be properly collected and paid out in the devnet.
The baseFeeRecipient is as follows:
m/44'/60'/0'/0/100xBcd4042DE499D14e55001CcbB24a551F3b954096The l1FeeRecipient is as follows:
m/44'/60'/0'/0/110x71bE63f3384f5fb98995898A86B02Fb2426c5788Testing
Confirmed that the baseFee is properly sent to the
baseFeeRecipientin the devnet.The
coinbaseon L2 is already funded so it is hard to confirm that the tip amount, but the coinbase balance did increase after the block with the transaction in it.On the devnet it appears that the L1Cost contract is not initialized and thus not sending anything to the
l1FeeRecipient