Skip to content

Commit 46ef3e6

Browse files
DustinTurskajnsdls
andauthored
Chain Page Verification for Shido Network (#5279)
Co-authored-by: Jonas Daniels <jonas.daniels@outlook.com>
1 parent a98550d commit 46ef3e6

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Loading
Loading

apps/dashboard/src/app/(dashboard)/(chain)/utils.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import plumeBanner from "./temp-assets/plumeBanner.png";
2222
import plumeCTA from "./temp-assets/plumeCTA.png";
2323
import rootStockBanner from "./temp-assets/rootstock-banner.png";
2424
import rootStockCTABG from "./temp-assets/rootstock-cta.png";
25+
import shidoBanner from "./temp-assets/shidoBanner.png";
26+
import shidoCta from "./temp-assets/shidoCta.png";
2527
import soneiumBanner from "./temp-assets/soneiumBanner.png";
2628
import superpositionBanner from "./temp-assets/superpositionBanner.png";
2729
import superpositionCTA from "./temp-assets/superpositionCTA.png";
@@ -405,6 +407,18 @@ const chainMetaRecord = {
405407
"Soneium, an Ethereum layer-2 developed by Sony Block Solutions Labs. This versatile chain is a general-purpose blockchain platform that aims to evoke emotion, empower creativity, and meet diverse needs to go mainstream. Soneium will be simplifying blockchain experiences while empowering developers, creators, and communities. Built on accessibility, scalability, and efficiency, it aims to solve real-world problems across industries globally. Soneium will change the way we interact with the internet, opening up a world of innovative applications and unlimited potential for users worldwide.",
406408
cta: OP_CTA,
407409
},
410+
//Shido
411+
9008: {
412+
headerImgUrl: shidoBanner.src,
413+
about:
414+
"Shido Network is a superfast EVM chain with the lowest fees. Seamlessly interoperable with Cosmos, EVM and WASM. Bringing you the future of DeFi, unlocking unified liquidity through chain abstraction.",
415+
cta: {
416+
backgroundImageUrl: shidoCta.src,
417+
title: "Endless scalability with Shido Network",
418+
buttonLink: "https://shido.io/",
419+
buttonText: "Learn more",
420+
},
421+
},
408422
} satisfies Record<number, ExtraChainMetadata>;
409423
// END TEMPORARY
410424

0 commit comments

Comments
 (0)