From a7165db96ebb542fe549a2b284d9aceb0e6b9b1f Mon Sep 17 00:00:00 2001 From: Jesse Snyder Date: Fri, 1 Aug 2025 14:26:34 -0600 Subject: [PATCH] Revert "Fix/disable tia transfers (#286)" This reverts commit b813c080d0a6ce86806fcffd0f7eab4e4dea82ca. --- .../app/components/eol-banner/eol-banner.tsx | 6 - .../chain-configs/chain-configs-dawn.ts | 168 +++++++-------- .../chain-configs/chain-configs-dusk.ts | 194 +++++++++--------- .../chain-configs/chain-configs-mainnet.ts | 120 +++++------ .../config/contexts/config-context.test.tsx | 2 +- 5 files changed, 242 insertions(+), 248 deletions(-) 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");