From 66cd4529a4c911ed634d56a67f4176cb0b858ac0 Mon Sep 17 00:00:00 2001 From: 0xpeluche <110820448+0xpeluche@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:35:35 +0200 Subject: [PATCH] fix:Adapter,Axelar (Crescent network seems down, comment) (#11340) Co-authored-by: 0xpeluche <0xpeluche@protonmail.com> --- projects/alexar/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/alexar/index.js b/projects/alexar/index.js index f35001a02d13..d3dd0f8e1f78 100644 --- a/projects/alexar/index.js +++ b/projects/alexar/index.js @@ -10,7 +10,7 @@ const chainMapping = { bsc: 'binance' }; -const chainListSupply = ['juno', 'cosmos', 'comdex', 'carbon', 'crescent', 'injective', 'kujira', 'osmosis', 'persistence', 'stargaze', 'secret', 'stargaze', 'umee', 'evmos', 'terra2']; +const chainListSupply = ['juno', 'cosmos', 'comdex', 'carbon', /*'crescent',*/ 'injective', 'kujira', 'osmosis', 'persistence', 'stargaze', 'secret', 'stargaze', 'umee', 'evmos', 'terra2']; const chainListTotal = ['avax', 'bsc', 'moonbeam', 'polygon', 'fantom', 'arbitrum', 'aurora', 'celo', 'kava', 'mantle', 'ethereum', 'base'];