We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e99fb commit 572cce6Copy full SHA for 572cce6
packages/assets-controllers/src/token-prices-service/codefi-v2.ts
@@ -221,6 +221,9 @@ const chainIdToNativeTokenAddress: Record<Hex, Hex> = {
221
'0x89': '0x0000000000000000000000000000000000001010', // Polygon
222
'0x440': '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000', // Metis Andromeda
223
'0x1388': '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000', // Mantle
224
+ '0x64': '0xe91d153e0b41518a2ce8dd3d7944fa863463a97d', // Gnosis
225
+ '0x82750': '0xd29687c813d741e2f938f4ac377128810e217b1b', // Scroll
226
+ '0x10b3e': '0xf2b51cc1850fed939658317a22d73d3482767591', // MapleStory Universe (MSU aka Henesys)
227
};
228
229
/**
0 commit comments