This commit is contained in:
Jaco Greeff
2019-09-26 10:04:45 +02:00
committed by GitHub
parent aa2625cb2b
commit b197c4bbb7
2 changed files with 4 additions and 2 deletions
@@ -50,7 +50,7 @@ const CHAIN_INFO: Record<ChainName, ChainData> = {
type: 'Substrate Testnet'
},
kusama: {
chainDisplay: 'Kusama CC1',
chainDisplay: 'Kusama CC2',
logo: 'kusama',
type: 'Polkadot Canary'
}
@@ -82,7 +82,7 @@ const PROVIDERS: Record<ProviderName, PoviderData> = {
w3f: {
providerDisplay: 'Web3 Foundation',
nodes: {
kusama: 'wss://canary-5.kusama.network/'
kusama: 'wss://serinus-5.kusama.network/'
}
}
};