We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d8af1 commit d447663Copy full SHA for d447663
packages/extension-polkagate/src/popup/home/news.ts
@@ -10,10 +10,11 @@ export interface News {
10
11
export const news: News[] = [
12
{
13
- version: '0.34.1',
+ version: '0.35.1',
14
notes: [
15
- 'Added support for pool migration, allowing users to vote on governance using their staked funds in pools on Kusama.',
16
- 'PolkaGate is getting a complete new look, so stay tuned for the upcoming update!'
+ 'Pool Migration Support: Enable users to vote on governance using their staked funds in pools on Kusama.',
+ 'Send Page Fix: Resolve issue where the asset ID was undefined when balances were not yet fetched.',
17
+ 'UI Redesign Incoming: PolkaGate is getting a brand-new look—stay tuned for the upcoming update!'
18
]
19
},
20
0 commit comments