From 441e1a2893aa365a23de957b56eb5dd0900b5a10 Mon Sep 17 00:00:00 2001 From: Danny Fu Date: Tue, 10 Feb 2026 19:09:17 +0800 Subject: [PATCH 1/3] fix: token config --- src/mainnet/tokenList.json | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/src/mainnet/tokenList.json b/src/mainnet/tokenList.json index 7fbfc52..d80aeb6 100644 --- a/src/mainnet/tokenList.json +++ b/src/mainnet/tokenList.json @@ -42,8 +42,10 @@ "chainId": "1", "address": "0xdac17f958d2ee523a2206206994597c13d831ec7", "symbol": "USDT", + "displaySymbol": "USDT(USDT0)", "name": "Tether", "decimals": 6, + "protocol": "layerzero", "gatewayAddress": "0x44c28f61a5c2dd24fc71d7df8e85e18af4ab2bd8", "gatewayName": "L1StandardERC20Gateway", "logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/USDT.svg" @@ -52,12 +54,25 @@ "chainId": "2818", "address": "0xc7D67A9cBB121b3b0b9c053DD9f469523243379A", "symbol": "USDT", - "name": "Tether", + "name": "Morph USDT", "decimals": 6, + "protocol": "native", "gatewayAddress": "0x5300000000000000000000000000000000000008", "gatewayName": "L2StandardERC20Gateway", "logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/USDT.svg" }, + { + "chainId": "2818", + "address": "0xe7cd86e13AC4309349F30B3435a9d337750fC82D", + "symbol": "USDT", + "displaySymbol": "USDT0", + "name": "Tether USDT0", + "decimals": 6, + "protocol": "layerzero", + "gatewayAddress": "", + "gatewayName": "", + "logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/USDT0.svg" + }, { "chainId": "1", "address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599", @@ -97,7 +112,7 @@ "gatewayAddress": "0x5300000000000000000000000000000000000010", "gatewayName": "L2WETHGateway", "logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/WETH.svg" - }, + }, { "chainId": "1", "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", @@ -162,6 +177,7 @@ "chainId": "1", "address": "0x54D2252757e1672EEaD234D27B1270728fF90581", "symbol": "BGB", + "protocol": "ccip", "name": "BitgetToken", "decimals": 18, "gatewayAddress": "0x44c28f61a5c2dd24fc71d7df8e85e18af4ab2bd8", @@ -172,12 +188,25 @@ "chainId": "2818", "address": "0x55d1f1879969bdbB9960d269974564C58DBc3238", "symbol": "BGB", + "protocol": "native", "name": "BitgetToken", + "displaySymbol": "BGB(old)", "decimals": 18, "gatewayAddress": "0x5300000000000000000000000000000000000008", "gatewayName": "L2StandardERC20Gateway", "logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/BGB(old).svg" }, + { + "chainId": "2818", + "address": "0x389c08bc23a7317000a1fd76c7c5b0cb0b4640b5", + "symbol": "BGB", + "protocol": "ccip", + "name": "BitgetToken", + "decimals": 18, + "gatewayAddress": "", + "gatewayName": "", + "logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/BGB.svg" + }, { "chainId": "1", "address": "0x11eeF04c884E24d9B7B4760e7476D06ddF797f36", @@ -325,4 +354,3 @@ "patch": 0 } } - From f058c7b16324440ac3bc9a13c375da6cdf1efce4 Mon Sep 17 00:00:00 2001 From: Danny Fu Date: Wed, 25 Feb 2026 12:11:33 +0800 Subject: [PATCH 2/3] fix: USDC disabled --- src/mainnet/tokenList.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainnet/tokenList.json b/src/mainnet/tokenList.json index d80aeb6..19da798 100644 --- a/src/mainnet/tokenList.json +++ b/src/mainnet/tokenList.json @@ -139,6 +139,7 @@ "symbol": "USDC", "name": "USDC", "decimals": 6, + "disabled": true, "gatewayAddress": "0x2C8314f5AADa5D7a9D32eeFebFc43aCCAbe1b289", "gatewayName": "L1USDCGateway", "logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/USDC.svg" From d08099ef2151bc015856dd9b2b79619dea095c34 Mon Sep 17 00:00:00 2001 From: Danny Fu Date: Mon, 9 Mar 2026 11:15:15 +0800 Subject: [PATCH 3/3] fix: token icon --- tokenIcons/USDC.e.svg | 11 +++++++++++ tokenIcons/USDT.e.svg | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 tokenIcons/USDC.e.svg create mode 100644 tokenIcons/USDT.e.svg diff --git a/tokenIcons/USDC.e.svg b/tokenIcons/USDC.e.svg new file mode 100644 index 0000000..895afab --- /dev/null +++ b/tokenIcons/USDC.e.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/tokenIcons/USDT.e.svg b/tokenIcons/USDT.e.svg new file mode 100644 index 0000000..e69f083 --- /dev/null +++ b/tokenIcons/USDT.e.svg @@ -0,0 +1,11 @@ + + + + + + + + + + +