From df3813e19b6eb2e4e38048c1fc80e2dc0022350e Mon Sep 17 00:00:00 2001 From: henrygagnier Date: Mon, 15 Jul 2024 18:32:07 -0400 Subject: [PATCH] feat: add bullinea and fix typos in README.md --- README.md | 4 ++-- json/linea-mainnet-token-fulllist.json | 19 +++++++++++++++++-- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef4e8a3..73b0db6 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ Description of the fields: | chainId | The typically used number identifier for the chain on which the token was issued | number | Mandatory | | chainURI | A resolvable URI to the genesis block of the chain on which the token was issued following the RFC 3986 standard | string | Mandatory | | tokenId | A resolvable URI of the token following the RFC 3986 standard to for example the deployment transaction of the token, or a DID identifying the token and its issuer | string | Mandatory | -| tokenType | Describes the type of token (eg: `canonical-bridge`, `bridge-reserved`, `external-bridge`, `native`), see details bellow. | string | Mandatory | +| tokenType | Describes the type of token (eg: `canonical-bridge`, `bridge-reserved`, `external-bridge`, `native`), see details below. | string | Mandatory | | address | Address of the token smart contract | string | Mandatory | | name | Token name | string | Mandatory | | symbol | Token symbol e.g. UNI | string | Mandatory | | decimals | Allowed number of decimals for the listed token | integer | Mandatory | | createdAt | Date and time token was created | string | Mandatory | -| updateAt | Date and time token was last updated | string | Mandatory | +| updatedAt | Date and time token was last updated | string | Mandatory | | logoURI | URI or URL of the token logo following the RFC 3986 standard | string | Optional | | extension | Extension to specify information about the token on its native chain if it was bridged | Array | Mandatory if the token has been bridged, otherwise optional | | rootChainId | The typically used number identifier for the chain on which the token was originally issued | number | Mandatory if the token has been bridged, otherwise optional | diff --git a/json/linea-mainnet-token-fulllist.json b/json/linea-mainnet-token-fulllist.json index 370f073..72aea7c 100644 --- a/json/linea-mainnet-token-fulllist.json +++ b/json/linea-mainnet-token-fulllist.json @@ -3,11 +3,11 @@ "tokenListId": "https://raw.githubusercontent.com/Consensys/linea-token-list/main/json/linea-mainnet-token-fulllist.json", "name": "Linea Mainnet Token Full List", "createdAt": "2023-09-13", - "updatedAt": "2024-07-01", + "updatedAt": "2024-07-15", "versions": [ { "major": 1, - "minor": 74, + "minor": 75, "patch": 0 } ], @@ -285,6 +285,21 @@ "rootChainURI": "https://etherscan.io/block/0", "rootAddress": "0xe8A25C46d623f12B8bA08b583b6fE1bEE3eB31C9" } + }, + { + "chainId": 59144, + "chainURI": "https://lineascan.build/block/0", + "tokenId": "https://lineascan.build/address/0x7e37624613ebc2DeeA15b8e710EDFD373175662A", + "tokenType": [ + "native" + ], + "address": "0x7e37624613ebc2DeeA15b8e710EDFD373175662A", + "name": "bullinea", + "symbol": "BULL", + "decimals": 18, + "createdAt": "2024-06-19", + "updatedAt": "2024-06-19", + "logoURI": "https://dd.dexscreener.com/ds-data/tokens/linea/0x7e37624613ebc2deea15b8e710edfd373175662a.png?key=2f90f7" }, { "chainId": 59144,