From e843af3d54cb15b4bfdaf489e7ecc19aeff52d9d Mon Sep 17 00:00:00 2001 From: Wenty Li Date: Fri, 18 Oct 2024 10:00:10 +0800 Subject: [PATCH] feat: Update chain order --- apps/canonical-bridge-ui/data/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/canonical-bridge-ui/data/index.ts b/apps/canonical-bridge-ui/data/index.ts index 5a551b24..26ed63ef 100644 --- a/apps/canonical-bridge-ui/data/index.ts +++ b/apps/canonical-bridge-ui/data/index.ts @@ -32,8 +32,7 @@ export function useTransferConfig() { amount: '', }, order: { - // [Ethereum, Arbitrum, Base, Tron, Solana, Polygon, Avalanche, Blast, Linea, Optimism] - chains: [56, 204, 1, 42161, 8453, 1000, 7565164, 137, 43114, 81457, 59144, 10], + chains: [56, 204, 1, 42161, 8453, 728126428, 7565164, 137, 43114, 81457, 59144, 10], tokens: [ 'USDC', 'USDT',