mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-30 18:58:00 +00:00
Propose W3F node (#188)
This commit is contained in:
committed by
Jaco Greeff
parent
e351e889a8
commit
a5dde028ac
@@ -22,6 +22,12 @@ const WSS_NODES = {
|
||||
nodes: {
|
||||
alex: 'wss://alex.unfrastructure.io/public/ws'
|
||||
}
|
||||
},
|
||||
w3f: {
|
||||
hosted: 'hosted by Web3 Foundation',
|
||||
nodes: {
|
||||
kusama: 'wss://canary-5.kusama.network/'
|
||||
}
|
||||
}
|
||||
};
|
||||
const LANGUAGE_DEFAULT = 'default';
|
||||
@@ -37,6 +43,10 @@ const ENDPOINTS: Options = [
|
||||
text: `Kusama (Polkadot Canary, ${WSS_NODES.parity.hosted})`,
|
||||
value: WSS_NODES.parity.nodes.kusama
|
||||
},
|
||||
{
|
||||
text: `Kusama (Polkadot Canary, ${WSS_NODES.w3f.hosted})`,
|
||||
value: WSS_NODES.w3f.nodes.kusama
|
||||
},
|
||||
{
|
||||
text: `Alexander (Polkadot Test, ${WSS_NODES.parity.hosted})`,
|
||||
value: WSS_NODES.parity.nodes.alex
|
||||
|
||||
Reference in New Issue
Block a user