Skip to content

Commit

Permalink
bot(ci): generate token list
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 authored and github-actions[bot] committed Jan 3, 2024
1 parent 926ea3f commit 90af571
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokenlist",
"version": "0.0.9",
"version": "0.0.10",
"scripts": {
"validate": "./bin/validate.mjs",
"generate": "./bin/generate.mjs"
Expand Down
28 changes: 26 additions & 2 deletions scroll.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"layer2",
"infrastructure"
],
"timestamp": "2023-11-21T03:27:04.168Z",
"timestamp": "2024-01-03T06:57:35.440Z",
"tokens": [
{
"chainId": 1,
Expand Down Expand Up @@ -104,6 +104,30 @@
"scrollTokenId": "DAI"
}
},
{
"chainId": 1,
"address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd",
"name": "DODO bird",
"symbol": "DODO",
"decimals": 18,
"logoURI": "https://scroll-tech.github.io/token-list/data/DODO/logo.svg",
"extensions": {
"scrollListId": "extended",
"scrollTokenId": "DODO"
}
},
{
"chainId": 534352,
"address": "0x912aB742e1ab30ffa87038C425F9Bc8ED12B3EF4",
"name": "DODO bird",
"symbol": "DODO",
"decimals": 18,
"logoURI": "https://scroll-tech.github.io/token-list/data/DODO/logo.svg",
"extensions": {
"scrollListId": "extended",
"scrollTokenId": "DODO"
}
},
{
"chainId": 11155111,
"address": "0x5d00fab5f2F97C4D682C1053cDCAA59c2c37900D",
Expand Down Expand Up @@ -396,6 +420,6 @@
"version": {
"major": 0,
"minor": 0,
"patch": 9
"patch": 10
}
}

0 comments on commit 90af571

Please sign in to comment.