Skip to content

Commit ced1800

Browse files
committed
Soneium
Add OP Grant form for Soneium Mainnet to Soneium Minato
1 parent c8b5780 commit ced1800

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -404,13 +404,7 @@ const chainMetaRecord = {
404404
headerImgUrl: soneiumBanner.src,
405405
about:
406406
"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.",
407-
cta: {
408-
backgroundImageUrl: soneiumCTA.src,
409-
title: "Begin your journey with Soneium Spark",
410-
buttonLink:
411-
"https://soneium.org/en/blog/soneium-minato-testnet-is-live-along-with-soneium-spark-incubation-program/",
412-
buttonText: "Learn more",
413-
},
407+
cta: OP_CTA,
414408
},
415409
} satisfies Record<number, ExtraChainMetadata>;
416410
// END TEMPORARY

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export const ApplyForOpCreditsForm: React.FC<ApplyForOpCreditsFormProps> = ({
208208
"Ancient8",
209209
"Donatuz",
210210
"Mantle",
211+
"Soneium",
211212
].map((chain) => ({
212213
label: chain === "Optimism" ? "OP Mainnet" : chain,
213214
value: chain,

apps/dashboard/src/pages/grant/superchain.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ const superchains = [
9292
name: "Soneium",
9393
link: "/soneium-minato?switch",
9494
src: require("../../../public/assets/grant/superchain/soneium-icon.png"),
95-
isComingSoon: true,
9695
},
9796
{
9897
id: "campNetworkv2",

0 commit comments

Comments
 (0)