From 491e5fd9dbf5c8f9dc9385eb471de5b6037019c7 Mon Sep 17 00:00:00 2001 From: Kaspar Kallas Date: Fri, 27 Sep 2024 17:01:21 +0300 Subject: [PATCH 1/2] fix icon --- docs/README.md | 3 ++- docs/superfluid.extended.tokenlist.json | 6 +++--- docs/superfluid.tokenlist.json | 6 +++--- packages/tokenlist/package.json | 2 +- superfluid.extended.tokenlist.json | 6 +++--- superfluid.tokenlist.json | 6 +++--- 6 files changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/README.md b/docs/README.md index 48edc44..1b6bb66 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1 +1,2 @@ -# Superfluid Token List \ No newline at end of file +# Superfluid Token List + diff --git a/docs/superfluid.extended.tokenlist.json b/docs/superfluid.extended.tokenlist.json index fca3cde..07bd58c 100644 --- a/docs/superfluid.extended.tokenlist.json +++ b/docs/superfluid.extended.tokenlist.json @@ -3,7 +3,7 @@ "version": { "major": 5, "minor": 8, - "patch": 0 + "patch": 1 }, "timestamp": "2024-09-27T13:22:37.396Z", "tokens": [ @@ -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" ] @@ -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" ] diff --git a/docs/superfluid.tokenlist.json b/docs/superfluid.tokenlist.json index 3e39b09..1820308 100644 --- a/docs/superfluid.tokenlist.json +++ b/docs/superfluid.tokenlist.json @@ -3,7 +3,7 @@ "version": { "major": 5, "minor": 8, - "patch": 0 + "patch": 1 }, "timestamp": "2024-09-27T13:22:37.396Z", "tokens": [ @@ -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" ] @@ -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" ] diff --git a/packages/tokenlist/package.json b/packages/tokenlist/package.json index 4ced142..d6985a9 100644 --- a/packages/tokenlist/package.json +++ b/packages/tokenlist/package.json @@ -1,6 +1,6 @@ { "name": "@superfluid-finance/tokenlist", - "version": "5.8.0", + "version": "5.8.1", "license": "MIT", "type": "module", "main": "dist/index.cjs", diff --git a/superfluid.extended.tokenlist.json b/superfluid.extended.tokenlist.json index fca3cde..07bd58c 100644 --- a/superfluid.extended.tokenlist.json +++ b/superfluid.extended.tokenlist.json @@ -3,7 +3,7 @@ "version": { "major": 5, "minor": 8, - "patch": 0 + "patch": 1 }, "timestamp": "2024-09-27T13:22:37.396Z", "tokens": [ @@ -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" ] @@ -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" ] diff --git a/superfluid.tokenlist.json b/superfluid.tokenlist.json index 3e39b09..1820308 100644 --- a/superfluid.tokenlist.json +++ b/superfluid.tokenlist.json @@ -3,7 +3,7 @@ "version": { "major": 5, "minor": 8, - "patch": 0 + "patch": 1 }, "timestamp": "2024-09-27T13:22:37.396Z", "tokens": [ @@ -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" ] @@ -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" ] From a5df8030df49fc203f5f6eb5672a3d2468bf0c9b Mon Sep 17 00:00:00 2001 From: Kaspar Kallas Date: Fri, 27 Sep 2024 17:02:05 +0300 Subject: [PATCH 2/2] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4557a97..1c8165f 100644 --- a/package.json +++ b/package.json @@ -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",