Skip to content

Commit 89df3b5

Browse files
authored
Soneium manito op grant update (#5222)
1 parent c9f52e9 commit 89df3b5

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import plumeCTA from "./temp-assets/plumeCTA.png";
2323
import rootStockBanner from "./temp-assets/rootstock-banner.png";
2424
import rootStockCTABG from "./temp-assets/rootstock-cta.png";
2525
import soneiumBanner from "./temp-assets/soneiumBanner.png";
26-
import soneiumCTA from "./temp-assets/soneiumCTA.png";
2726
import superpositionBanner from "./temp-assets/superpositionBanner.png";
2827
import superpositionCTA from "./temp-assets/superpositionCTA.png";
2928
import thirdwebBanner from "./temp-assets/thirdweb-banner.png";
@@ -404,13 +403,7 @@ const chainMetaRecord = {
404403
headerImgUrl: soneiumBanner.src,
405404
about:
406405
"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-
},
406+
cta: OP_CTA,
414407
},
415408
} satisfies Record<number, ExtraChainMetadata>;
416409
// 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)