diff --git a/foundry/src/TychoRouter.sol b/foundry/src/TychoRouter.sol index 1de6e9c..36034d4 100644 --- a/foundry/src/TychoRouter.sol +++ b/foundry/src/TychoRouter.sol @@ -1,6 +1,6 @@ // SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.28; -contract FrontendSwapRouter { +contract TychoRouter { constructor() {} }