diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/utils.ts b/apps/dashboard/src/app/(dashboard)/(chain)/utils.ts index 6891d29dfc7..db17fc65d97 100644 --- a/apps/dashboard/src/app/(dashboard)/(chain)/utils.ts +++ b/apps/dashboard/src/app/(dashboard)/(chain)/utils.ts @@ -23,7 +23,6 @@ import plumeCTA from "./temp-assets/plumeCTA.png"; import rootStockBanner from "./temp-assets/rootstock-banner.png"; import rootStockCTABG from "./temp-assets/rootstock-cta.png"; import soneiumBanner from "./temp-assets/soneiumBanner.png"; -import soneiumCTA from "./temp-assets/soneiumCTA.png"; import superpositionBanner from "./temp-assets/superpositionBanner.png"; import superpositionCTA from "./temp-assets/superpositionCTA.png"; import thirdwebBanner from "./temp-assets/thirdweb-banner.png"; @@ -404,13 +403,7 @@ const chainMetaRecord = { headerImgUrl: soneiumBanner.src, about: "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.", - cta: { - backgroundImageUrl: soneiumCTA.src, - title: "Begin your journey with Soneium Spark", - buttonLink: - "https://soneium.org/en/blog/soneium-minato-testnet-is-live-along-with-soneium-spark-incubation-program/", - buttonText: "Learn more", - }, + cta: OP_CTA, }, } satisfies Record; // END TEMPORARY diff --git a/apps/dashboard/src/components/onboarding/ApplyForOpCreditsForm.tsx b/apps/dashboard/src/components/onboarding/ApplyForOpCreditsForm.tsx index 86459809347..5b52abb65e8 100644 --- a/apps/dashboard/src/components/onboarding/ApplyForOpCreditsForm.tsx +++ b/apps/dashboard/src/components/onboarding/ApplyForOpCreditsForm.tsx @@ -208,6 +208,7 @@ export const ApplyForOpCreditsForm: React.FC = ({ "Ancient8", "Donatuz", "Mantle", + "Soneium", ].map((chain) => ({ label: chain === "Optimism" ? "OP Mainnet" : chain, value: chain, diff --git a/apps/dashboard/src/pages/grant/superchain.tsx b/apps/dashboard/src/pages/grant/superchain.tsx index ba127e686e2..bded5dd4c45 100644 --- a/apps/dashboard/src/pages/grant/superchain.tsx +++ b/apps/dashboard/src/pages/grant/superchain.tsx @@ -92,7 +92,6 @@ const superchains = [ name: "Soneium", link: "/soneium-minato?switch", src: require("../../../public/assets/grant/superchain/soneium-icon.png"), - isComingSoon: true, }, { id: "campNetworkv2",