From b813c080d0a6ce86806fcffd0f7eab4e4dea82ca Mon Sep 17 00:00:00 2001 From: jesse snyder Date: Mon, 28 Jul 2025 14:27:26 -0600 Subject: [PATCH] Fix/disable tia transfers (#286) * chore: Merge `develop` into `staging` * disable tia transfers * formatting * comment out unused * for e2e tests --------- Co-authored-by: Jessica Xiao <15721063+essj@users.noreply.github.com> --- .../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, 248 insertions(+), 242 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 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");