From 8509ee3bc7c5885fba9dc9273af2ecfc585f887c Mon Sep 17 00:00:00 2001 From: Julink Date: Thu, 10 Oct 2024 12:15:06 +0200 Subject: [PATCH] feat: update new USDC token on Linea sepolia (#185) * feat: update new USDC token on Linea sepolia * Fix/symbol missmatch (#186) * fix: NotWifGary symbol missmatch * chore: update the fields updatedAt and versions * fix: use USD//C name as it is stored on Linea Sepolia --- json/linea-sepolia-token-shortlist.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/json/linea-sepolia-token-shortlist.json b/json/linea-sepolia-token-shortlist.json index 4701d7d..e7c36a2 100644 --- a/json/linea-sepolia-token-shortlist.json +++ b/json/linea-sepolia-token-shortlist.json @@ -3,11 +3,11 @@ "tokenListId": "https://raw.githubusercontent.com/Consensys/linea-token-list/main/json/linea-sepolia-token-shortlist.json", "name": "Linea Sepolia Token List", "createdAt": "2024-03-29", - "updatedAt": "2024-04-26", + "updatedAt": "2024-10-01", "versions": [ { "major": 1, - "minor": 1, + "minor": 2, "patch": 0 } ], @@ -15,14 +15,14 @@ { "chainId": 59141, "chainURI": "https://sepolia.lineascan.build/block/0", - "tokenId": "https://sepolia.lineascan.build/address/0xf17a935A89cB4CBc176cd5afeBCB9805e5Ed7c1A", + "tokenId": "https://sepolia.lineascan.build/address/0xFEce4462D57bD51A6A552365A011b95f0E16d9B7", "tokenType": ["bridge-reserved", "external-bridge"], - "address": "0xf17a935A89cB4CBc176cd5afeBCB9805e5Ed7c1A", - "name": "USDC", + "address": "0xFEce4462D57bD51A6A552365A011b95f0E16d9B7", + "name": "USD//C", "symbol": "USDC", "decimals": 6, "createdAt": "2024-03-27", - "updatedAt": "2024-03-27", + "updatedAt": "2024-10-01", "logoURI": "https://s2.coinmarketcap.com/static/img/coins/64x64/3408.png", "extension": { "rootChainId": 11155111,