From 6fbfc41d61396a02279f61b2571b7c4423b26690 Mon Sep 17 00:00:00 2001 From: Denis Smolonski Date: Fri, 10 May 2024 11:11:05 +0200 Subject: [PATCH] feat: Add new nativeCoin for morph-holesky chain --- src/config/entities/configuration.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/entities/configuration.ts b/src/config/entities/configuration.ts index cf73a2d41d..12674c0138 100644 --- a/src/config/entities/configuration.ts +++ b/src/config/entities/configuration.ts @@ -67,6 +67,7 @@ export default () => ({ 8453: { nativeCoin: 'ethereum', chainName: 'base' }, 84531: { nativeCoin: 'ethereum', chainName: 'base' }, 84532: { nativeCoin: 'ethereum', chainName: 'base' }, + 2810: { nativeCoin: 'ethereum', chainName: 'morph-holesky' }, }, highRefreshRateTokens: process.env.HIGH_REFRESH_RATE_TOKENS?.split(',') ?? [],