From 5fc71f1a4d9dcfc7491842bda11708c51e5cc8b0 Mon Sep 17 00:00:00 2001 From: Dunachain Date: Fri, 27 Sep 2024 04:14:10 +0100 Subject: [PATCH 1/3] Add Dunachain (DUNA) Token --- json/linea-sepolia-token-shortlist.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/json/linea-sepolia-token-shortlist.json b/json/linea-sepolia-token-shortlist.json index 4701d7d..ae042f5 100644 --- a/json/linea-sepolia-token-shortlist.json +++ b/json/linea-sepolia-token-shortlist.json @@ -7,7 +7,7 @@ "versions": [ { "major": 1, - "minor": 1, + "minor": 2, "patch": 0 } ], @@ -42,6 +42,19 @@ "createdAt": "2024-03-29", "updatedAt": "2024-03-29", "logoURI": "https://s2.coinmarketcap.com/static/img/coins/64x64/2396.png" + }, + { + "chainId": 59141, + "chainURI": "https://sepolia.lineascan.build/block/0", + "tokenId": "https://sepolia.lineascan.build/address/0xFcAE759E3f149721f674Ea720361a76bBe67Ea8c", + "tokenType": ["native"], + "address": "0xFcAE759E3f149721f674Ea720361a76bBe67Ea8c", + "name": "Dunachain", + "symbol": "DUNA", + "decimals": 18, + "createdAt": "2024-09-26", + "updatedAt": "2024-09-27", + "logoURI": "https://i.ibb.co/VCpK4bR/1.png" } ] } From 49bbed01f4193bef8853412f7ff6bf02d897b0a3 Mon Sep 17 00:00:00 2001 From: Dunachain Date: Fri, 27 Sep 2024 04:17:16 +0100 Subject: [PATCH 2/3] Keep token list in alphabetical order --- json/linea-sepolia-token-shortlist.json | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/json/linea-sepolia-token-shortlist.json b/json/linea-sepolia-token-shortlist.json index ae042f5..20a8df9 100644 --- a/json/linea-sepolia-token-shortlist.json +++ b/json/linea-sepolia-token-shortlist.json @@ -12,6 +12,19 @@ } ], "tokens": [ + { + "chainId": 59141, + "chainURI": "https://sepolia.lineascan.build/block/0", + "tokenId": "https://sepolia.lineascan.build/address/0xFcAE759E3f149721f674Ea720361a76bBe67Ea8c", + "tokenType": ["native"], + "address": "0xFcAE759E3f149721f674Ea720361a76bBe67Ea8c", + "name": "Dunachain", + "symbol": "DUNA", + "decimals": 18, + "createdAt": "2024-09-26", + "updatedAt": "2024-09-27", + "logoURI": "https://i.ibb.co/VCpK4bR/1.png" + }, { "chainId": 59141, "chainURI": "https://sepolia.lineascan.build/block/0", @@ -42,19 +55,6 @@ "createdAt": "2024-03-29", "updatedAt": "2024-03-29", "logoURI": "https://s2.coinmarketcap.com/static/img/coins/64x64/2396.png" - }, - { - "chainId": 59141, - "chainURI": "https://sepolia.lineascan.build/block/0", - "tokenId": "https://sepolia.lineascan.build/address/0xFcAE759E3f149721f674Ea720361a76bBe67Ea8c", - "tokenType": ["native"], - "address": "0xFcAE759E3f149721f674Ea720361a76bBe67Ea8c", - "name": "Dunachain", - "symbol": "DUNA", - "decimals": 18, - "createdAt": "2024-09-26", - "updatedAt": "2024-09-27", - "logoURI": "https://i.ibb.co/VCpK4bR/1.png" } ] } From 8f316d1ed5b86c50ce16df8441fceb921fff6296 Mon Sep 17 00:00:00 2001 From: Dunachain Date: Mon, 30 Sep 2024 10:51:35 +0100 Subject: [PATCH 3/3] fix updatedAt date --- json/linea-sepolia-token-shortlist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/linea-sepolia-token-shortlist.json b/json/linea-sepolia-token-shortlist.json index 20a8df9..66c1304 100644 --- a/json/linea-sepolia-token-shortlist.json +++ b/json/linea-sepolia-token-shortlist.json @@ -3,7 +3,7 @@ "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-09-30", "versions": [ { "major": 1, @@ -22,7 +22,7 @@ "symbol": "DUNA", "decimals": 18, "createdAt": "2024-09-26", - "updatedAt": "2024-09-27", + "updatedAt": "2024-09-26", "logoURI": "https://i.ibb.co/VCpK4bR/1.png" }, {