Skip to content

Commit

Permalink
icons for underlying tokens as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparkallas committed Sep 19, 2024
1 parent 91d1cc9 commit c34ed57
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/superfluid.extended.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2728,6 +2728,7 @@
"symbol": "ZURF",
"decimals": 18,
"chainId": 137,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/zurf.svg",
"tags": [
"underlying"
]
Expand Down Expand Up @@ -3560,6 +3561,7 @@
"symbol": "USDGLO",
"decimals": 18,
"chainId": 10,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/usdglo.png",
"tags": [
"underlying"
]
Expand Down
2 changes: 2 additions & 0 deletions docs/superfluid.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2146,6 +2146,7 @@
"symbol": "ZURF",
"decimals": 18,
"chainId": 137,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/zurf.svg",
"tags": [
"underlying"
]
Expand Down Expand Up @@ -2978,6 +2979,7 @@
"symbol": "USDGLO",
"decimals": 18,
"chainId": 10,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/usdglo.png",
"tags": [
"underlying"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"3.update:version": "ts-node scripts/update-version.ts $1",
"X.attach:solvency": "ts-node scripts/attach-solvency-tags.ts",
"4.split:tags": "ts-node scripts/split-by-tags.ts",
"5.copy:gh-pages": "shx cp ./../../superfluid{,.**}.tokenlist.json ./docs",
"5.copy:gh-pages": "shx cp ./superfluid{,.**}.tokenlist.json ./docs",
"editor": "npx ts-node ./editor/server.ts",
"ipfs:publish": "ts-node scripts/publish.ts $1",
"superfluid-graphql-codegen": "graphclient build --dir ./subgraph"
Expand Down
2 changes: 2 additions & 0 deletions superfluid.extended.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2728,6 +2728,7 @@
"symbol": "ZURF",
"decimals": 18,
"chainId": 137,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/zurf.svg",
"tags": [
"underlying"
]
Expand Down Expand Up @@ -3560,6 +3561,7 @@
"symbol": "USDGLO",
"decimals": 18,
"chainId": 10,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/usdglo.png",
"tags": [
"underlying"
]
Expand Down
2 changes: 2 additions & 0 deletions superfluid.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2146,6 +2146,7 @@
"symbol": "ZURF",
"decimals": 18,
"chainId": 137,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/zurf.svg",
"tags": [
"underlying"
]
Expand Down Expand Up @@ -2978,6 +2979,7 @@
"symbol": "USDGLO",
"decimals": 18,
"chainId": 10,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/usdglo.png",
"tags": [
"underlying"
]
Expand Down

0 comments on commit c34ed57

Please sign in to comment.