Skip to content

Commit

Permalink
rm unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
mn13 committed Dec 27, 2024
1 parent e0785e4 commit e0282da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solidity/orders/src/BasicOrder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ event Executed();

contract BasicOrder is AbstractOrder, IExecution, ReentrancyGuard {
Types.OrderData public orderData;
string public constant SWAP_EXACT_ETH_FOR_TOKENS = "swapExactETHForTokens(uint256,address[],address,uint256)";

ISlinky private immutable SLINKY_PRECOMPILE;
Registry private immutable REGISTRY;
Expand Down

0 comments on commit e0282da

Please sign in to comment.