Propose W3F node (#188)

This commit is contained in:
Logan Saether
2019-08-26 06:53:29 +02:00
committed by Jaco Greeff
parent e351e889a8
commit a5dde028ac
+10
View File
@@ -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