Skip to content

Commit

Permalink
SOV-2671: update Discord link in footer (#2557)
Browse files Browse the repository at this point in the history
* feat: update Discord link in footer

* feat: update discord link in docs
  • Loading branch information
soulBit authored Jun 26, 2023
1 parent 94b0376 commit 8a81511
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Remember, bug reports are created in the hope that others with the same problem

Sovryn's GitHub issue trackers are not intended to provide help or support. Instead, use one of the following channels:

- [Discord](https://discord.gg/J22WS6z)
- [Discord](https://discord.gg/sovryn)
- [Gitbook Tutorials](https://sovryn-1.gitbook.io/sovryn)
- [Sovryn Blog](https://sovryn.app/blog/)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Remember, bug reports are created in the hope that others with the same problem

Sovryn's GitHub issue trackers are not intended to provide help or support. Use one of the following channels instead:

- [Discord](https://discord.gg/J22WS6z)
- [Discord](https://discord.gg/sovryn)
- [Wiki Pages](https://wiki.sovryn.app)
- [Sovryn Forum](https://forum.sovryn.app)
- [Sovryn Blog](https://sovryn.app/blog/)
Expand Down
2 changes: 1 addition & 1 deletion src/utils/classifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const gasLimit = {
[TxType.CONVERT_BTCB]: 120000,
};

export const discordInvite = 'https://discord.gg/kBTNx4zjRf'; //unlimited use, no-expiry invite
export const discordInvite = 'https://discord.gg/sovryn';

export const sovrynTwitter = 'https://twitter.com/SovrynBTC';
export const sovrynTelegram = 'https://t.me/SovrynBitcoin';
Expand Down

0 comments on commit 8a81511

Please sign in to comment.