From 620dbd7523bf3deb61121d32e208411d4bb95185 Mon Sep 17 00:00:00 2001 From: Ale Banzas Date: Fri, 16 Dec 2022 15:13:14 +0100 Subject: [PATCH 1/4] fixing warning --- docs/node/guide/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/node/guide/README.md b/docs/node/guide/README.md index 8616c78d..46194043 100644 --- a/docs/node/guide/README.md +++ b/docs/node/guide/README.md @@ -83,11 +83,12 @@ import VerifyValidatorPartial from '@site/docs/node/guide/validator/_partials/_v -
-

Chiado testnet does not support public participation yet.

-

Steps 5-8 are ommited.

-
-
+ +:::info +Chiado testnet does not support public participation yet. Step 4 is ommited. +::: + + From 13ba49e6d69ccc1b75b42658f825d074679ebf46 Mon Sep 17 00:00:00 2001 From: Ale Banzas Date: Fri, 16 Dec 2022 15:13:28 +0100 Subject: [PATCH 2/4] scaffolding lodestar --- .../beacon/_partials/_install_cl_lodestar.md | 47 +++++++++++++++++++ .../beacon/_partials/_run-consensus-client.md | 11 ++--- 2 files changed, 50 insertions(+), 8 deletions(-) create mode 100644 docs/node/guide/beacon/_partials/_install_cl_lodestar.md diff --git a/docs/node/guide/beacon/_partials/_install_cl_lodestar.md b/docs/node/guide/beacon/_partials/_install_cl_lodestar.md new file mode 100644 index 00000000..9be4b59a --- /dev/null +++ b/docs/node/guide/beacon/_partials/_install_cl_lodestar.md @@ -0,0 +1,47 @@ +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + + + + + + + + +OTHERS MAINNET + + + + +WINDOWS MAINNET + + + + + + + + + + +OTHERS CHIADO + + + + +WINDOWS CHIADO + + + + + + \ No newline at end of file diff --git a/docs/node/guide/beacon/_partials/_run-consensus-client.md b/docs/node/guide/beacon/_partials/_run-consensus-client.md index 27ea31ea..703df356 100644 --- a/docs/node/guide/beacon/_partials/_run-consensus-client.md +++ b/docs/node/guide/beacon/_partials/_run-consensus-client.md @@ -1,6 +1,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import InstallLighthousePartial from '@site/docs/node/guide/beacon/_partials/_install_cl_lighthouse.md'; +import InstallLodestarPartial from '@site/docs/node/guide/beacon/_partials/_install_cl_lodestar.md'; ```mdx-code-block @@ -19,15 +20,9 @@ import InstallLighthousePartial from '@site/docs/node/guide/beacon/_partials/_in -``` - -:::info - -Please refer to [Run a Beacon Node: Lodestar](../lodestar.md) -::: - -```mdx-code-block + + From 151f313aaabea474aaec995626e84b230218c699 Mon Sep 17 00:00:00 2001 From: Ale Banzas Date: Fri, 16 Dec 2022 15:21:47 +0100 Subject: [PATCH 3/4] scaffolding lodestar + teku --- .../beacon/_partials/_install_cl_lodestar.md | 8 ++-- .../beacon/_partials/_install_cl_teku.md | 47 +++++++++++++++++++ .../beacon/_partials/_run-consensus-client.md | 9 +--- .../validator/_partials/_install-validator.md | 16 ++----- .../clients/_install_validator_lodestar.md | 31 ++++++++++++ .../clients/_install_validator_teku.md | 31 ++++++++++++ 6 files changed, 119 insertions(+), 23 deletions(-) create mode 100644 docs/node/guide/beacon/_partials/_install_cl_teku.md create mode 100644 docs/node/guide/validator/_partials/clients/_install_validator_lodestar.md create mode 100644 docs/node/guide/validator/_partials/clients/_install_validator_teku.md diff --git a/docs/node/guide/beacon/_partials/_install_cl_lodestar.md b/docs/node/guide/beacon/_partials/_install_cl_lodestar.md index 9be4b59a..1b808b78 100644 --- a/docs/node/guide/beacon/_partials/_install_cl_lodestar.md +++ b/docs/node/guide/beacon/_partials/_install_cl_lodestar.md @@ -14,12 +14,12 @@ import TabItem from '@theme/TabItem'; ]}> -OTHERS MAINNET +TODO: BEACON LODESTAR OTHERS MAINNET -WINDOWS MAINNET +TODO: BEACON LODESTAR WINDOWS MAINNET @@ -33,12 +33,12 @@ WINDOWS MAINNET ]}> -OTHERS CHIADO +TODO: BEACON LODESTAR OTHERS CHIADO -WINDOWS CHIADO +TODO: BEACON LODESTAR WINDOWS CHIADO diff --git a/docs/node/guide/beacon/_partials/_install_cl_teku.md b/docs/node/guide/beacon/_partials/_install_cl_teku.md new file mode 100644 index 00000000..cbea060f --- /dev/null +++ b/docs/node/guide/beacon/_partials/_install_cl_teku.md @@ -0,0 +1,47 @@ +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + + + + + + + + +TODO: BEACON TEKU OTHERS MAINNET + + + + +TODO: BEACON TEKU WINDOWS MAINNET + + + + + + + + + + +OTHERS CHIADO + + + + +WINDOWS CHIADO + + + + + + \ No newline at end of file diff --git a/docs/node/guide/beacon/_partials/_run-consensus-client.md b/docs/node/guide/beacon/_partials/_run-consensus-client.md index 703df356..21fc5437 100644 --- a/docs/node/guide/beacon/_partials/_run-consensus-client.md +++ b/docs/node/guide/beacon/_partials/_run-consensus-client.md @@ -2,6 +2,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import InstallLighthousePartial from '@site/docs/node/guide/beacon/_partials/_install_cl_lighthouse.md'; import InstallLodestarPartial from '@site/docs/node/guide/beacon/_partials/_install_cl_lodestar.md'; +import InstallTekuPartial from '@site/docs/node/guide/beacon/_partials/_install_cl_teku.md'; ```mdx-code-block @@ -26,15 +27,9 @@ import InstallLodestarPartial from '@site/docs/node/guide/beacon/_partials/_inst -``` - -:::info -Please refer to [Run a Beacon Node: Teku](../teku.md) + -::: - -```mdx-code-block diff --git a/docs/node/guide/validator/_partials/_install-validator.md b/docs/node/guide/validator/_partials/_install-validator.md index 3915e2a2..5c352f0f 100644 --- a/docs/node/guide/validator/_partials/_install-validator.md +++ b/docs/node/guide/validator/_partials/_install-validator.md @@ -18,15 +18,11 @@ import InstallLighthouseValidatorPartial from '@site/docs/node/guide/validator/_ -``` -:::info +import InstallLodestarValidatorPartial from '@site/docs/node/guide/validator/_partials/clients/_install_validator_lodestar.md'; -Please refer to [Run a Beacon Node: Lodestar](../../beacon/lodestar.md) + -::: - -```mdx-code-block @@ -54,15 +50,11 @@ Please refer to [Run a Beacon Node: Prysm](../../beacon/prysm.md) -``` -:::info +import InstallTekuValidatorPartial from '@site/docs/node/guide/validator/_partials/clients/_install_validator_teku.md'; -Please refer to [Run a Beacon Node: Teku](../../beacon/teku.md) + -::: - -```mdx-code-block ``` \ No newline at end of file diff --git a/docs/node/guide/validator/_partials/clients/_install_validator_lodestar.md b/docs/node/guide/validator/_partials/clients/_install_validator_lodestar.md new file mode 100644 index 00000000..7fde9a41 --- /dev/null +++ b/docs/node/guide/validator/_partials/clients/_install_validator_lodestar.md @@ -0,0 +1,31 @@ +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + + + + + + + +TODO: LODESTAR MAINNET OTHERS + + + + +TODO: LODESTAR MAINNET WINDOWS + + + + + + +
+
+ +
diff --git a/docs/node/guide/validator/_partials/clients/_install_validator_teku.md b/docs/node/guide/validator/_partials/clients/_install_validator_teku.md new file mode 100644 index 00000000..9d3d9f57 --- /dev/null +++ b/docs/node/guide/validator/_partials/clients/_install_validator_teku.md @@ -0,0 +1,31 @@ +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + + + + + + + +TODO: TEKU MAINNET OTHERS + + + + +TODO: TEKU MAINNET WINDOWS + + + + + + +
+
+ +
From e40d69dc5f9bc30d98f2b50b32870f1b6e7390cc Mon Sep 17 00:00:00 2001 From: Ale Banzas Date: Tue, 20 Dec 2022 11:56:42 +0100 Subject: [PATCH 4/4] short gateway urls --- docs/about/networks/chiado.md | 26 +++++++------- docs/about/networks/mainnet.md | 62 +++++++++++++++++----------------- docs/tools/rpc/README.mdx | 14 ++++---- 3 files changed, 51 insertions(+), 51 deletions(-) diff --git a/docs/about/networks/chiado.md b/docs/about/networks/chiado.md index abb10458..87dc1499 100644 --- a/docs/about/networks/chiado.md +++ b/docs/about/networks/chiado.md @@ -39,19 +39,19 @@ Image: Trams in Lisbon (credit: [Lisa Fotios](https://www.pexels.com/photo/peopl ## Summary ### Key Infra -| Network Name | Chiado | -| ------------------------------ | ------------------------------------------------------------- | -| Native (fee) token | Testnet xDai on Chiado | -| Staking token | Testnet GNO on Chiado | -| Chain ID | 10200 | -| Execution Layer RPC (Archival) | https://rpc.eu-central-2.gateway.fm/v3/gnosis/archival/chiado | -| Execution Layer RPC | https://rpc.chiadochain.net | -| Execution Layer RPC (WS) | wss://rpc.chiadochain.net/wss | -| Execution Layer Explorer | https://blockscout.chiadochain.net | -| Consensus Layer Explorer | https://beacon.chiadochain.net/ | -| Fork monitor | https://forkmon.chiadochain.net/ | -| EthStats | https://ethstats.chiadochain.net/ | -| Faucet | https://gnosisfaucet.com | +| Network Name | Chiado | +| ------------------------------ | ------------------------------------- | +| Native (fee) token | Testnet xDai on Chiado | +| Staking token | Testnet GNO on Chiado | +| Chain ID | 10200 | +| Execution Layer RPC (Archival) | https://rpc.chiado.gnosis.gateway.fm/ | +| Execution Layer RPC | https://rpc.chiadochain.net | +| Execution Layer RPC (WS) | wss://rpc.chiadochain.net/wss | +| Execution Layer Explorer | https://blockscout.chiadochain.net | +| Consensus Layer Explorer | https://beacon.chiadochain.net/ | +| Fork monitor | https://forkmon.chiadochain.net/ | +| EthStats | https://ethstats.chiadochain.net/ | +| Faucet | https://gnosisfaucet.com | ### Key Parameters | Param | Value | diff --git a/docs/about/networks/mainnet.md b/docs/about/networks/mainnet.md index 272f70f0..8867e8e5 100644 --- a/docs/about/networks/mainnet.md +++ b/docs/about/networks/mainnet.md @@ -9,50 +9,50 @@ keywords: [gnosis mainnet, mainnet, gnosis infrastructure, gnosis faucet, gno, x ## Summary -| Network Name | Gnosis | -| ------------------------------ | ------------------------------------------------------------- | -| Native (fee) token | [xDai](../tokens/xdai.md) | -| Staking token | [GNO](../tokens/gno.md) | -| Chain ID | 100 | +| Network Name | Gnosis | +| ------------------------------ | --------------------------- | +| Native (fee) token | [xDai](../tokens/xdai.md) | +| Staking token | [GNO](../tokens/gno.md) | +| Chain ID | 100 | ## Key Infra ### Execution Layer -| Execution Layer | | -| ------------------------------ | -------------------------------------------------------------------- | -| Execution Layer RPC | https://rpc.ap-southeast-1.gateway.fm/v1/gnosis/non-archival/mainnet | -| Execution Layer RPC | https://rpc.gnosischain.com | -| More RPC endpoints | [RPC Providers](../../tools/rpc/README.mdx) | -| Execution Layer Explorer | https://gnosisscan.io | -| Execution Layer Explorer | https://blockscout.com/xdai/mainnet | -| Fork monitor | https://forkmon.gnosischain.com | -| EthStats | https://ethstats.gnosischain.com | -| Forked Blocks | https://blockscout.com/xdai/mainnet/reorgs | -| Faucet | https://gnosisfaucet.com | +| Execution Layer | | +| ------------------------------ | ------------------------------------------- | +| Execution Layer RPC | https://rpc.gnosis.gateway.fm | +| Execution Layer RPC | https://rpc.gnosischain.com | +| More RPC endpoints | [RPC Providers](../../tools/rpc/README.mdx) | +| Execution Layer Explorer | https://gnosisscan.io | +| Execution Layer Explorer | https://blockscout.com/xdai/mainnet | +| Fork monitor | https://forkmon.gnosischain.com | +| EthStats | https://ethstats.gnosischain.com | +| Forked Blocks | https://blockscout.com/xdai/mainnet/reorgs | +| Faucet | https://gnosisfaucet.com | ### Consensus Layer -| Consensus Layer | | -| ------------------------------ | ------------------------------------------------------------- | -| Consensus Layer RPC | https://rpc-gbc.gnosischain.com | -| Beacon Explorer | https://beacon.gnosischain.com | -| Beacon Explorer Backup 1 | https://beacon-v1.gnosischain.com | -| Beacon Explorer Backup 2 | https://beacon-v2.gnosischain.com | -| Beacon Checkpoint Sync | https://checkpoint.gnosis.gateway.fm | -| Beacon Checkpoint Sync | https://checkpoint.gnosischain.com | -| NodeWatch | https://nodewatch.gnosischain.com | +| Consensus Layer | | +| ------------------------------ | ------------------------------------------- | +| Consensus Layer RPC | https://rpc-gbc.gnosischain.com | +| Beacon Explorer | https://beacon.gnosischain.com | +| Beacon Explorer Backup 1 | https://beacon-v1.gnosischain.com | +| Beacon Explorer Backup 2 | https://beacon-v2.gnosischain.com | +| Beacon Checkpoint Sync | https://checkpoint.gnosis.gateway.fm | +| Beacon Checkpoint Sync | https://checkpoint.gnosischain.com | +| NodeWatch | https://nodewatch.gnosischain.com | ### Other Tools -| Other Tools | | -| ------------------------------ | ------------------------------------------------------------- | -| GnosisPools.info | https://gnosispools.info | -| D14N Info | https://d14n.info/ | -| Bordel | https://bordel.wtf/ | -| More tools | [Tools](../../tools/README.md) | +| Other Tools | | +| ------------------------------ | ------------------------------------------- | +| GnosisPools.info | https://gnosispools.info | +| D14N Info | https://d14n.info/ | +| Bordel | https://bordel.wtf/ | +| More tools | [Tools](../../tools/README.md) | ## Key Parameters diff --git a/docs/tools/rpc/README.mdx b/docs/tools/rpc/README.mdx index 69c270c1..792022e8 100644 --- a/docs/tools/rpc/README.mdx +++ b/docs/tools/rpc/README.mdx @@ -39,15 +39,11 @@ https://rpc.ankr.com/gnosis ``` ```jsx title="Gnosis Mainnet" -https://rpc.ap-southeast-1.gateway.fm/v1/gnosis/non-archival/mainnet -``` - -```jsx title="Gnosis Mainnet" -https://rpc.eu-central-2.gateway.fm/v1/gnosis/non-archival/mainnet +https://rpc.gnosis.gateway.fm ``` ```jsx title="Chiado Testnet (archival)" -https://rpc.eu-central-2.gateway.fm/v3/gnosis/archival/chiado +https://rpc.chiado.gnosis.gateway.fm ``` ```mdx-code-block @@ -90,8 +86,12 @@ wss://rpc.chiadochain.net/wss ``` +```jsx title="Gnosis Mainnet (archival)" +wss://rpc.gnosis.gateway.fm/ws +``` + ```jsx title="Chiado Testnet (archival)" -wss://rpc.eu-central-2.gateway.fm/ws/v3/gnosis/archival/chiado +wss://rpc.chiado.gnosis.gateway.fm/ws ``` ```mdx-code-block