Skip to content

Commit

Permalink
feat: polkadot pool migration (#1710)
Browse files Browse the repository at this point in the history
* feat: add polkadot to the list of upgrade nomination pools

* chore: update news
  • Loading branch information
Nick-1979 authored Feb 28, 2025
1 parent a2d40ac commit 1cbeb7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/extension-polkagate/src/popup/home/news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ export interface News {
}

export const news: News[] = [
{
version: '0.36.0',
notes: [
'Pool Migration Support: Enable users to vote on governance using their staked funds in pools on Kusama and Polkadot.',
'UI Redesign Incoming: PolkaGate is getting a brand-new look—stay tuned for the upcoming update!'
]
},
{
version: '0.35.2',
notes: [
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-polkagate/src/util/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const KUSAMA_GENESIS_HASH = '0xb0a8d493285c2df73290dfb7e61f870f17b4180119
export const WESTEND_GENESIS_HASH = '0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e';
export const PASEO_GENESIS_HASH = '0x77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f';

export const MIGRATED_NOMINATION_POOLS_CHAINS = [WESTEND_GENESIS_HASH, KUSAMA_GENESIS_HASH];
export const MIGRATED_NOMINATION_POOLS_CHAINS = [KUSAMA_GENESIS_HASH, POLKADOT_GENESIS_HASH, WESTEND_GENESIS_HASH];

export const RELAY_CHAINS_GENESISHASH = [
POLKADOT_GENESIS_HASH,
Expand Down

0 comments on commit 1cbeb7f

Please sign in to comment.