-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Begin the overhaul * Update to latest docusaurus * fixes gas price estimations * Add link for dmarz * fix security vulns + node dep problems * attend to brock's comment * remove precompiles tutorial * split out more tutorials for better vis + prep to address dmarz requests in next PR * fix build
- Loading branch information
1 parent
7517a19
commit 1f1c7ad
Showing
16 changed files
with
1,775 additions
and
1,886 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Rigil Testnet | ||
description: How to use the Rigil testnet | ||
keywords: | ||
- test | ||
- build | ||
- suave | ||
- create | ||
- deploy | ||
- transact | ||
--- | ||
|
||
import RPCButton from '@site/src/components/RPCButton/index'; | ||
|
||
# Rigil | ||
|
||
:::info | ||
|
||
We encourage you to read our [tutorials first](/tutorials) to understand how to work with SUAVE locally. | ||
|
||
If you've already done that, you can also look through all the tools and examples already in use on Rigil in [**our community directory**](/tools/community-directory). | ||
|
||
::: | ||
|
||
## Chain info | ||
|
||
- [Block Explorer](https://explorer.rigil.suave.flashbots.net) | ||
- [Faucet](https://faucet.rigil.suave.flashbots.net/) | ||
- [EthStats](https://ethstats.rigil.suave.flashbots.net/) | ||
- [Technical Specs](/technical/specs/rigil/) | ||
- `chainId: 16813125` | ||
- Rigil Kettle Address: `0x03493869959c866713c33669ca118e774a30a0e5` | ||
|
||
We have RPC nodes you can connect to: | ||
|
||
<RPCButton /> |
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
Oops, something went wrong.