Skip to content

Commit de062e9

Browse files
committed
Superchain Grant Updates
- Arena Z - Lisk
1 parent 0f4dfd1 commit de062e9

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
lines changed
2.26 KB
Loading

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -391,12 +391,14 @@ const chainMetaRecord = {
391391
headerImgUrl: liskBanner.src,
392392
about:
393393
"Lisk is focused on serving builders in high-growth markets like Africa and Southeast Asia. When you build on Lisk, you become part of the strongest Ethereum collective, alongside Coinbase, Sony, World, Kraken and Uniswap -- the OP Superchain.",
394-
cta: {
395-
backgroundImageUrl: liskCTA.src,
396-
title: "Ready to reshape the world?",
397-
buttonLink: "https://lisk.com",
398-
buttonText: "Learn more",
399-
},
394+
// cta: {
395+
// backgroundImageUrl: liskCTA.src,
396+
// title: "Ready to reshape the world?",
397+
// buttonLink: "https://lisk.com",
398+
// buttonText: "Learn more",
399+
// },
400+
cta: OP_CTA,
401+
gasSponsored: true,
400402
},
401403
//0G-Newton-Testnet
402404
16600: {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export const ApplyForOpCreditsForm: React.FC<ApplyForOpCreditsFormProps> = ({
214214
"Donatuz",
215215
"Mantle",
216216
"Soneium",
217+
"Lisk",
217218
].map((chain) => ({
218219
label: chain === "Optimism" ? "OP Mainnet" : chain,
219220
value: chain,

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,20 +93,26 @@ const superchains = [
9393
link: "/soneium-minato?switch",
9494
src: require("../../../public/assets/grant/superchain/soneium-icon.png"),
9595
},
96+
{
97+
id: "lisk",
98+
name: "Lisk",
99+
link: "/lisk",
100+
src: require("../../../public/assets/grant/superchain/icon-lisk.png"),
101+
},
102+
{
103+
id: "Arena-Z",
104+
name: "ArenaZ",
105+
link: "/arena-z-testnet",
106+
src: require("../../../public/assets/grant/superchain/icon-arena-z.png"),
107+
isComingSoon: true,
108+
},
96109
{
97110
id: "campNetworkv2",
98111
name: "CampNetworkV2",
99112
link: "/camp-network-testnet-v2?switch",
100113
src: require("../../../public/assets/grant/superchain/campNetwork-icon.jpg"),
101114
isComingSoon: true,
102115
},
103-
{
104-
id: "lisk",
105-
name: "Lisk",
106-
link: "/lisk-sepolia-testnet",
107-
src: require("../../../public/assets/grant/superchain/icon-lisk.png"),
108-
isComingSoon: true,
109-
},
110116
];
111117

112118
const GrantSuperChain = () => {

0 commit comments

Comments
 (0)