Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dev-cluster tutorials #60

Merged
merged 8 commits into from
Jun 3, 2024
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
10 changes: 1 addition & 9 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { BASE: base = "/" } = process.env;
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Astria",
description: "The Shared Sequencer Network",
description: "The Sequencing Layer Network",
lastUpdated: true,
cleanUrls: true,
ignoreDeadLinks: true,
Expand Down Expand Up @@ -76,14 +76,6 @@ function sidebar() {
text: 'Tutorials',
collapsed: true,
items: [
{ text: 'Deploy a Local Rollup', link: '/local-rollup/dev-cluster-local-rollup' },
{
text: 'Deploy a Cloud Rollup',
collapsed: true,
items: [
{ text: 'Digital Ocean', link: '/cloud-rollup/digital-ocean' },
]
},
{
text: 'Using the Astria cli',
collapsed: true,
Expand Down
18 changes: 11 additions & 7 deletions docs/astria-evm/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,32 @@ sidebar_position: 1

| Property | Value |
|-----|-----|
| Network Name | dusk-3 |
| RPC URL | [https://rpc.evm.dusk-3.devnet.astria.org](https://rpc.evm.dusk-3.devnet.astria.org) |
| Network Name | dusk-7 |
| RPC URL | [https://rpc.evm.dusk-7.devnet.astria.org](https://rpc.evm.dusk-7.devnet.astria.org) |
| Chain ID | 912559 |
| Currency Symbol | RIA |
| Dora | [https://www.ondora.xyz/network/astria-devnet](https://www.ondora.xyz/network/astria-devnet) |
| Faucet | [https://faucet.evm.dusk-3.devnet.astria.org](https://faucet.evm.dusk-3.devnet.astria.org) |
| Block Scout | [https://explorer.evm.dusk-3.devnet.astria.org/](https://explorer.evm.dusk-3.devnet.astria.org/) |
| Faucet | [https://faucet.evm.dusk-7.devnet.astria.org](https://faucet.evm.dusk-7.devnet.astria.org) |
| Block Scout | [https://explorer.evm.dusk-7.devnet.astria.org/](https://explorer.evm.dusk-7.devnet.astria.org/) |

## Adding to Metamask

Follow Metamask's official documentation to [manually add a custom network.](https://support.metamask.io/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC#h_01G63GGJ83DGDRCS2ZWXM37CV5)

Your settings should look like the image below
Your settings should be the following:

![Metamask](assets/metamask-dusk2.png)
* Network Name: `dusk-7`
* New RPC URL: `https://rpc.evm.dusk-7.devnet.astria.org`
* Chain ID: `912559`
* Currency symbol: `RIA`
* Block Explorer URL: `<empty>`

## Using Cast

Set your `ETH_RPC_URL`:

```bash
export ETH_RPC_URL=https://rpc-archive.evm.dusk-3.devnet.astria.org/
export ETH_RPC_URL=https://rpc-archive.evm.dusk-7.devnet.astria.org/
```

```bash
Expand Down
Binary file removed docs/cloud-rollup/assets/a-record.png
Binary file not shown.
Binary file removed docs/cloud-rollup/assets/cname-record-example.png
Binary file not shown.
Binary file removed docs/cloud-rollup/assets/do-setup.png
Binary file not shown.
Binary file removed docs/cloud-rollup/assets/doctl-screenshot.png
Binary file not shown.
Binary file removed docs/cloud-rollup/assets/sequencer-faucet.png
Binary file not shown.
298 changes: 0 additions & 298 deletions docs/cloud-rollup/digital-ocean.md

This file was deleted.

Loading
Loading