Skip to content

Commit

Permalink
add network switch
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4tim committed Oct 8, 2024
1 parent 230d0da commit 7518131
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ export default {
type: "external"
}
]
},
{
title: "Robonomics Parachain",
links: [
{
title: "Polkadot",
link: "/?rpc=wss%3A%2F%2Fpolkadot.rpc.robonomics.network%2F"
},
{
title: "Kusama",
link: "/?rpc=wss%3A%2F%2Fkusama.rpc.robonomics.network%2F"
}
]
}
],
version: " "
Expand Down

0 comments on commit 7518131

Please sign in to comment.