chore: Rename TychoRouter typo

- Accidentally copy pasta'd
This commit is contained in:
TAMARA LIPOWSKI
2025-01-17 17:55:13 -05:00
parent f987125489
commit 68dddc0663

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.28;
contract FrontendSwapRouter {
contract TychoRouter {
constructor() {}
}