diff --git a/src/components/DashboardS2/Tabs/EcoDApps.tsx b/src/components/DashboardS2/Tabs/EcoDApps.tsx index 591d1fbb..72a00022 100644 --- a/src/components/DashboardS2/Tabs/EcoDApps.tsx +++ b/src/components/DashboardS2/Tabs/EcoDApps.tsx @@ -1206,7 +1206,7 @@ export default function EcoDApps({ ], }, { - category: "gamefi", + category: "other", iconURL: "/img/icon-skyrangers.png", name: "Sky Rangers", link: "https://statics.skyrangers.io/", diff --git a/src/components/DashboardS2/Tabs/SectorHeader.tsx b/src/components/DashboardS2/Tabs/SectorHeader.tsx index e14a4cdd..bd79a964 100644 --- a/src/components/DashboardS2/Tabs/SectorHeader.tsx +++ b/src/components/DashboardS2/Tabs/SectorHeader.tsx @@ -49,19 +49,19 @@ export default function SectorHeader({ holding: [ { tvl: 0, - zkl: 500000, + zkl: 100000, }, { tvl: 200000000, - zkl: 1000000, + zkl: 200000, }, { tvl: 500000000, - zkl: 2000000, + zkl: 500000, }, { tvl: 1000000000, - zkl: 3000000, + zkl: 1000000, }, ], spotdex: [ @@ -71,15 +71,15 @@ export default function SectorHeader({ }, { tvl: 5000000, - zkl: 500000, + zkl: 200000, }, { tvl: 25000000, - zkl: 1000000, + zkl: 500000, }, { tvl: 50000000, - zkl: 1500000, + zkl: 1000000, }, ], perpdex: [ @@ -89,15 +89,15 @@ export default function SectorHeader({ }, { tvl: 100000000, - zkl: 500000, + zkl: 200000, }, { tvl: 500000000, - zkl: 1000000, + zkl: 500000, }, { tvl: 2000000000, - zkl: 2000000, + zkl: 1000000, }, ], lending: [ @@ -107,15 +107,15 @@ export default function SectorHeader({ }, { tvl: 10000000, - zkl: 350000, + zkl: 200000, }, { tvl: 50000000, - zkl: 700000, + zkl: 500000, }, { tvl: 200000000, - zkl: 1500000, + zkl: 1000000, }, ], }; @@ -128,7 +128,7 @@ export default function SectorHeader({ } = { gamefi: { zkl: 10000, - max: 1000000, + max: 500000, }, other: { zkl: 50000, @@ -136,7 +136,7 @@ export default function SectorHeader({ }, nativeboost: { zkl: 50000, - max: 500000, + max: 5000000, }, }; diff --git a/src/constants/epoch.ts b/src/constants/epoch.ts index 46ca22e5..0d23e108 100644 --- a/src/constants/epoch.ts +++ b/src/constants/epoch.ts @@ -5,4 +5,5 @@ export const epochList = [ season: 2, }, { name: "Epoch Two", season: 3 }, + { name: "Epoch Three", season: 4 }, ]; diff --git a/src/pages/DashboardS2/index2.tsx b/src/pages/DashboardS2/index2.tsx index 5448d748..aa8b4d41 100644 --- a/src/pages/DashboardS2/index2.tsx +++ b/src/pages/DashboardS2/index2.tsx @@ -306,11 +306,11 @@ export default function Dashboard() { name: "Lending", category: "lending", }, - { - iconURL: "/img/icon-sector-6.svg", - name: "GameFi", - category: "gamefi", - }, + // { + // iconURL: "/img/icon-sector-6.svg", + // name: "GameFi", + // category: "gamefi", + // }, { iconURL: "/img/icon-sector-7.svg", name: "Others", @@ -478,10 +478,10 @@ export default function Dashboard() { name: "Lending Points", category: "lending", }, - { - name: "GameFi Points", - category: "gamefi", - }, + // { + // name: "GameFi Points", + // category: "gamefi", + // }, { name: "Others Points", category: "other", @@ -633,9 +633,12 @@ export default function Dashboard() {