Skip to content

Commit

Permalink
bump endpoints in remote walkthrough to dusk-7
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed May 24, 2024
1 parent 1fe0798 commit 2e5cef0
Showing 1 changed file with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ additional genesis information to work with the remote sequencer.
Run the following using the Astira cli:

```bash
astria-go sequencer blockheight --sequencer-url https://rpc.sequencer.dusk-5.devnet.astria.org
astria-go sequencer blockheight --sequencer-url https://rpc.sequencer.dusk-7.devnet.astria.org
```

Then, open the `geth-genesis-local.json` file and update the `chainId` and
Expand Down Expand Up @@ -129,23 +129,24 @@ rollup](#setup-a-geth-rollup).

```toml
[dusk]
sequencer_chain_id = 'astria-dusk-5'
sequencer_grpc = 'https://grpc.sequencer.dusk-5.devnet.astria.org/'
sequencer_rpc = 'https://rpc.sequencer.dusk-5.devnet.astria.org/'
sequencer_chain_id = 'astria-dusk-7'
sequencer_grpc = 'https://grpc.sequencer.dusk-7.devnet.astria.org/'
sequencer_rpc = 'https://rpc.sequencer.dusk-7.devnet.astria.org/'
rollup_name = '<your rollup name>' # update this value
default_denom = 'nria'
```

Then open the `~/.astria/default/config/base-config.toml` and update the
`astria_composer_private_key` variable with the private key from the sequencer
account you just created.
Then open the `~/.astria/default/config/composer_dev_priv_key` and replace dev private
key in that file with your private key from the sequencer account you just
created.

```toml
astria_composer_private_key = '<your priv key>'
```
:::warning
If you skip updating the priv key the Astria services will still start correctly
but your Composer will not be able to write transactions to the sequencer.
:::

You can then use the [Sequencer
Faucet](https://faucet.sequencer.dusk-5.devnet.astria.org/) to fund the account
Faucet](https://faucet.sequencer.dusk-7.devnet.astria.org/) to fund the account
you just created using the account address.

## Run the local Astria components against the Remote Sequencer
Expand Down

0 comments on commit 2e5cef0

Please sign in to comment.