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 Oct 3, 2024
1 parent 3c25605 commit a13b28f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.20",
"version": "0.0.21",
"scripts": {
"validate": "./bin/validate.mjs",
"generate": "./bin/generate.mjs"
Expand Down
8 changes: 4 additions & 4 deletions scroll.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"layer2",
"infrastructure"
],
"timestamp": "2024-10-03T01:23:44.422Z",
"timestamp": "2024-10-03T01:34:25.593Z",
"tokens": [
{
"chainId": 1,
Expand Down Expand Up @@ -110,7 +110,7 @@
"name": "Pencils Protocol Token",
"symbol": "DAPP",
"decimals": 18,
"logoURI": "https://scroll-tech.github.io/token-list/data/DAPP/logo.png",
"logoURI": "https://scroll-tech.github.io/token-list/data/DAPP/logo.svg",
"extensions": {
"scrollListId": "extended",
"scrollTokenId": "DAPP"
Expand All @@ -122,7 +122,7 @@
"name": "Pencils Protocol Token",
"symbol": "DAPP",
"decimals": 18,
"logoURI": "https://scroll-tech.github.io/token-list/data/DAPP/logo.png",
"logoURI": "https://scroll-tech.github.io/token-list/data/DAPP/logo.svg",
"extensions": {
"scrollListId": "extended",
"scrollTokenId": "DAPP"
Expand Down Expand Up @@ -588,6 +588,6 @@
"version": {
"major": 0,
"minor": 0,
"patch": 20
"patch": 21
}
}

0 comments on commit a13b28f

Please sign in to comment.