Skip to content

Commit ee7b78d

Browse files
committed
change the predeploy contract address
1 parent 0e68e48 commit ee7b78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup/rcfg/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var (
1313
// L2MessageQueueAddress is the address of the L2MessageQueue
1414
// predeploy
1515
// see contracts/src/L2/predeploys/L2MessageQueue.sol
16-
L2MessageQueueAddress = common.HexToAddress("0x5300000000000000000000000000000000000000")
16+
L2MessageQueueAddress = common.HexToAddress("0x5300000000000000000000000000000000000001")
1717
WithdrawTrieRootSlot = common.BigToHash(big.NewInt(0))
1818

1919
// ScrollFeeVaultAddress is the address of the L2TxFeeVault
@@ -24,7 +24,7 @@ var (
2424
// L1GasPriceOracleAddress is the address of the L1GasPriceOracle
2525
// predeploy
2626
// see scroll-tech/scroll/contracts/src/L2/predeploys/L1GasPriceOracle.sol
27-
L1GasPriceOracleAddress = common.HexToAddress("0x5300000000000000000000000000000000000002")
27+
L1GasPriceOracleAddress = common.HexToAddress("0x530000000000000000000000000000000000000F")
2828
Precision = new(big.Int).SetUint64(1e9)
2929
L1BaseFeeSlot = common.BigToHash(big.NewInt(1))
3030
OverheadSlot = common.BigToHash(big.NewInt(2))

0 commit comments

Comments
 (0)