File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
// L2MessageQueueAddress is the address of the L2MessageQueue
14
14
// predeploy
15
15
// see contracts/src/L2/predeploys/L2MessageQueue.sol
16
- L2MessageQueueAddress = common .HexToAddress ("0x5300000000000000000000000000000000000000 " )
16
+ L2MessageQueueAddress = common .HexToAddress ("0x5300000000000000000000000000000000000001 " )
17
17
WithdrawTrieRootSlot = common .BigToHash (big .NewInt (0 ))
18
18
19
19
// ScrollFeeVaultAddress is the address of the L2TxFeeVault
24
24
// L1GasPriceOracleAddress is the address of the L1GasPriceOracle
25
25
// predeploy
26
26
// see scroll-tech/scroll/contracts/src/L2/predeploys/L1GasPriceOracle.sol
27
- L1GasPriceOracleAddress = common .HexToAddress ("0x5300000000000000000000000000000000000002 " )
27
+ L1GasPriceOracleAddress = common .HexToAddress ("0x530000000000000000000000000000000000000F " )
28
28
Precision = new (big.Int ).SetUint64 (1e9 )
29
29
L1BaseFeeSlot = common .BigToHash (big .NewInt (1 ))
30
30
OverheadSlot = common .BigToHash (big .NewInt (2 ))
You can’t perform that action at this time.
0 commit comments