Skip to content

Commit 1bb0b2a

Browse files
committed
Adding EDU Chain custom info + assets
1 parent 6cf92c6 commit 1bb0b2a

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
27.4 KB
Loading
123 KB
Loading

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

Lines changed: 15 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,19 @@ 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+
379394
//Etherlink Testnet
380395
128123: {
381396
headerImgUrl: etherlinkBanner.src,

0 commit comments

Comments
 (0)