Skip to content

Commit

Permalink
feat: update UI export from MATIC to POL (#4720)
Browse files Browse the repository at this point in the history
## Explanation

Updates a Notification Controller UI export from MATIC to POL

## References

https://consensyssoftware.atlassian.net/browse/NOTIFY-1138

## Changelog

### `@metamask/notification-services-controller`

- **CHANGED**: Update UI export from `MATIC` to `POL`

## Checklist

- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
- [x] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
  • Loading branch information
Prithpal-Sooriya authored Sep 20, 2024
1 parent 5e30573 commit 4deea2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const NOTIFICATION_NETWORK_CURRENCY_SYMBOL = {
[NOTIFICATION_CHAINS_ID.BSC]: 'BNB',
[NOTIFICATION_CHAINS_ID.LINEA]: 'ETH',
[NOTIFICATION_CHAINS_ID.OPTIMISM]: 'ETH',
[NOTIFICATION_CHAINS_ID.POLYGON]: 'MATIC',
[NOTIFICATION_CHAINS_ID.POLYGON]: 'POL',
};

export type BlockExplorerConfig = {
Expand Down

0 comments on commit 4deea2d

Please sign in to comment.