Remove Alexander support (#252)

This commit is contained in:
Jaco Greeff
2019-12-16 14:03:25 +01:00
committed by GitHub
parent de47c2e20c
commit a7acf8fdac
@@ -68,7 +68,7 @@ const PROVIDERS: Record<ProviderName, PoviderData> = {
parity: {
providerDisplay: 'Parity',
nodes: {
alexander: 'wss://poc3-rpc.polkadot.io/',
// alexander: 'wss://poc3-rpc.polkadot.io/',
flamingFir: 'wss://substrate-rpc.parity.io/',
kusama: 'wss://kusama-rpc.polkadot.io/'
}
@@ -76,7 +76,7 @@ const PROVIDERS: Record<ProviderName, PoviderData> = {
unfrastructure: {
providerDisplay: 'Centrality UNfrastructure',
nodes: {
alexander: 'wss://alex.unfrastructure.io/public/ws'
// alexander: 'wss://alex.unfrastructure.io/public/ws'
}
},
w3f: {