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 ( - <> -
-

{'Yearn\'s APIs'}

-
-
-

- {'The Yearn\'s API endpoints are used to get some specific Yearn\'s related information about the vaults, the strategies and much more.'} -

-
- onUpdateBaseSettings({ - ...baseAPISettings, - yDaemonBaseURI: value - })} /> - onUpdateBaseSettings({ - ...baseAPISettings, - apiBaseURI: value - })} /> - onUpdateBaseSettings({ - ...baseAPISettings, - metaBaseURI: value - })} /> -
-
- - ); -} - - function DisclaimerPage(): ReactElement { return (
-