Skip to content

Commit

Permalink
bot(ci): generate token list
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn authored and github-actions[bot] committed Oct 8, 2023
1 parent 4c7897f commit f9d0856
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.3",
"version": "0.0.4",
"scripts": {
"validate": "./bin/validate.mjs",
"generate": "./bin/generate.mjs"
Expand Down
16 changes: 8 additions & 8 deletions scroll.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"layer2",
"infrastructure"
],
"timestamp": "2023-10-07T04:37:08.557Z",
"timestamp": "2023-10-08T01:52:41.640Z",
"tokens": [
{
"chainId": 1,
Expand Down Expand Up @@ -38,7 +38,7 @@
"name": "PancakeSwap",
"symbol": "CAKE",
"decimals": 18,
"logoURI": "https://scroll-tech.github.io/token-list/data/CAKE/logo.png",
"logoURI": "https://scroll-tech.github.io/token-list/data/CAKE/logo.svg",
"extensions": {
"scrollListId": "default",
"scrollTokenId": "CAKE"
Expand Down Expand Up @@ -98,7 +98,7 @@
"name": "Kyber Network Crystal",
"symbol": "KNC",
"decimals": 18,
"logoURI": "https://scroll-tech.github.io/token-list/data/KNC/logo.png",
"logoURI": "https://scroll-tech.github.io/token-list/data/KNC/logo.svg",
"extensions": {
"scrollListId": "default",
"scrollTokenId": "KNC"
Expand Down Expand Up @@ -146,7 +146,7 @@
"name": "USD Coin",
"symbol": "USDC",
"decimals": 6,
"logoURI": "https://scroll-tech.github.io/token-list/data/USDC/logo.png",
"logoURI": "https://scroll-tech.github.io/token-list/data/USDC/logo.svg",
"extensions": {
"scrollListId": "default",
"scrollTokenId": "USDC"
Expand All @@ -158,7 +158,7 @@
"name": "USD Coin",
"symbol": "USDC",
"decimals": 6,
"logoURI": "https://scroll-tech.github.io/token-list/data/USDC/logo.png",
"logoURI": "https://scroll-tech.github.io/token-list/data/USDC/logo.svg",
"extensions": {
"scrollListId": "default",
"scrollTokenId": "USDC"
Expand All @@ -170,7 +170,7 @@
"name": "USD Coin",
"symbol": "USDC",
"decimals": 6,
"logoURI": "https://scroll-tech.github.io/token-list/data/USDC/logo.png",
"logoURI": "https://scroll-tech.github.io/token-list/data/USDC/logo.svg",
"extensions": {
"scrollListId": "default",
"scrollTokenId": "USDC"
Expand All @@ -182,7 +182,7 @@
"name": "Tether",
"symbol": "USDT",
"decimals": 6,
"logoURI": "https://scroll-tech.github.io/token-list/data/USDT/logo.png",
"logoURI": "https://scroll-tech.github.io/token-list/data/USDT/logo.svg",
"extensions": {
"scrollListId": "default",
"scrollTokenId": "USDT"
Expand Down Expand Up @@ -252,6 +252,6 @@
"version": {
"major": 0,
"minor": 0,
"patch": 3
"patch": 4
}
}

0 comments on commit f9d0856

Please sign in to comment.