Brand new Ecosystem page, Meson.fi integration, app pages, chain metrics and more!
+> Brand new chains page, Meson.fi integration, app pages, chain metrics and more!
-#### 🌐 Ecosystem page
+#### 🌐 Updated Chains page
-Discover the SKALE ecosystem and get chains info with a brand new page showcasing all the projects on SKALE Network.
+Discover the SKALE Chains and get chains info with a brand new page showcasing all the projects on SKALE Network.
-[Check it out](/ecosystem)
+[Check it out](/chains)
#### ⛓️ Updated Chain page
diff --git a/src/pages/Admin.tsx b/src/pages/Admin.tsx
index e4bb4658..10cfa239 100644
--- a/src/pages/Admin.tsx
+++ b/src/pages/Admin.tsx
@@ -48,12 +48,12 @@ export default function Admin(props: { mpc: MetaportCore }) {
{
text: 'All chains',
icon:
,
- url: '/ecosystem'
+ url: '/chains'
},
{
text: alias,
icon:
,
- url: `/ecosystem/${name}`
+ url: `/chains/${name}`
},
{
text: 'Manage',
diff --git a/src/pages/App.tsx b/src/pages/App.tsx
index 0513e835..450ce94d 100644
--- a/src/pages/App.tsx
+++ b/src/pages/App.tsx
@@ -55,7 +55,7 @@ import Tile from '../components/Tile'
import LinkSurface from '../components/LinkSurface'
import Breadcrumbs from '../components/Breadcrumbs'
import CollapsibleDescription from '../components/CollapsibleDescription'
-import HubTile from '../components/ecosystem/HubTile'
+import HubTile from '../components/chains/HubTile'
import AccordionSection from '../components/AccordionSection'
import { findChainName } from '../core/chain'
@@ -116,12 +116,6 @@ export default function App(props: {
return formatNumber(Number(fromWei(gasSpentGwei, '9')))
}
- // const breadcrumbs: BreadcrumbSection[] = [{
- // text: 'Ecosystem',
- // icon:
,
- // url: '/ecosystem'
- // }]
-
return (
@@ -137,14 +131,14 @@ export default function App(props: {
,
- url: '/ecosystem'
+ url: '/chains'
},
{
text: props.isXs ? 'Hub' : chainAlias,
icon:
,
- url: `/ecosystem/${chain}`
+ url: `/chains/${chain}`
},
{
text: appAlias,
diff --git a/src/pages/Apps.tsx b/src/pages/Apps.tsx
index bf390127..601cfa24 100644
--- a/src/pages/Apps.tsx
+++ b/src/pages/Apps.tsx
@@ -46,7 +46,7 @@ export default function Apps(props: {
if (schain.apps) {
for (const appName in schain.apps) {
if (schain.apps.hasOwnProperty(appName)) {
- appCards.push(
+ const card = (
)
+ appCards.push(card)
}
}
}
@@ -72,10 +73,10 @@ export default function Apps(props: {
-
Apps
+ Ecosystem
- Explore and interact with dApps on SKALE Network.
+ Explore and interact with apps and games on SKALE Network
diff --git a/src/pages/Chains.tsx b/src/pages/Chains.tsx
index 6a6afe8b..c94917ad 100644
--- a/src/pages/Chains.tsx
+++ b/src/pages/Chains.tsx
@@ -73,14 +73,14 @@ export default function Chains(props: {
return (
- {META_TAGS.ecosystem.title}
-
-
-
+ {META_TAGS.chains.title}
+
+
+
-
Ecosystem
+ Chains
{props.isXs
diff --git a/src/pages/Start.tsx b/src/pages/Start.tsx
index 1f09ad2d..fda7e6f7 100644
--- a/src/pages/Start.tsx
+++ b/src/pages/Start.tsx
@@ -106,7 +106,7 @@ export default function Start(props: {
}
/>