Skip to content

Commit 10e1371

Browse files
committed
Added Superseed Gas Credit, Funki, Somnia, lumia testnet
1 parent 8e326cc commit 10e1371

File tree

5 files changed

+66
-5
lines changed

5 files changed

+66
-5
lines changed
298 KB
Loading
210 KB
Loading
959 KB
Loading

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

Lines changed: 65 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import xaiCTABg from "./temp-assets/cta-bg-xai-connect.png";
1717
import thirdwebCTA from "./temp-assets/cta-thirdweb.png";
1818
import etherlinkBanner from "./temp-assets/etherlinkBanner.png";
1919
import etherlinkCTA from "./temp-assets/etherlinkCTA.png";
20+
import funkiBanner from "./temp-assets/funkiBanner.jpg";
21+
import funkiCTA from "./temp-assets/funkiCTA.jpg";
2022
import hashfireBanner from "./temp-assets/hashfireBanner.png";
2123
import hashfireCTA from "./temp-assets/hashfireCTA.png";
2224
import laosBanner from "./temp-assets/laosBanner.jpg";
@@ -26,8 +28,9 @@ import liskCTA from "./temp-assets/liskCTA.png";
2628

2729
import creatorBanner from "./temp-assets/creatorBanner.png";
2830
import creatorCTA from "./temp-assets/creatorCTA.png";
29-
import lumiaCTA from "./temp-assets/lumia-cta.png";
3031
import lumiaBanner from "./temp-assets/lumiaBanner.png";
32+
import somniaBanner from "./temp-assets/somniaBanner.png";
33+
3134
import mantleBanner from "./temp-assets/mantle.png";
3235
import metalBanner from "./temp-assets/metalBanner.png";
3336
import metalCTA from "./temp-assets/metalCTA.png";
@@ -213,6 +216,11 @@ const chainMetaRecord = {
213216
buttonText: "Learn more",
214217
},
215218
},
219+
//Superseed
220+
5330: {
221+
cta: OP_CTA,
222+
gasSponsored: true,
223+
},
216224
// vanar
217225
2040: {
218226
headerImgUrl: vanarBanner.src,
@@ -229,11 +237,27 @@ const chainMetaRecord = {
229237
994873017: {
230238
headerImgUrl: lumiaBanner.src,
231239
about:
232-
"Lumia is a groundbreaking modular layer 2 blockchain designed to integrate real-world assets (RWA) with cross-chain liquidity. A seamless, efficient, and scalable aggregation layer that unifies liquidity from both centralized (CEX) and decentralized exchanges (DEX) to provide builders with immediate access to the biggest markets in Web3.",
240+
"Lumia is the only full-cycle RWA chain, merging zkEVM technology with a robust infrastructure purpose-built for institutional and retail asset tokenization. Featuring advanced compliance tools such as on-chain KYC/AML via PolygonID, OFAC sanctions screening at the sequencer level, and AI-powered threat detection, Lumia Chain ensures security and regulatory adherence. Its unique volition architecture enables users to toggle between cost-efficient validium mode and highly secure rollup mode, providing flexibility for diverse needs. Lumia goes beyond tokenization by seamlessly integrating RWAs into DeFi. RWAs minted on Lumia Chain are instantly composable with native DeFi protocols like lending, AMMs, and perpetual markets, creating a tailored environment for RWA owners. With ERC-20 compatibility, native interoperability, and integration with major DeFi aggregators like 1inch and 0x, Lumia ensures that tokenized RWAs are not only secure and scalable but also accessible across the broader DeFi ecosystem.",
233241
cta: {
234-
backgroundImageUrl: lumiaCTA.src,
235-
title: "",
236-
buttonLink: "https://docs.lumia.org/",
242+
backgroundImageUrl: lumiaBanner.src,
243+
title:
244+
"Build Smarter. Scale Faster. Lumia - The Only Full-Cycle RWA Chain",
245+
buttonLink:
246+
"https://docs.lumia.org/build/smartcontracts/deployment#deploy-contract-on-shiden",
247+
buttonText: "Learn more",
248+
},
249+
},
250+
// lumia Testnet
251+
1952959480: {
252+
headerImgUrl: lumiaBanner.src,
253+
about:
254+
"Lumia is the only full-cycle RWA chain, merging zkEVM technology with a robust infrastructure purpose-built for institutional and retail asset tokenization. Featuring advanced compliance tools such as on-chain KYC/AML via PolygonID, OFAC sanctions screening at the sequencer level, and AI-powered threat detection, Lumia Chain ensures security and regulatory adherence. Its unique volition architecture enables users to toggle between cost-efficient validium mode and highly secure rollup mode, providing flexibility for diverse needs. Lumia goes beyond tokenization by seamlessly integrating RWAs into DeFi. RWAs minted on Lumia Chain are instantly composable with native DeFi protocols like lending, AMMs, and perpetual markets, creating a tailored environment for RWA owners. With ERC-20 compatibility, native interoperability, and integration with major DeFi aggregators like 1inch and 0x, Lumia ensures that tokenized RWAs are not only secure and scalable but also accessible across the broader DeFi ecosystem.",
255+
cta: {
256+
backgroundImageUrl: lumiaBanner.src,
257+
title:
258+
"Build Smarter. Scale Faster. Lumia - The Only Full-Cycle RWA Chain",
259+
buttonLink:
260+
"https://docs.lumia.org/build/smartcontracts/deployment#deploy-contract-on-shiden",
237261
buttonText: "Learn more",
238262
},
239263
},
@@ -358,6 +382,30 @@ const chainMetaRecord = {
358382
buttonText: "Learn more",
359383
},
360384
},
385+
//Funki Mainnet
386+
33979: {
387+
headerImgUrl: funkiBanner.src,
388+
about:
389+
"Funki is a fun-first L2 using OP stack, focused on onchain gaming and social experiments.\nFunki is the playground where innovative ideas come to life. We’re dedicated to building an ecosystem that upholds bold, persistent experiments.",
390+
cta: {
391+
backgroundImageUrl: funkiCTA.src,
392+
title: "Enter the Rabbit hole",
393+
buttonLink: "https://docs.funkichain.com/docs",
394+
buttonText: "Learn More",
395+
},
396+
},
397+
//Funki Testnet
398+
3397901: {
399+
headerImgUrl: funkiBanner.src,
400+
about:
401+
"Funki is a fun-first L2 using OP stack, focused on onchain gaming and social experiments.\nFunki is the playground where innovative ideas come to life. We’re dedicated to building an ecosystem that upholds bold, persistent experiments.",
402+
cta: {
403+
backgroundImageUrl: funkiCTA.src,
404+
title: "Enter the Rabbit hole",
405+
buttonLink: "https://docs.funkichain.com/docs",
406+
buttonText: "Learn More",
407+
},
408+
},
361409
//Gemuchain
362410
1903648807: {
363411
headerImgUrl: thirdwebBanner.src,
@@ -457,6 +505,18 @@ const chainMetaRecord = {
457505
buttonText: "Learn more",
458506
},
459507
},
508+
//Somnia Devnet
509+
50311: {
510+
headerImgUrl: somniaBanner.src,
511+
about:
512+
"We are committed to building technology to make fully on-chain, real-time mass-scale applications possible and practical. We believe this is essential for creating a composable, open internet. We believe in a collection of applications, each with distinct, interconnected experiences, much like countries within a global community, sharing utilities that enhance mutual growth. \nCentral to our vision is the principle of composability—the ability for builders to build upon each other’s work, creating a culture of collaboration in which the collective output surpasses the sum of its parts. We will empower builders with the freedom to build sustainable models of engagement and ownership. This includes safeguarding the rights to digital assets and creating an environment where platform constraints do not stifle innovation.",
513+
cta: {
514+
backgroundImageUrl: somniaBanner.src,
515+
title: "Somnia Devnet",
516+
buttonLink: "https://codex.somnia.network",
517+
buttonText: "learn More",
518+
},
519+
},
460520
//zkCandy
461521
302: {
462522
headerImgUrl: thirdwebBanner.src,

apps/dashboard/src/components/onboarding/ApplyForOpCreditsForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ export const ApplyForOpCreditsForm: React.FC<ApplyForOpCreditsFormProps> = ({
216216
"Soneium",
217217
"Lisk",
218218
"Arena-Z",
219+
"Superseed",
219220
].map((chain) => ({
220221
label: chain === "Optimism" ? "OP Mainnet" : chain,
221222
value: chain,

0 commit comments

Comments
 (0)