mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-24 12:21:09 +00:00
CC2 (#216)
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# 0.45.0-beta.x
|
# 0.45.0-beta.x
|
||||||
|
|
||||||
|
- Support for Kusama CC2
|
||||||
- **Breaking change** The subscription subject for `ui-keyring` does not return a pre-formatted React object anymore. This is SUI-specific, so had limited use and therefore should not even be split into a `react-keyring` component. Rather users of this functionality should construct their own options for their framework.
|
- **Breaking change** The subscription subject for `ui-keyring` does not return a pre-formatted React object anymore. This is SUI-specific, so had limited use and therefore should not even be split into a `react-keyring` component. Rather users of this functionality should construct their own options for their framework.
|
||||||
|
- Experimental support for signing via Ledger HW
|
||||||
- Add specific settings for the icon type to `ui-settings`
|
- Add specific settings for the icon type to `ui-settings`
|
||||||
- Add Edgeware live RPC endpoints to `ui-settings`
|
- Add Edgeware live RPC endpoints to `ui-settings`
|
||||||
- Adjust `react-identicon` highlights (validators)
|
- Adjust `react-identicon` highlights (validators)
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ const CHAIN_INFO: Record<ChainName, ChainData> = {
|
|||||||
type: 'Substrate Testnet'
|
type: 'Substrate Testnet'
|
||||||
},
|
},
|
||||||
kusama: {
|
kusama: {
|
||||||
chainDisplay: 'Kusama CC1',
|
chainDisplay: 'Kusama CC2',
|
||||||
logo: 'kusama',
|
logo: 'kusama',
|
||||||
type: 'Polkadot Canary'
|
type: 'Polkadot Canary'
|
||||||
}
|
}
|
||||||
@@ -82,7 +82,7 @@ const PROVIDERS: Record<ProviderName, PoviderData> = {
|
|||||||
w3f: {
|
w3f: {
|
||||||
providerDisplay: 'Web3 Foundation',
|
providerDisplay: 'Web3 Foundation',
|
||||||
nodes: {
|
nodes: {
|
||||||
kusama: 'wss://canary-5.kusama.network/'
|
kusama: 'wss://serinus-5.kusama.network/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user