-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update faq and endpoint and link updates
- Loading branch information
1 parent
6245985
commit 9ad98db
Showing
8 changed files
with
35 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
The endpoints for the remote sequencer are: | ||
|
||
| Name | Endpoint | | ||
|---|---| | ||
| EVM JSON RPC | [https://rpc.evm.dusk-7.devnet.astria.org](https://rpc.evm.dusk-7.devnet.astria.org) | | ||
| EVM Block Explorer | [https://explorer.evm.dusk-7.devnet.astria.org](https://explorer.evm.dusk-7.devnet.astria.org) | | ||
| EVM Faucet | [https://faucet.evm.dusk-7.devnet.astria.org](https://faucet.evm.dusk-7.devnet.astria.org) | | ||
| Sequencer RPC | [https://rpc.sequencer.dusk-7.devnet.astria.org](https://rpc.sequencer.dusk-7.devnet.astria.org) | | ||
| Sequencer gRPC | [https://grpc.sequencer.dusk-7.devnet.astria.org](https://grpc.sequencer.dusk-7.devnet.astria.org) | | ||
| Sequencer Faucet | [https://faucet.sequencer.dusk-7.devnet.astria.org](https://faucet.sequencer.dusk-7.devnet.astria.org) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# FAQ and Debugging | ||
|
||
## Endpoints | ||
|
||
<!--@include: ./../components/_remote-endpoints.md--> | ||
|
||
## Software Versions | ||
|
||
The latest Devnet (dusk-7) runs the following software versions: | ||
|
||
- [conductor v0.16.0](https://github.com/astriaorg/astria/releases/tag/conductor-v0.16.0) | ||
- [composer v0.7.0](https://github.com/astriaorg/astria/releases/tag/composer-v0.7.0) | ||
- [sequencer-relayer v0.14.0](https://github.com/astriaorg/astria/releases/tag/sequencer-relayer-v0.14.0) | ||
- [sequencer v0.13.0](https://github.com/astriaorg/astria/releases/tag/sequencer-v0.13.0) | ||
- [Geth EVM v0.5.2](https://github.com/astriaorg/go-ethereum/releases/tag/geth1.13-v0.5.2) | ||
- [CometBFT v0.38.6](https://github.com/cometbft/cometbft/releases/tag/v0.38.6) | ||
|
||
## Install the latest Astria cli | ||
|
||
<!--@include: ../components/_astria-go-cli-install.md--> | ||
|
||
## `astria-go` CLI Commands | ||
|
||
[View all the `astria-go` cli commands.](../developer/references/astria-go/cli-commands.md) |