boyuan-chen

Results 2 comments of boyuan-chen

The `gas-price-oracle` doesn't work locally due to miss the `ADDRESS_MANAGER_ADDRESS`. I created a PR to fix the `gas-price-oracle`. #244

I updated two things. The first thing is `GAS_PRICE_ORACLE_DECIMALS`=6, so it reduces l1GasFee. ``` function getL1Fee(bytes memory _data) public view returns (uint256) { uint256 l1GasUsed = getL1GasUsed(_data); uint256 l1Fee =...