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
5 changes: 5 additions & 0 deletions apps/dashboard/src/app/(dashboard)/(chain)/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@ const chainMetaRecord = {
buttonText: "Learn more",
},
},
//Arena Z Mainnet
7897: {
cta: OP_CTA,
gasSponsored: true,
},
// B3 Mainnet
8333: {
headerImgUrl: thirdwebBanner.src,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export const ApplyForOpCreditsForm: React.FC<ApplyForOpCreditsFormProps> = ({
"Mantle",
"Soneium",
"Lisk",
"Arena-Z",
].map((chain) => ({
label: chain === "Optimism" ? "OP Mainnet" : chain,
value: chain,
Expand Down
4 changes: 2 additions & 2 deletions apps/dashboard/src/pages/grant/superchain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ const superchains = [
{
id: "Arena-Z",
name: "ArenaZ",
link: "/arena-z-testnet",
link: "/arena-z",
src: require("../../../public/assets/grant/superchain/icon-arena-z.png"),
isComingSoon: true,
isComingSoon: false,
},
{
id: "campNetworkv2",
Expand Down
Loading