Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/dashboard/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions apps/dashboard/src/app/(dashboard)/(chain)/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import funkiBanner from "./temp-assets/funkiBanner.jpg";
import funkiCTA from "./temp-assets/funkiCTA.jpg";
import hashfireBanner from "./temp-assets/hashfireBanner.png";
import hashfireCTA from "./temp-assets/hashfireCTA.png";
import inkBanner from "./temp-assets/inkBanner.jpg";
import laosBanner from "./temp-assets/laosBanner.jpg";
import laosCTA from "./temp-assets/laosCTA.jpg";
import liskBanner from "./temp-assets/liskBanner.png";
Expand Down Expand Up @@ -221,6 +222,14 @@ const chainMetaRecord = {
cta: OP_CTA,
gasSponsored: true,
},
// Ink
57073: {
headerImgUrl: inkBanner.src,
about:
"Ink is an Ethereum OP Stack layer 2 blockchain designed to be the house of DeFi for the Superchain, a powerful base layer for deploying innovative DeFi protocols.",
cta: OP_CTA,
gasSponsored: true,
},
// vanar
2040: {
headerImgUrl: vanarBanner.src,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export const ApplyForOpCreditsForm: React.FC<ApplyForOpCreditsFormProps> = ({
"Lisk",
"Arena-Z",
"Superseed",
"Ink",
].map((chain) => ({
label: chain === "Optimism" ? "OP Mainnet" : chain,
value: chain,
Expand Down
Loading