Skip to content

Commit

Permalink
Merge pull request #73 from availproject/toufeeq/add-bridge-account
Browse files Browse the repository at this point in the history
Added bridge pot as a wellknown account
  • Loading branch information
ToufeeqP authored May 10, 2024
2 parents d61bb8c + 58fb90e commit 24a52c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-components/src/AccountName.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ const MATCHERS: AddrMatcher[] = [
createNumMatcher('modlpy/nopls\x00', 'Pool', 'Stash'),
createNumMatcher('modlpy/nopls\x01', 'Pool', 'Reward'),
createNumMatcher('para', 'Parachain'),
createNumMatcher('sibl', 'Sibling')
createNumMatcher('sibl', 'Sibling'),
createAllMatcher('modlavl/brdg', 'Bridge')
];

const displayCache = new Map<string, React.ReactNode>();
Expand Down

0 comments on commit 24a52c2

Please sign in to comment.