Skip to content

Commit

Permalink
dusk-2 to dusk-3
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Jan 18, 2024
1 parent d5e83e7 commit 31d4b71
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
10 changes: 5 additions & 5 deletions docs/astria-evm/1-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ sidebar_position: 1

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

## Adding to Metamask

Expand All @@ -29,7 +29,7 @@ Your settings should look like the image below
Set your `ETH_RPC_URL`:

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

```bash
Expand Down
6 changes: 3 additions & 3 deletions docs/cloud-rollup/digital-ocean.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ config:
balance: '<BALANCE>'
sequencer:
initialBlockHeight: <INITIAL_SEQUENCER_BLOCK_HEIGHT>
websocket: wss://rpc.sequencer.dusk-2.devnet.astria.org/websocket
rpc: https://rpc.sequencer.dusk-2.devnet.astria.org
websocket: wss://rpc.sequencer.dusk-3.devnet.astria.org/websocket
rpc: https://rpc.sequencer.dusk-3.devnet.astria.org
ingress:
hostname: <YOUR_HOSTNAME>
celestia-node:
Expand Down Expand Up @@ -214,7 +214,7 @@ export SEQUENCER_ACCOUNT_ADDRESS=8a2f...5f68

## Fund your Sequencer Account

Navigate to <https://faucet.sequencer.dusk-2.devnet.astria.org/>
Navigate to <https://faucet.sequencer.dusk-3.devnet.astria.org/>
to view the sequencer faucet.

Enter your `<SEQUENCER_ACCOUNT_ADDRESS>` into the text box
Expand Down
2 changes: 1 addition & 1 deletion docs/components/_astria-cli-install.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Clone the Astria [dev-cluster](https://github.com/astriaorg/dev-cluster/tree/main)

```bash
git clone --branch dusk-2 https://github.com/astriaorg/dev-cluster.git
git clone --branch dusk-3 https://github.com/astriaorg/dev-cluster.git
```

### Install the latest [astria cli](https://github.com/astriaorg/astria/releases/tag/cli-v0.2.0)
Expand Down
4 changes: 2 additions & 2 deletions docs/components/_remote-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ The endpoints for the remote shared sequencer are:

| NAME | HOSTS | ADDRESS |
|-----|-----|-----|
| Sequencer RPC | rpc.sequencer.dusk-2.devnet.astria.org | 34.111.73.187 |
| Sequencer Faucet | faucet.sequencer.dusk-2.devnet.astria.org | 34.36.8.102 |
| Sequencer RPC | rpc.sequencer.dusk-3.devnet.astria.org | 34.111.73.187 |
| Sequencer Faucet | faucet.sequencer.dusk-3.devnet.astria.org | 34.36.8.102 |
20 changes: 10 additions & 10 deletions docs/dusk-faq/1-information.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ Endpoints for the remote cluster are the following:

| NAME | HOSTS | ADDRESS |
|-----|-----|-----|
| EVM JSON RPC | rpc.evm.dusk-2.devnet.astria.org | 34.160.214.22 |
| EVM Block Explorer | explorer.evm.dusk-2.devnet.astria.org | 34.111.167.16 |
| EVM Faucet | faucet.evm.dusk-2.devnet.astria.org | 130.211.4.120 |
| Sequencer RPC | rpc.sequencer.dusk-2.devnet.astria.org | 34.111.73.187 |
| Sequencer Faucet | faucet.sequencer.dusk-2.devnet.astria.org | 34.36.8.102 |
| EVM JSON RPC | rpc.evm.dusk-3.devnet.astria.org | 34.160.214.22 |
| EVM Block Explorer | explorer.evm.dusk-3.devnet.astria.org | 34.111.167.16 |
| EVM Faucet | faucet.evm.dusk-3.devnet.astria.org | 130.211.4.120 |
| Sequencer RPC | rpc.sequencer.dusk-3.devnet.astria.org | 34.111.73.187 |
| Sequencer Faucet | faucet.sequencer.dusk-3.devnet.astria.org | 34.36.8.102 |

## Software Versions

The latest Devnet (dusk-2) runs the following software versions:
- [conductor v0.11.0](https://github.com/astriaorg/astria/releases/tag/v0.11.0--conductor)
- [composer v0.3.0](https://github.com/astriaorg/astria/releases/tag/v0.3.0--composer)
- [sequencer-relayer v0.9.0](https://github.com/astriaorg/astria/releases/tag/v0.9.0--sequencer-relayer)
- [sequencer v0.7.0](https://github.com/astriaorg/astria/releases/tag/v0.7.0--sequencer)
The latest Devnet (dusk-3) runs the following software versions:
- [conductor v0.11.1](https://github.com/astriaorg/astria/releases/tag/conductor-v0.11.1)
- [composer v0.3.1](https://github.com/astriaorg/astria/releases/tag/composer-v0.3.1)
- [sequencer-relayer v0.9.1](https://github.com/astriaorg/astria/releases/tag/sequencer-relayer-v0.9.1)
- [sequencer v0.8.0](https://github.com/astriaorg/astria/releases/tag/sequencer-v0.8.0)

## Install the latest Astria cli
import CLI from '../components/_cli-local.mdx';
Expand Down
6 changes: 3 additions & 3 deletions docs/local-rollup/1-introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ config:
balance: '<BALANCE>'
sequencer:
initialBlockHeight: <INITIAL_SEQUENCER_BLOCK_HEIGHT>
websocket: wss://rpc.sequencer.dusk-2.devnet.astria.org/websocket
rpc: https://rpc.sequencer.dusk-2.devnet.astria.org
websocket: wss://rpc.sequencer.dusk-3.devnet.astria.org/websocket
rpc: https://rpc.sequencer.dusk-3.devnet.astria.org
ingress:
hostname: localdev.me
celestia-node:
Expand Down Expand Up @@ -178,7 +178,7 @@ export SEQUENCER_ACCOUNT_ADDRESS=8a2f...5f68

## Fund your Sequencer Account

Navigate to < https://faucet.sequencer.dusk-2.devnet.astria.org/ > to view the
Navigate to < https://faucet.sequencer.dusk-3.devnet.astria.org/ > to view the
sequencer faucet.

Enter your `<SEQUENCER_ACCOUNT_ADDRESS>` into the text box to send
Expand Down

0 comments on commit 31d4b71

Please sign in to comment.