diff --git a/apps/flame-defi/app/components/eol-banner/eol-banner.tsx b/apps/flame-defi/app/components/eol-banner/eol-banner.tsx index a9ee532d..a980e215 100644 --- a/apps/flame-defi/app/components/eol-banner/eol-banner.tsx +++ b/apps/flame-defi/app/components/eol-banner/eol-banner.tsx @@ -17,12 +17,6 @@ export const EolBanner = () => { deposit TIA for gas, withdraw all assets, close LP positions, and swap tokens. However, you can no longer create new LP positions or add liquidity. -
-
- - Note: Transfers of TIA are currently disabled due to technical - issues on the Celestia network. - {feedbackFormURL && ( { const configString = screen.getByText( // this string in the mainnet configs, which are used by default - /astria15juwcclg07xs38757q257evltequawcejzzs4l/, + /astria13vptdafyttpmlwppt0s844efey2cpc0mevy92p/, ); expect(configString).toBeInTheDocument(); expect(configString).toHaveTextContent("Celestia");