Skip to content

Commit 97ea2ca

Browse files
committed
fix: add Gnosis, Scroll, MSU non-zero native addr
1 parent 51e99fb commit 97ea2ca

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

packages/assets-controllers/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Add missing native coin non-zero address for networks: Gnosis, Scroll and MSU ([#7592](https://github.com/MetaMask/core/pull/7592))
13+
1014
## [95.0.0]
1115

1216
### Added

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

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

226229
/**

0 commit comments

Comments
 (0)