We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb0b2a commit 4125894Copy full SHA for 4125894
apps/dashboard/src/app/(app)/(dashboard)/(chain)/utils.ts
@@ -390,6 +390,18 @@ const chainMetaRecord = {
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
406
//Etherlink Testnet
407
128123: {
0 commit comments