From 3a57b0b980ff951ccda22abf8ea7778335b79193 Mon Sep 17 00:00:00 2001 From: sendra Date: Wed, 11 Dec 2024 16:53:35 +0100 Subject: [PATCH] fix: adjusted fee --- src/contracts/adapters/linea/LineaAdapter.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contracts/adapters/linea/LineaAdapter.sol b/src/contracts/adapters/linea/LineaAdapter.sol index 2f488175..6567ed7b 100644 --- a/src/contracts/adapters/linea/LineaAdapter.sol +++ b/src/contracts/adapters/linea/LineaAdapter.sol @@ -21,7 +21,7 @@ contract LineaAdapter is ILineaAdapter, BaseAdapter { /// @inheritdoc ILineaAdapter address public immutable LINEA_MESSAGE_SERVICE; - uint256 public constant L2_FEE = 0.003 ether; + uint256 public constant L2_FEE = 0.002 ether; /** * @notice only calls from the set message service are accepted.