Skip to content

Commit

Permalink
Joe arena z superchain mainnet (#5648)
Browse files Browse the repository at this point in the history
## Problem solved

Short description of the bug fixed or feature added
Adding Arena-Z mainnet to OP Superchain grant page.

Linear
DASH-562

<!-- start pr-codex -->

---

## PR-Codex overview
This PR introduces updates related to the `Arena Z` network within the dashboard application, including configurations and UI adjustments.

### Detailed summary
- Added configuration for `Arena Z Mainnet` with properties `cta`, and `gasSponsored`.
- Included `Arena-Z` in the onboarding form's chain options.
- Updated the `superchain` page with `Arena-Z` details, changing the link to `/arena-z` and setting `isComingSoon` to `false`.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
  • Loading branch information
Joe-Thirdweb committed Dec 6, 2024
1 parent 87b54c9 commit ec84ed3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

0 comments on commit ec84ed3

Please sign in to comment.