From a344064c7657302499b3fb8d7998041d27198744 Mon Sep 17 00:00:00 2001 From: Amine Harty Date: Fri, 23 Jun 2023 13:57:57 +0400 Subject: [PATCH] feat: add linea-goerli-token-list.json (#5) --- json/linea-goerli-token-list.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 json/linea-goerli-token-list.json diff --git a/json/linea-goerli-token-list.json b/json/linea-goerli-token-list.json new file mode 100644 index 0000000..ed5b4b6 --- /dev/null +++ b/json/linea-goerli-token-list.json @@ -0,0 +1,28 @@ +{ + "type": "CanonicalTokenList", + "tokenListId": "https://ipfs.io/ipns/k51qzi5uqu5dkkciu33khkzbcmxtyhn376i1e83tya8kuy7z9euedzyr5nhoew", + "name": "Aggregate Canonical Token List", + "createdAt": "2022-05-08", + "updatedAt": "2022-05-09", + "versions": [ + { + "major": 1, + "minor": 1, + "patch": 1 + } + ], + "tokens": [ + { + "chainId": 137, + "chainURI": "https://polygonscan.com/block/0", + "tokenId": "https://polygonscan.com/address/0x0000000000000000000000000000000000001010", + "tokenType": ["fungible", "transferable"], + "address": "0x0000000000000000000000000000000000001010", + "name": "Matic", + "symbol": "MATIC", + "decimals": 18, + "createdAt": "2020-05-31", + "updatedAt": "2020-05-31" + } + ] +} \ No newline at end of file