Skip to content

Commit

Permalink
Merge pull request #62 from superfluid-finance/fix-icon
Browse files Browse the repository at this point in the history
fix icon
  • Loading branch information
kasparkallas authored Sep 27, 2024
2 parents d40de41 + a5df803 commit 9cdf445
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Superfluid Token List
# Superfluid Token List

6 changes: 3 additions & 3 deletions docs/superfluid.extended.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": {
"major": 5,
"minor": 8,
"patch": 0
"patch": 1
},
"timestamp": "2024-09-27T13:22:37.396Z",
"tokens": [
Expand Down Expand Up @@ -4931,7 +4931,7 @@
"underlyingTokenAddress": "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf"
}
},
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.png",
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.svg",
"tags": [
"supertoken"
]
Expand All @@ -4942,7 +4942,7 @@
"symbol": "cbBTC",
"decimals": 8,
"chainId": 8453,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.png",
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.svg",
"tags": [
"underlying"
]
Expand Down
6 changes: 3 additions & 3 deletions docs/superfluid.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": {
"major": 5,
"minor": 8,
"patch": 0
"patch": 1
},
"timestamp": "2024-09-27T13:22:37.396Z",
"tokens": [
Expand Down Expand Up @@ -4349,7 +4349,7 @@
"underlyingTokenAddress": "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf"
}
},
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.png",
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.svg",
"tags": [
"supertoken"
]
Expand All @@ -4360,7 +4360,7 @@
"symbol": "cbBTC",
"decimals": 8,
"chainId": 8453,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.png",
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.svg",
"tags": [
"underlying"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@superfluid-finance/tokenlist-repo",
"private": true,
"version": "5.8.0",
"version": "5.8.1",
"license": "MIT",
"scripts": {
"tsc": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokenlist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/tokenlist",
"version": "5.8.0",
"version": "5.8.1",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
Expand Down
6 changes: 3 additions & 3 deletions superfluid.extended.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": {
"major": 5,
"minor": 8,
"patch": 0
"patch": 1
},
"timestamp": "2024-09-27T13:22:37.396Z",
"tokens": [
Expand Down Expand Up @@ -4931,7 +4931,7 @@
"underlyingTokenAddress": "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf"
}
},
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.png",
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.svg",
"tags": [
"supertoken"
]
Expand All @@ -4942,7 +4942,7 @@
"symbol": "cbBTC",
"decimals": 8,
"chainId": 8453,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.png",
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.svg",
"tags": [
"underlying"
]
Expand Down
6 changes: 3 additions & 3 deletions superfluid.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": {
"major": 5,
"minor": 8,
"patch": 0
"patch": 1
},
"timestamp": "2024-09-27T13:22:37.396Z",
"tokens": [
Expand Down Expand Up @@ -4349,7 +4349,7 @@
"underlyingTokenAddress": "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf"
}
},
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.png",
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.svg",
"tags": [
"supertoken"
]
Expand All @@ -4360,7 +4360,7 @@
"symbol": "cbBTC",
"decimals": 8,
"chainId": 8453,
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.png",
"logoURI": "https://superfluid-finance.github.io/tokenlist/icons/cbbtc.svg",
"tags": [
"underlying"
]
Expand Down

0 comments on commit 9cdf445

Please sign in to comment.