From e305e49582037b2dd8aea65e91f5102311941175 Mon Sep 17 00:00:00 2001 From: Vanshika Srivastava Date: Thu, 26 Sep 2024 20:23:34 +0530 Subject: [PATCH] Make changes for discord link (#721) * Add files via upload * Update 07-24-core-devs-call.md * fix broken RPC url * fix all the broken anchors and hyperlinks * chore: fix some comments (#702) Signed-off-by: zhoufanjin * shutterized -> to change to shutter enabled * fix core dev call layout * Core Devs Call Notes July 31, 2024 * remove custom signer from interact page * fix: 07-31-core-devs-call format * Core Devs Call Notes Aug 7, 2024 * "Liquid Staking" Page Update (#709) * Update _generate_validator_keys_wagyu.md (#710) Adding a warning about entering a withdrawal address at the key generation step in Wagyu. This idea comes after seeing multiple validators not paying attention to it recently and ending up having to update their withdrawal credential using Ethdo after which is not really easy for non technical people. This warning should hopefully prevent such cases in the future. * Update voluntary-exit.md (#711) Fixing a warning that wasn't really exact, as updating a 0x00 withdrawal credential is also possible on an exited validator as well but is much more challenging because the node is most often offline. * Add files via upload * Update 08-21-core-devs-call.md * Update 08-07-core-devs-call.md * Updates 08-21-core-devs-call.md for a small typo * Core Devs call notes Aug 28 * feat: Cookbook Onboard integration (#715) * Update 08-28-core-devs-call.md - fix format * Added dRPC to community Faucets (#698) * chore(bridges): update deprecated url to https://github.com/tokenbridge/ * add section for running node with eth swarm setup * feat(bridges): add Hashi integration overview * chore(bridges): add testnet contracts for Hashi integration * fix: error * added custom signers guides * Add Confidential Computing category and Secret Network tooling (#719) * Create confidential-computing * Delete docs/technicalguides/confidential-computing * Create secret-network.md * Update secret-network.md * Updated the faucet link * fix naming for confidential computing * Update release workflow name * Update Faucets.md with Correct faucet link * Update communication.md with new discord link * Update staking.md with new discord link * Update docusaurus.config.js * Update troubleshooting.md * Update monitoring.md * Update bug-bounty.md * Update depositWithdrawalReward.md * Update offlineAndSyncIssue.md * Update changingwc.md --------- Signed-off-by: zhoufanjin Co-authored-by: Armagan Ercan Co-authored-by: Armagan Ercan Co-authored-by: zhoufanjin Co-authored-by: zengzengzenghuy <85567868+zengzengzenghuy@users.noreply.github.com> Co-authored-by: jackgale.eth Co-authored-by: theChim9 <96598599+theChim9@users.noreply.github.com> Co-authored-by: Anton Dosta Co-authored-by: Martin <57139098+maradeeym@users.noreply.github.com> Co-authored-by: zengzengzenghuy Co-authored-by: skundu42 Co-authored-by: Patrick | Secret Network <7717686+secretpatrick@users.noreply.github.com> Co-authored-by: gMonty --- .github/workflows/{tag_release.yml => create_release.yml} | 0 docs/about/communication.md | 2 +- docs/about/specs/bug-bounty.md | 2 +- .../Legacy Bridges UI/using-xdai-bridge/troubleshooting.md | 2 +- docs/faq/Node FAQs/changingwc.md | 2 +- docs/faq/Node FAQs/depositWithdrawalReward.md | 2 +- docs/faq/Node FAQs/monitoring.md | 2 +- docs/faq/Node FAQs/offlineAndSyncIssue.md | 2 +- docs/faq/Node FAQs/staking.md | 2 +- docs/tools/Faucets.md | 2 +- docusaurus.config.js | 2 +- 11 files changed, 10 insertions(+), 10 deletions(-) rename .github/workflows/{tag_release.yml => create_release.yml} (100%) diff --git a/.github/workflows/tag_release.yml b/.github/workflows/create_release.yml similarity index 100% rename from .github/workflows/tag_release.yml rename to .github/workflows/create_release.yml diff --git a/docs/about/communication.md b/docs/about/communication.md index 077a8c37..570799e8 100644 --- a/docs/about/communication.md +++ b/docs/about/communication.md @@ -23,7 +23,7 @@ keywords: [gnosis, gnosis twitter, gnosis telegram, gnosis discord, governance f ## Support -- [Discord](https://discord.gg/gnosischain) +- [Discord](https://discord.gg/gnosis) - [Validator Resources & Feedback Form](https://tally.so/r/3y4V1W) - General Inquiries: [community@gnosis.io](mailto:community@gnosis.io) diff --git a/docs/about/specs/bug-bounty.md b/docs/about/specs/bug-bounty.md index 7f9eb541..d1a33541 100644 --- a/docs/about/specs/bug-bounty.md +++ b/docs/about/specs/bug-bounty.md @@ -80,7 +80,7 @@ More info -> [https://medium.com/immunefi/xdai-stake-hosts-2-000-000-bug-bounty- ## What’s next? - [Submit a bug](https://bugs.immunefi.com/) -- Any questions about the program? Reach out to us in our [Discord](https://discord.gg/gnosischain) channel! +- Any questions about the program? Reach out to us in our [Discord](https://discord.gg/gnosis) channel! ## FAQ diff --git a/docs/bridges/Legacy Bridges UI/using-xdai-bridge/troubleshooting.md b/docs/bridges/Legacy Bridges UI/using-xdai-bridge/troubleshooting.md index 955a0743..ab3e3bd6 100644 --- a/docs/bridges/Legacy Bridges UI/using-xdai-bridge/troubleshooting.md +++ b/docs/bridges/Legacy Bridges UI/using-xdai-bridge/troubleshooting.md @@ -29,7 +29,7 @@ If you are using OmniBridge for other ERC20 tokens (not xDai to Dai) please see ## Bridge UI is Offline or in Maintenance Mode -We are doing some periodic maintenance and optimization on the Bridge and are now putting the UI into maintenance mode during these times to avoid additional confusion and/or delayed transactions for users. If you started a transaction but it did not complete because of maintenance mode, be assured that funds are safe and will be available once maintenance is complete. If you have questions or concerns during maintenance, please contact us in [Discord channel](https://discord.gg/gnosischain) for up-to-date information. +We are doing some periodic maintenance and optimization on the Bridge and are now putting the UI into maintenance mode during these times to avoid additional confusion and/or delayed transactions for users. If you started a transaction but it did not complete because of maintenance mode, be assured that funds are safe and will be available once maintenance is complete. If you have questions or concerns during maintenance, please contact us in [Discord channel](https://discord.gg/gnosis) for up-to-date information. ## I Only See Bridging in 1 Direction diff --git a/docs/faq/Node FAQs/changingwc.md b/docs/faq/Node FAQs/changingwc.md index 3eb6d7dd..65759178 100644 --- a/docs/faq/Node FAQs/changingwc.md +++ b/docs/faq/Node FAQs/changingwc.md @@ -3,7 +3,7 @@ title: Changing Withdrawal Credential --- :::info -**Find this document incomplete? Visit our [Discord channel](https://discord.gg/gnosischain) or contact us via [Validator Request form](https://tally.so/r/3y4V1W)!** +**Find this document incomplete? Visit our [Discord channel](https://discord.gg/gnosis) or contact us via [Validator Request form](https://tally.so/r/3y4V1W)!** ::: :::info diff --git a/docs/faq/Node FAQs/depositWithdrawalReward.md b/docs/faq/Node FAQs/depositWithdrawalReward.md index 6bc832d7..3c31b8f4 100644 --- a/docs/faq/Node FAQs/depositWithdrawalReward.md +++ b/docs/faq/Node FAQs/depositWithdrawalReward.md @@ -3,7 +3,7 @@ title: Deposit, Withdrawals, and Rewards --- :::info -**Find this document incomplete? Visit our [Discord channel](https://discord.gg/gnosischain) or contact us via [Validator Request form](https://tally.so/r/3y4V1W)!** +**Find this document incomplete? Visit our [Discord channel](https://discord.gg/gnosis) or contact us via [Validator Request form](https://tally.so/r/3y4V1W)!** ::: :::info diff --git a/docs/faq/Node FAQs/monitoring.md b/docs/faq/Node FAQs/monitoring.md index 4ab23fdf..1b569734 100644 --- a/docs/faq/Node FAQs/monitoring.md +++ b/docs/faq/Node FAQs/monitoring.md @@ -3,7 +3,7 @@ title: Monitoring and Alerts --- :::info -**Find this document incomplete? Visit our [Discord channel](https://discord.gg/gnosischain) or contact us via [Validator Request form](https://tally.so/r/3y4V1W)!** +**Find this document incomplete? Visit our [Discord channel](https://discord.gg/gnosis) or contact us via [Validator Request form](https://tally.so/r/3y4V1W)!** ::: :::info diff --git a/docs/faq/Node FAQs/offlineAndSyncIssue.md b/docs/faq/Node FAQs/offlineAndSyncIssue.md index 9105cc59..163d6c4d 100644 --- a/docs/faq/Node FAQs/offlineAndSyncIssue.md +++ b/docs/faq/Node FAQs/offlineAndSyncIssue.md @@ -3,7 +3,7 @@ title: Offline and Sync Issue --- :::info -**Find this document incomplete? Visit our [Discord channel](https://discord.gg/gnosischain) or contact us via [Validator Request form](https://tally.so/r/3y4V1W)!** +**Find this document incomplete? Visit our [Discord channel](https://discord.gg/gnosis) or contact us via [Validator Request form](https://tally.so/r/3y4V1W)!** ::: :::info diff --git a/docs/faq/Node FAQs/staking.md b/docs/faq/Node FAQs/staking.md index 47c34175..92fcc563 100644 --- a/docs/faq/Node FAQs/staking.md +++ b/docs/faq/Node FAQs/staking.md @@ -3,7 +3,7 @@ title: Staking and Liquid Staking --- :::info -**Find this document incomplete? Visit our [Discord channel](https://discord.gg/gnosischain) or contact us via [Validator Request form](https://tally.so/r/3y4V1W)!** +**Find this document incomplete? Visit our [Discord channel](https://discord.gg/gnosis) or contact us via [Validator Request form](https://tally.so/r/3y4V1W)!** ::: :::info diff --git a/docs/tools/Faucets.md b/docs/tools/Faucets.md index d3019cbc..a55e89f1 100644 --- a/docs/tools/Faucets.md +++ b/docs/tools/Faucets.md @@ -8,7 +8,7 @@ keywords: [faucet, xdai faucet, xdai token, token faucet, erc20 token] A faucet is a service that provides small amounts of [xDai tokens](/concepts/tokens/xdai) to users who are experimenting with Gnosis. Here is a list of the available faucets. :::note -If the faucet is not functioning properly, feel free to seek assistance on the [Gnosis Chain Discord channel](https://discord.gg/gnosischain). +If the faucet is not functioning properly, feel free to seek assistance on the [Gnosis Chain Discord channel](https://discord.gg/gnosis). ::: ## Official Faucet diff --git a/docusaurus.config.js b/docusaurus.config.js index ba3b9025..ffb7f046 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -175,7 +175,7 @@ const config = { }, { label: "Discord", - href: "https://discord.gg/gnosischain", + href: "https://discord.gg/gnosis", }, { label: "Twitter",