From c34ed571b7e36fed6171b426d31b6c8459eb0299 Mon Sep 17 00:00:00 2001 From: Kaspar Kallas Date: Thu, 19 Sep 2024 20:42:08 +0300 Subject: [PATCH] icons for underlying tokens as well --- docs/superfluid.extended.tokenlist.json | 2 ++ docs/superfluid.tokenlist.json | 2 ++ package.json | 2 +- superfluid.extended.tokenlist.json | 2 ++ superfluid.tokenlist.json | 2 ++ 5 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/superfluid.extended.tokenlist.json b/docs/superfluid.extended.tokenlist.json index 4852707..e95bfde 100644 --- a/docs/superfluid.extended.tokenlist.json +++ b/docs/superfluid.extended.tokenlist.json @@ -2728,6 +2728,7 @@ "symbol": "ZURF", "decimals": 18, "chainId": 137, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/zurf.svg", "tags": [ "underlying" ] @@ -3560,6 +3561,7 @@ "symbol": "USDGLO", "decimals": 18, "chainId": 10, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/usdglo.png", "tags": [ "underlying" ] diff --git a/docs/superfluid.tokenlist.json b/docs/superfluid.tokenlist.json index 7371108..b148556 100644 --- a/docs/superfluid.tokenlist.json +++ b/docs/superfluid.tokenlist.json @@ -2146,6 +2146,7 @@ "symbol": "ZURF", "decimals": 18, "chainId": 137, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/zurf.svg", "tags": [ "underlying" ] @@ -2978,6 +2979,7 @@ "symbol": "USDGLO", "decimals": 18, "chainId": 10, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/usdglo.png", "tags": [ "underlying" ] diff --git a/package.json b/package.json index a65d4fd..461fc80 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/superfluid.extended.tokenlist.json b/superfluid.extended.tokenlist.json index 4852707..e95bfde 100644 --- a/superfluid.extended.tokenlist.json +++ b/superfluid.extended.tokenlist.json @@ -2728,6 +2728,7 @@ "symbol": "ZURF", "decimals": 18, "chainId": 137, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/zurf.svg", "tags": [ "underlying" ] @@ -3560,6 +3561,7 @@ "symbol": "USDGLO", "decimals": 18, "chainId": 10, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/usdglo.png", "tags": [ "underlying" ] diff --git a/superfluid.tokenlist.json b/superfluid.tokenlist.json index 7371108..b148556 100644 --- a/superfluid.tokenlist.json +++ b/superfluid.tokenlist.json @@ -2146,6 +2146,7 @@ "symbol": "ZURF", "decimals": 18, "chainId": 137, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/zurf.svg", "tags": [ "underlying" ] @@ -2978,6 +2979,7 @@ "symbol": "USDGLO", "decimals": 18, "chainId": 10, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/usdglo.png", "tags": [ "underlying" ]