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/souls #183

Merged
merged 10 commits into from
Oct 23, 2024
19 changes: 17 additions & 2 deletions json/linea-mainnet-token-shortlist.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-shortlist.json",
"name": "Linea Mainnet Token List",
"createdAt": "2023-07-13",
"updatedAt": "2024-05-27",
"updatedAt": "2024-07-11",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would this not be today's date

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when i update this, to todays date, im getting a confict. I accidently changed updatedAt

"versions": [
{
"major": 1,
"minor": 44,
"minor": 45,
"patch": 1
}
],
Expand Down Expand Up @@ -594,6 +594,21 @@
"rootAddress": "0xd38BB40815d2B0c2d2c866e0c72c5728ffC76dd9"
}
},
{
"chainId": 59144,
"chainURI": "https://lineascan.build/block/0",
"tokenId": "https://lineascan.build/address/0xeC859566fC5d7ED84Ac823509F3f7db06C461b20",
"tokenType": [
"external-bridge"
],
"address": "0xeC859566fC5d7ED84Ac823509F3f7db06C461b20",
"name": "Unfettered Ecosystem",
"symbol": "SOULS",
"decimals": 18,
"createdAt": "2024-09-13",
"updatedAt": "2024-09-18",
"logoURI": "https://ibb.co/K98N8sz"
},
{
"chainId": 59144,
"chainURI": "https://lineascan.build/block/0",
Expand Down
Loading