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: ,