mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-15 07:11:03 +00:00
Swap name of hosted Parity Substrate node (-> FF) (#171)
This commit is contained in:
@@ -13,7 +13,7 @@ const WSS_NODES = {
|
|||||||
hosted: 'hosted by Parity',
|
hosted: 'hosted by Parity',
|
||||||
nodes: {
|
nodes: {
|
||||||
alex: 'wss://poc3-rpc.polkadot.io/',
|
alex: 'wss://poc3-rpc.polkadot.io/',
|
||||||
elm: 'wss://substrate-rpc.parity.io/'
|
fir: 'wss://substrate-rpc.parity.io/'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
unfra: {
|
unfra: {
|
||||||
@@ -34,7 +34,7 @@ const CRYPTOS: Options = [
|
|||||||
const ENDPOINTS: Options = [
|
const ENDPOINTS: Options = [
|
||||||
{ text: `Alexander (Polkadot, ${WSS_NODES.parity.hosted})`, value: WSS_NODES.parity.nodes.alex },
|
{ text: `Alexander (Polkadot, ${WSS_NODES.parity.hosted})`, value: WSS_NODES.parity.nodes.alex },
|
||||||
{ text: `Alexander (Polkadot, ${WSS_NODES.unfra.hosted})`, value: WSS_NODES.unfra.nodes.alex },
|
{ text: `Alexander (Polkadot, ${WSS_NODES.unfra.hosted})`, value: WSS_NODES.unfra.nodes.alex },
|
||||||
{ text: `Emberic Elm (Substrate, ${WSS_NODES.parity.hosted})`, value: WSS_NODES.parity.nodes.elm },
|
{ text: `Flaming Fir (Substrate, ${WSS_NODES.parity.hosted})`, value: WSS_NODES.parity.nodes.fir },
|
||||||
{ text: 'Local Node (127.0.0.1:9944)', value: 'ws://127.0.0.1:9944/' }
|
{ text: 'Local Node (127.0.0.1:9944)', value: 'ws://127.0.0.1:9944/' }
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ const UITHEMES: Options = [
|
|||||||
|
|
||||||
const ENDPOINT_DEFAULT = isPolkadot
|
const ENDPOINT_DEFAULT = isPolkadot
|
||||||
? WSS_NODES.parity.nodes.alex
|
? WSS_NODES.parity.nodes.alex
|
||||||
: WSS_NODES.parity.nodes.elm;
|
: WSS_NODES.parity.nodes.fir;
|
||||||
|
|
||||||
const PREFIX_DEFAULT = -1;
|
const PREFIX_DEFAULT = -1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user