Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/8affx48xyb" },
{ icon: "discord", link: "https://discord.gg/celestiacommunity" },
{ 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/8affx48xyb" },
{ text: "Discord", link: "https://discord.gg/celestiacommunity" },
{
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/8affx48xyb"},
{ text: "Discord", link: "https://discord.gg/celestiacommunity"},
{ 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/8affx48xyb).
[Celestia Discord](https://discord.gg/celestiacommunity).

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/8affx48xyb
link: https://discord.gg/celestiacommunity
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/8affx48xyb)
previously created wallet via [Discord](https://discord.gg/celestiacommunity)
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/8affx48xyb](https://discord.gg/8affx48xyb)
- Celestia: [https://discord.gg/celestiacommunity](https://discord.gg/celestiacommunity)
- 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