From 3a9846c01085b4acda67c986c65a5df198b2a168 Mon Sep 17 00:00:00 2001 From: Kamlesh Mugdiya Date: Wed, 11 Feb 2026 20:15:30 +0530 Subject: [PATCH] fix(statics): mon chainId in legacy chainId map TICKET: CGARD-334 --- modules/statics/src/map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/statics/src/map.ts b/modules/statics/src/map.ts index ea5c92ff0e..1dd315b96d 100644 --- a/modules/statics/src/map.ts +++ b/modules/statics/src/map.ts @@ -120,7 +120,7 @@ export class CoinMap { 324: 'zketh', 8453: 'baseeth', 84532: 'tbaseeth', - 30143: 'mon', + 143: 'mon', 10143: 'tmon', 480: 'world', 4801: 'tworld',