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
229 changes: 0 additions & 229 deletions public/svgs/Brownie.svg

This file was deleted.

9 changes: 0 additions & 9 deletions public/svgs/Foundry.svg

This file was deleted.

28 changes: 0 additions & 28 deletions public/svgs/Hardhat.svg

This file was deleted.

5 changes: 0 additions & 5 deletions public/svgs/Remix.svg

This file was deleted.

9 changes: 0 additions & 9 deletions public/svgs/Truffle.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/svgs/home/EthersJS.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/content/docs/en/developers/developer-ecosystem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Developer Ecosystem"
lang: "en"
permalink: "developers/developer-quickstart"
excerpt: "Scroll Developer Quickstart helps you acquire testnet Ether, configure your network, and access all of your favorite tooling"
whatsnext: { "Verify Your Smart Contracts": "/en/developers/verifying-smart-contracts" }
whatsnext: { "Scroll Messenger Cross-chain Integrations": "/en/developers/guides/scroll-messenger-cross-chain-interaction" }
---

import Aside from "../../../../components/Aside.astro"
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/en/developers/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: Last Modified
title: "Developer Frequently Asked Questions"
lang: "en"
permalink: "developers/faq"
whatsnext: { "L1 & L2 Bridging": "/en/developers/getting-started/" }
whatsnext: { "Scroll Contracts": "/en/developers/scroll-contracts/" }
excerpt: "."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: Last Modified
title: "Auditing your code"
lang: "en"
permalink: "developers/guides/auditing-your-code"
whatsnext: { "Running a Scroll Node": "/developers/guides/running-a-scroll-node" }
whatsnext: { "Checking Transaction Journey Guide": "/developers/guides/checking-transaction-journey" }
excerpt: "Get your code audited in the Scroll Audit Marketplace built on Areta Market."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Running a Scroll L2geth Node"
lang: "en"
permalink: "developers/guides/running-a-scroll-node"
excerpt: "This guide contains instructions on how to run your own node on the Scroll network."
whatsnext: { "Checking Transaction Journey Guide": "/developers/guides/checking-transaction-journey" }
whatsnext: { "Auditing Your Code": "/developers/guides/auditing-your-code" }
---

import Aside from "../../../../../components/Aside.astro"
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/en/developers/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Building on Scroll"
lang: "en"
permalink: "developers/"
excerpt: "Building on Scroll feels just like Ethereum, and you can bring your favorite tooling and contracts with you."
whatsnext: { "Developer Quickstart": "/en/developers/developer-quickstart" }
whatsnext: { "Frequently Asked Questions": "/en/developers/faq" }
---

import Aside from "../../../../components/Aside.astro"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: Last Modified
title: "Transaction Fees on Scroll"
lang: "en"
permalink: "developers/transaction-fees-on-scroll"
whatsnext: { "Contract Deployment Tutorial": "/en/developers/guides/contract-deployment-tutorial/" }
whatsnext: { "Developer Ecosystem": "/en/developers/developer-ecosystem/" }
excerpt: "Understand how L1 and L2 transaction fees work on Scroll "
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/en/technology/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Scroll Architecture"
lang: "en"
permalink: "technology"
whatsnext:
{ "Scroll Chain": "/en/technology/chain/accounts", "Bridge": "/en/technology/bridge/cross-domain-messaging", "Sequencer": "/en/technology/sequencer/execution-node", "zkEVM": "/en/technology/zkevm/zkevm-overview" }
{ "Scroll Upgrades": "/en/technology/overview/scroll-upgrades", "Scroll Chain": "/en/technology/chain/accounts", "Bridge": "/en/technology/bridge/cross-domain-messaging", "Sequencer": "/en/technology/sequencer/execution-node", "zkEVM": "/en/technology/zkevm/zkevm-overview" }
---

import ClickToZoom from "../../../../components/ClickToZoom.astro"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "Scroll Upgrades"
lang: "en"
permalink: "technology/overview/scroll-upgrades"
whatsnext: { "Euclid Upgrade": "/en/technology/overview/scroll-upgrades/euclid-upgrade" }
---

As the team continues to progress on Scroll's roadmap, we will be upgrading the Scroll network to include new features and improvements.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "Bernoulli Upgrade"
lang: "en"
permalink: "technology/overview/scroll-upgrades/bernoulli-upgrade"
whatsnext: { "Accounts and State": "/en/technology/chain/accounts" }
---

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "Curie Upgrade"
lang: "en"
permalink: "technology/overview/scroll-upgrades/curie-upgrade"
whatsnext: { "Bernoulli Upgrade": "/en/technology/overview/scroll-upgrades/bernoulli-upgrade" }
---

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "Darwin Upgrade"
lang: "en"
permalink: "technology/overview/scroll-upgrades/darwin-upgrade"
whatsnext: { "Curie Upgrade": "/en/technology/overview/scroll-upgrades/curie-upgrade" }
---

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "Darwin v2 Upgrade"
lang: "en"
permalink: "technology/overview/scroll-upgrades/darwin-v2-upgrade"
whatsnext: { "Darwin Upgrade": "/en/technology/overview/scroll-upgrades/darwin-upgrade" }
---

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "Euclid Upgrade"
lang: "en"
permalink: "technology/overview/scroll-upgrades/euclid-upgrade"
whatsnext: { "Darwin V2 Upgrade": "/en/technology/overview/scroll-upgrades/darwin-v2-upgrade" }
---

### Overview
Expand Down
69 changes: 0 additions & 69 deletions src/features/landing/sections/ResourcesCTA.astro

This file was deleted.

111 changes: 0 additions & 111 deletions src/pages/en/home/QuickStart.astro

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/en/home/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { changeLanguage } from "i18next"
import HomeLayout from "../../../layouts/HomeLayout.astro"
import Search from "../../../components/HomeSearch"
import QuickStart from "./QuickStart.astro"
import Navigate from "./Navigate.astro"
import ConnectUs from "./ConnectUs.astro"

Expand All @@ -18,7 +17,6 @@ changeLanguage("en")
</div>
<div class="content bg-white dark:bg-black">
<div class="inner">
<QuickStart />
<Navigate />
<ConnectUs />
</div>
Expand Down
Loading