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
4 changes: 2 additions & 2 deletions src/components/FooterLinks/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ export const columns: { sections: Section[] }[] = [
isExternal: true,
},
{
text: "HelixBridge",
href: "https://helixbridge.app/",
text: "HelixBox Bridge",
href: "https://bridge.helix.box/",
isExternal: true,
},
{
Expand Down
17 changes: 16 additions & 1 deletion src/components/Header/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ export const navigations: {
link: "https://apps.darwinia.network/",
isExternal: true
},
{
label: "DSafe",
link: "https://dsafe.darwinia.network/",
isExternal: true
},
{
label: "Names",
link: "https://names.darwinia.network/",
isExternal: true
},
{
label: "Collator Staking",
link: "https://collator-staking.darwinia.network/",
Expand All @@ -30,7 +40,7 @@ export const navigations: {
},
{
label: "Govenance",
link: "https://darwinia2.subsquare.io/",
link: "https://gov.ringdao.com/",
isExternal: true,
},
{
Expand Down Expand Up @@ -79,6 +89,11 @@ export const navigations: {
link: "https://docs.darwinia.network/build/chain/run-collator-node/",
isExternal: true,
},
{
label: "Network Status",
link: "https://status.darwinia.network/",
isExternal: true,
},
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/data/ringdata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ interface CardsData {
desc : "If you have some RING already, you can initiate sending and receiving RING through the bridge." ,
buttonText : "Try a bridge" ,
type : "" ,
link : "https://helixbridge.app/?token_category=ring"
link : "https://bridge.helix.box/?token_category=ring"
} ,
{
id: "4",
Expand Down
Loading