Skip to content

Commit bcce0da

Browse files
committed
fix: add Gnosis, Scroll, MSU non-zero native addr
1 parent 8ceaba8 commit bcce0da

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/assets-controllers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Bump `@metamask/transaction-controller` from `^62.7.0` to `^62.8.0` ([#7596](https://github.com/MetaMask/core/pull/7596))
1414
- `AccountTrackerController` now triggers an immediate balance refresh when the keyring is unlocked, instead of waiting for the next polling cycle ([#7585](https://github.com/MetaMask/core/pull/7585))
1515

16+
### Fixed
17+
18+
- Add missing native coin non-zero address for networks: Gnosis and MSU ([#7592](https://github.com/MetaMask/core/pull/7592))
19+
1620
## [95.0.0]
1721

1822
### Added

packages/assets-controllers/src/token-prices-service/codefi-v2.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ const chainIdToNativeTokenAddress: Record<Hex, Hex> = {
221221
'0x89': '0x0000000000000000000000000000000000001010', // Polygon
222222
'0x440': '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000', // Metis Andromeda
223223
'0x1388': '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000', // Mantle
224+
'0x64': '0xe91d153e0b41518a2ce8dd3d7944fa863463a97d', // Gnosis
225+
'0x10b3e': '0xf2b51cc1850fed939658317a22d73d3482767591', // MapleStory Universe (MSU aka Henesys)
224226
};
225227

226228
/**

0 commit comments

Comments
 (0)