From ef39a063fa9b273bc120bd917f46bb9f18ccd32e Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Wed, 17 Dec 2025 09:07:41 -0500 Subject: [PATCH] feat(statics): add mon to coinNameFromChainId Ticket: SC-4600 --- modules/statics/src/map.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/statics/src/map.ts b/modules/statics/src/map.ts index 58df6c4f7b..a101a21af6 100644 --- a/modules/statics/src/map.ts +++ b/modules/statics/src/map.ts @@ -115,6 +115,7 @@ export class CoinMap { 324: 'zketh', 8453: 'baseeth', 84532: 'tbaseeth', + 30143: 'mon', 10143: 'tmon', 480: 'world', 4801: 'tworld',