mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-21 13:15:42 +00:00
CC3 (#246)
* CC3 * W3F endpoint * Bumps * Bumps * Bump API * 0.47.1 CHANGELOG * Update CHANGELOG with chain genesis ranges * 0.47
This commit is contained in:
@@ -50,7 +50,7 @@ const CHAIN_INFO: Record<ChainName, ChainData> = {
|
||||
type: 'Substrate Testnet'
|
||||
},
|
||||
kusama: {
|
||||
chainDisplay: 'Kusama CC2',
|
||||
chainDisplay: 'Kusama CC3',
|
||||
logo: 'kusama',
|
||||
type: 'Polkadot Canary'
|
||||
}
|
||||
@@ -82,7 +82,7 @@ const PROVIDERS: Record<ProviderName, PoviderData> = {
|
||||
w3f: {
|
||||
providerDisplay: 'Web3 Foundation',
|
||||
nodes: {
|
||||
kusama: 'wss://serinus-5.kusama.network/'
|
||||
kusama: 'wss://cc3-5.kusama.network/'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user