Skip to content

Commit

Permalink
Change the rendering of chains' Sovereign Accounts (#10791)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Jul 29, 2024
1 parent 95919cf commit 927f7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/src/AccountName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const MATCHERS: AddrMatcher[] = [
// Westend
createNumMatcher('modlpy/nopls\x00', 'Pool', 'Stash'),
createNumMatcher('modlpy/nopls\x01', 'Pool', 'Reward'),
createNumMatcher('para', 'Parachain'),
createNumMatcher('para', 'Child'),
createNumMatcher('sibl', 'Sibling')
];

Expand Down

0 comments on commit 927f7fd

Please sign in to comment.