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 a980e215..a9ee532d 100644
--- a/apps/flame-defi/app/components/eol-banner/eol-banner.tsx
+++ b/apps/flame-defi/app/components/eol-banner/eol-banner.tsx
@@ -17,6 +17,12 @@ 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
- /astria13vptdafyttpmlwppt0s844efey2cpc0mevy92p/,
+ /astria15juwcclg07xs38757q257evltequawcejzzs4l/,
);
expect(configString).toBeInTheDocument();
expect(configString).toHaveTextContent("Celestia");