Skip to content

Commit

Permalink
docs: update discor dlink (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored Sep 18, 2024
1 parent 9510b6d commit d3e4104
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default {
{ icon: "github", link: "https://github.com/celestiaorg/docs" },
{ icon: "twitter", link: "https://twitter.com/CelestiaOrg" },
{ icon: "youtube", link: "https://www.youtube.com/@CelestiaNetwork" },
{ icon: "discord", link: "https://discord.gg/celestiacommunity" },
{ icon: "discord", link: "https://discord.gg/8affx48xyb" },
{ icon: { svg: telegramSVG }, link: "https://t.me/CelestiaCommunity" },
],

Expand Down Expand Up @@ -258,7 +258,7 @@ function nav() {
{ text: "Networks", link: "/nodes/participate" },
{ text: "Nodes", link: "/nodes/overview" },
{ text: "Developers", link: "/developers/build-whatever" },
{ text: "Discord", link: "https://discord.gg/celestiacommunity" },
{ text: "Discord", link: "https://discord.gg/8affx48xyb" },
{
text: "Quick start",
items: [
Expand Down Expand Up @@ -813,7 +813,7 @@ function sidebarHome() {
text: "Community",
collapsed: true,
items: [
{ text: "Discord", link: "https://discord.gg/celestiacommunity"},
{ text: "Discord", link: "https://discord.gg/8affx48xyb"},
{ text: "Code of Conduct", link: "/community/coc" },
{ text: "Celestia Foundation Delegation Program",
link: "/community/foundation-delegation-program"
Expand Down
2 changes: 1 addition & 1 deletion developers/node-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ the celestia-node directory:

If you would like to fund your wallet with testnet tokens, head over
to either the `#mocha-faucet` or `#arabica-faucet` channels on the
[Celestia Discord](https://discord.gg/celestiacommunity).
[Celestia Discord](https://discord.gg/8affx48xyb).

You can request funds to your wallet address using the following command in
Discord:
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ features:
icon: ⚙️
- title: Community
details: Join the Celestia discord to connect, collaborate, and contribute to the future of modular blockchains.
link: https://discord.gg/celestiacommunity
link: https://discord.gg/8affx48xyb
icon: 🏰
---
2 changes: 1 addition & 1 deletion nodes/celestia-app-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ celestia-appd keys list
## Fund a wallet

For the public celestia address, you can fund the
previously created wallet via [Discord](https://discord.gg/celestiacommunity)
previously created wallet via [Discord](https://discord.gg/8affx48xyb)
by sending this message to either the #mocha-faucet or #arabica-faucet channel:

```text
Expand Down
2 changes: 1 addition & 1 deletion nodes/ibc-relayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ each chain.

You can get testnet tokens from faucets for bot testnets via Discord:

- Celestia: [https://discord.gg/celestiacommunity](https://discord.gg/celestiacommunity)
- Celestia: [https://discord.gg/8affx48xyb](https://discord.gg/8affx48xyb)
- Cosmos Hub: [https://discord.gg/cosmosnetwork](https://discord.gg/cosmosnetwork)

Add your seed phrase to a file and upload it to the server. Do not
Expand Down

0 comments on commit d3e4104

Please sign in to comment.