Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add bullinea and fix typos in README.md #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
19 changes: 17 additions & 2 deletions json/linea-mainnet-token-fulllist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
],
Expand Down Expand Up @@ -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,
Expand Down
Loading