diff --git a/src/components/LeftSidebar/UsefulLinks.tsx b/src/components/LeftSidebar/UsefulLinks.tsx
index fbf409c7..b8adc9d4 100644
--- a/src/components/LeftSidebar/UsefulLinks.tsx
+++ b/src/components/LeftSidebar/UsefulLinks.tsx
@@ -4,24 +4,27 @@ import { currentLinks } from '@/components/LeftSidebar/links'
export const UsefulLinks = () => (
-
Useful links
+
Useful links
-
+
RIF
-
+
+ Forum
+
+
Get RBTC
-
+
Bridge tokens
-
+
Get RNS Domain
Token Resources
diff --git a/src/components/LeftSidebar/links.tsx b/src/components/LeftSidebar/links.tsx
index d2e92c94..2e7d3766 100644
--- a/src/components/LeftSidebar/links.tsx
+++ b/src/components/LeftSidebar/links.tsx
@@ -6,6 +6,7 @@ const regtest = {
rif: '',
rbtc: '',
tokenResources: '',
+ forum: '',
}
const testnet = {
@@ -14,6 +15,7 @@ const testnet = {
rif: 'https://www.coingecko.com/en/coins/rsk-infrastructure-framework/',
rbtc: 'https://rootstock.io/rbtc/#get-rbtc/',
tokenResources: 'https://wiki.rootstockcollective.xyz/Token-Resources-e3f89008a96e4dcab3037ff7861d9d8a',
+ forum: 'https://gov.rootstockcollective.xyz',
}
const mainnet = {
@@ -22,6 +24,7 @@ const mainnet = {
rif: 'https://www.coingecko.com/en/coins/rsk-infrastructure-framework/',
rbtc: 'https://rootstock.io/rbtc/#get-rbtc/',
tokenResources: 'https://wiki.rootstockcollective.xyz/Token-Resources-e3f89008a96e4dcab3037ff7861d9d8a',
+ forum: 'https://gov.rootstockcollective.xyz',
}
const environments = {