Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ export const routes = [
},
],
},
{
path: "cross-chain",
element: <XcmPage />,
},
// {
// path: "cross-chain",
// element: <XcmPage />,
// },
{
path: "*",
element: <Navigate to="/pools-and-farms" search />,
Expand Down
Loading