From 03cf93fbcd5f4cd26a4fcf8313069c5acc27255a Mon Sep 17 00:00:00 2001 From: Amine Harty Date: Fri, 23 Jun 2023 12:15:51 +0200 Subject: [PATCH] Update linea-goerli-token-list.json --- json/linea-goerli-token-list.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/json/linea-goerli-token-list.json b/json/linea-goerli-token-list.json index ed5b4b6..bb1b4c2 100644 --- a/json/linea-goerli-token-list.json +++ b/json/linea-goerli-token-list.json @@ -22,7 +22,15 @@ "symbol": "MATIC", "decimals": 18, "createdAt": "2020-05-31", - "updatedAt": "2020-05-31" + "updatedAt": "2020-05-31", + "logoURI": "https://polygonscan.com/token/images/matic_32.png", + "extensions": [ + { + "rootChainId": 137, + "rootChainURI": "https://polygonscan.com/block/0", + "rootAddress": "0x0000000000000000000000000000000000001010" + } + ] } ] -} \ No newline at end of file +}