Skip to content

Commit

Permalink
Merge pull request #891 from scroll-tech/sepolia
Browse files Browse the repository at this point in the history
merge sepolia into mainnet
  • Loading branch information
Holybasil authored Dec 19, 2023
2 parents fa65b68 + f0bec57 commit 4b2d9da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scroll.io",
"version": "5.0.58",
"version": "5.0.59",
"private": false,
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/Header/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ const mainnetNavigations = [
label: "Blog",
key: "blog",
href: "/blog",
rootKey: "explore",
rootKey: "resources",
},
{
label: "Join Us ",
key: "join our team",
href: "/join-us",
rootKey: "explore",
rootKey: "resources",
},
{
label: "Brand Kit",
Expand Down
6 changes: 3 additions & 3 deletions src/constants/ecosystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ export const DIVERGENT_CATEGORY_MAP = {
Wallet: ["Wallet", "Hardware Wallet"],
}

export const LIST_YOUR_DAPP_LINK = "https://scrollzkp.typeform.com/buildwithscroll"
export const LIST_YOUR_DAPP_LINK = "https://tally.so/r/nGppyZ"

export const LOOKING_FOR_A_DAPP_LINK = "https://scrollzkp.typeform.com/to/mHYILHJx"
export const REQUEST_A_DAPP_LINK = "https://tally.so/r/3jlj59"

export const LEARN_BUILD_LINK = "https://docs.scroll.io/en/getting-started/overview/"

Expand All @@ -31,7 +31,7 @@ export const ECOSYSTEM_EXPLORER_LIST = [
},
{
icon: DoubleEyesIcon,
href: LOOKING_FOR_A_DAPP_LINK,
href: REQUEST_A_DAPP_LINK,
title: "Request a dApp",
content:
"At Scroll, we want to provide the most vibrant ecosystem for our users. Can’t find the application you’re looking for on Scroll? We want to know!",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/ecosystem/Protocols/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Button from "@/components/Button"
import SectionHeader from "@/components/SectionHeader"
import SectionWrapper from "@/components/SectionWrapper"
import Select from "@/components/Select"
import { DIVERGENT_CATEGORY_MAP, LOOKING_FOR_A_DAPP_LINK } from "@/constants"
import { DIVERGENT_CATEGORY_MAP, REQUEST_A_DAPP_LINK } from "@/constants"

import Gallery from "../Gallery"

Expand All @@ -24,7 +24,7 @@ const Protocols = props => {
title="Find your purpose with Scroll"
content="Whatever the use case, we’re building for what’s next. Browse all protocols and discover new inspiration."
action={
<Button href={LOOKING_FOR_A_DAPP_LINK} target="_blank" color="primary">
<Button href={REQUEST_A_DAPP_LINK} target="_blank" color="primary">
Request a dApp
</Button>
}
Expand Down

0 comments on commit 4b2d9da

Please sign in to comment.