diff --git a/pages/settings.tsx b/pages/settings.tsx index f97cc91..6238c3b 100644 --- a/pages/settings.tsx +++ b/pages/settings.tsx @@ -273,54 +273,9 @@ function SectionOracleAddress(): ReactElement { ); } -function SectionYearnAPIBaseURI(): ReactElement { - const {onUpdateBaseSettings, settings: baseAPISettings} = useSettings(); - - return ( - <> -
- {'The Yearn\'s API endpoints are used to get some specific Yearn\'s related information about the vaults, the strategies and much more.'} -
-