Skip to content

Commit a3072c4

Browse files
committed
[Dashboard] Adding EDU Chain custom info + assets (#7095)
Adding custom chain info for EDU Mainnet ( 41923 ) EDU Testnet ( 656476 ) <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces new assets and metadata for an education-focused blockchain initiative, enhancing the dashboard with information about the `EDU Mainnet` and `EDU Testnet`. ### Detailed summary - Added new image imports: `eduBanner` and `eduCTA`. - Introduced metadata for `EDU Mainnet` (ID: 41923) with header image, description, and CTA. - Introduced metadata for `EDU Testnet` (ID: 656476) with similar structure as `EDU Mainnet`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 3277cf6 commit a3072c4

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
Loading
Loading

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import alephZeroBaner from "./temp-assets/AlephZeroBanner.jpg";
88
import alephZeroCTA from "./temp-assets/AlephZeroCTA.jpg";
99
import cotiBanner from "./temp-assets/COTI_Banner.jpg";
1010
import cotiCTA from "./temp-assets/COTI_CTA.jpg";
11+
import eduBanner from "./temp-assets/EDUBanner.jpeg";
12+
import eduCTA from "./temp-assets/EDUCTA.png";
1113
import hemiSepoliaBanner from "./temp-assets/HemiBanner.png";
1214
import hemiSepoliaCTA from "./temp-assets/HemiCTA.png";
1315
import ancient8Banner from "./temp-assets/ancient8-banner.png";
@@ -376,6 +378,31 @@ const chainMetaRecord = {
376378
about:
377379
"Monetize your passion, your way. Discover the freedom to grow with our creator-focused platform.",
378380
},
381+
//EDUMainnet
382+
41923: {
383+
headerImgUrl: eduBanner.src,
384+
about:
385+
"Education On-Chain - A Layer 3 blockchain preparing students and learners for the future of work while advancing onchain education finance (EduFi).",
386+
cta: {
387+
backgroundImageUrl: eduCTA.src,
388+
title: "Education On-Chain",
389+
buttonLink: "https://educhain.xyz/",
390+
buttonText: "Learn More",
391+
},
392+
},
393+
//EDU Testnet <Open Campus Codex>
394+
656476: {
395+
headerImgUrl: eduBanner.src,
396+
about:
397+
"Education On-Chain - A Layer 3 blockchain preparing students and learners for the future of work while advancing onchain education finance (EduFi).",
398+
cta: {
399+
backgroundImageUrl: eduCTA.src,
400+
title: "Education On-Chain",
401+
buttonLink: "https://educhain.xyz/",
402+
buttonText: "Learn More",
403+
},
404+
},
405+
379406
//Etherlink Testnet
380407
128123: {
381408
headerImgUrl: etherlinkBanner.src,

0 commit comments

Comments
 (0)