From 5e03df5ff3653f41c267c1dc1990de76b48444b5 Mon Sep 17 00:00:00 2001 From: vkulinich Date: Tue, 21 Oct 2025 10:36:43 +0200 Subject: [PATCH] Disable xcm --- .env.production | 2 +- src/routes.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.production b/.env.production index 86aac37e..7208f3a2 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,7 @@ VITE_GRAFANA_URL=https://grafana-api.play.hydration.cloud/api/ds/query VITE_GRAFANA_DSN=5 VITE_USD_PEGGED_ASSET_NAME=USDT VITE_USD_PEGGED_ASSET_ID=14 -VITE_FF_XCM_ENABLED=true +VITE_FF_XCM_ENABLED=false VITE_ENV=production VITE_WC_PROJECT_ID=8acb5f70a756a0a3bea40322364949c1 VITE_BSX_CAIP_ID=polkadot:a85cfb9b9fd4d622a5b28289a02347af diff --git a/src/routes.tsx b/src/routes.tsx index 84ccaa78..9640409f 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -33,10 +33,10 @@ export const routes = [ }, ], }, - { - path: "cross-chain", - element: , - }, + // { + // path: "cross-chain", + // element: , + // }, { path: "*", element: ,