Skip to content

Commit

Permalink
fix: adjusted fee
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Dec 11, 2024
1 parent e4ad1d1 commit 3a57b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/adapters/linea/LineaAdapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3a57b0b

Please sign in to comment.