diff --git a/docs/icons/astro.svg b/docs/icons/astro.svg new file mode 100644 index 0000000..ee05e3a --- /dev/null +++ b/docs/icons/astro.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/docs/superfluid.extended.tokenlist.json b/docs/superfluid.extended.tokenlist.json index 0984085..79ff2f8 100644 --- a/docs/superfluid.extended.tokenlist.json +++ b/docs/superfluid.extended.tokenlist.json @@ -2,10 +2,10 @@ "name": "Superfluid Token List", "version": { "major": 5, - "minor": 9, + "minor": 10, "patch": 0 }, - "timestamp": "2024-10-08T09:05:51.264Z", + "timestamp": "2024-11-06T06:25:15.585Z", "tokens": [ { "address": "0x00d05eed85bad962ba5237dd4afff12004455a8a", @@ -2491,18 +2491,18 @@ "underlyingTokenAddress": "0xe840b73e5287865eec17d250bfb1536704b43b21" } }, - "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/mstable-usd-polygon-pos.png", + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/musd.png", "tags": [ "supertoken" ] }, { "address": "0xe840b73e5287865eec17d250bfb1536704b43b21", - "name": "mUSD", - "symbol": "mStableUSD(PolygonP", + "name": "mStable USD", + "symbol": "mUSD", "decimals": 18, "chainId": 137, - "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/mstable-usd-polygon-pos.png", + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/musd.png", "tags": [ "underlying" ] @@ -4903,6 +4903,34 @@ "underlying" ] }, + { + "address": "0xa3666ccb1c004060bccc4df7c97c7e6c4979bbe4", + "name": "Super Astro Fuel", + "symbol": "ASTROx", + "decimals": 18, + "chainId": 8453, + "extensions": { + "superTokenInfo": { + "type": "Wrapper", + "underlyingTokenAddress": "0xee30c78d32b8fd5b8eec8e4f08fd88a3f68971d5" + } + }, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/astro.svg", + "tags": [ + "supertoken" + ] + }, + { + "address": "0xee30c78d32b8fd5b8eec8e4f08fd88a3f68971d5", + "name": "Astro Fuel", + "symbol": "ASTRO", + "decimals": 18, + "chainId": 8453, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/astro.svg", + "tags": [ + "underlying" + ] + }, { "address": "0xc0fbc4967259786c743361a5885ef49380473dcf", "name": "Aleph.im V2 SuperToken", diff --git a/docs/superfluid.tokenlist.json b/docs/superfluid.tokenlist.json index 8c0fa8d..0f2f1cd 100644 --- a/docs/superfluid.tokenlist.json +++ b/docs/superfluid.tokenlist.json @@ -2,10 +2,10 @@ "name": "Superfluid Token List", "version": { "major": 5, - "minor": 9, + "minor": 10, "patch": 0 }, - "timestamp": "2024-10-08T09:05:51.264Z", + "timestamp": "2024-11-06T06:25:15.585Z", "tokens": [ { "address": "0x1234756ccf0660e866305289267211823ae86eec", @@ -1909,18 +1909,18 @@ "underlyingTokenAddress": "0xe840b73e5287865eec17d250bfb1536704b43b21" } }, - "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/mstable-usd-polygon-pos.png", + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/musd.png", "tags": [ "supertoken" ] }, { "address": "0xe840b73e5287865eec17d250bfb1536704b43b21", - "name": "mUSD", - "symbol": "mStableUSD(PolygonP", + "name": "mStable USD", + "symbol": "mUSD", "decimals": 18, "chainId": 137, - "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/mstable-usd-polygon-pos.png", + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/musd.png", "tags": [ "underlying" ] @@ -4321,6 +4321,34 @@ "underlying" ] }, + { + "address": "0xa3666ccb1c004060bccc4df7c97c7e6c4979bbe4", + "name": "Super Astro Fuel", + "symbol": "ASTROx", + "decimals": 18, + "chainId": 8453, + "extensions": { + "superTokenInfo": { + "type": "Wrapper", + "underlyingTokenAddress": "0xee30c78d32b8fd5b8eec8e4f08fd88a3f68971d5" + } + }, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/astro.svg", + "tags": [ + "supertoken" + ] + }, + { + "address": "0xee30c78d32b8fd5b8eec8e4f08fd88a3f68971d5", + "name": "Astro Fuel", + "symbol": "ASTRO", + "decimals": 18, + "chainId": 8453, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/astro.svg", + "tags": [ + "underlying" + ] + }, { "address": "0xc0fbc4967259786c743361a5885ef49380473dcf", "name": "Aleph.im V2 SuperToken", diff --git a/package.json b/package.json index ee4a787..ede3ed0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@superfluid-finance/tokenlist-repo", "private": true, - "version": "5.9.0", + "version": "5.10.0", "license": "MIT", "scripts": { "tsc": "tsc --noEmit", diff --git a/packages/tokenlist/package.json b/packages/tokenlist/package.json index c4ace17..9326320 100644 --- a/packages/tokenlist/package.json +++ b/packages/tokenlist/package.json @@ -1,6 +1,6 @@ { "name": "@superfluid-finance/tokenlist", - "version": "5.9.0", + "version": "5.10.0", "license": "MIT", "type": "module", "main": "dist/index.cjs", diff --git a/superfluid.extended.tokenlist.json b/superfluid.extended.tokenlist.json index 0db72ed..79ff2f8 100644 --- a/superfluid.extended.tokenlist.json +++ b/superfluid.extended.tokenlist.json @@ -2,10 +2,10 @@ "name": "Superfluid Token List", "version": { "major": 5, - "minor": 9, + "minor": 10, "patch": 0 }, - "timestamp": "2024-10-08T09:05:51.264Z", + "timestamp": "2024-11-06T06:25:15.585Z", "tokens": [ { "address": "0x00d05eed85bad962ba5237dd4afff12004455a8a", @@ -4903,6 +4903,34 @@ "underlying" ] }, + { + "address": "0xa3666ccb1c004060bccc4df7c97c7e6c4979bbe4", + "name": "Super Astro Fuel", + "symbol": "ASTROx", + "decimals": 18, + "chainId": 8453, + "extensions": { + "superTokenInfo": { + "type": "Wrapper", + "underlyingTokenAddress": "0xee30c78d32b8fd5b8eec8e4f08fd88a3f68971d5" + } + }, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/astro.svg", + "tags": [ + "supertoken" + ] + }, + { + "address": "0xee30c78d32b8fd5b8eec8e4f08fd88a3f68971d5", + "name": "Astro Fuel", + "symbol": "ASTRO", + "decimals": 18, + "chainId": 8453, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/astro.svg", + "tags": [ + "underlying" + ] + }, { "address": "0xc0fbc4967259786c743361a5885ef49380473dcf", "name": "Aleph.im V2 SuperToken", diff --git a/superfluid.tokenlist.json b/superfluid.tokenlist.json index 8c0fa8d..0f2f1cd 100644 --- a/superfluid.tokenlist.json +++ b/superfluid.tokenlist.json @@ -2,10 +2,10 @@ "name": "Superfluid Token List", "version": { "major": 5, - "minor": 9, + "minor": 10, "patch": 0 }, - "timestamp": "2024-10-08T09:05:51.264Z", + "timestamp": "2024-11-06T06:25:15.585Z", "tokens": [ { "address": "0x1234756ccf0660e866305289267211823ae86eec", @@ -1909,18 +1909,18 @@ "underlyingTokenAddress": "0xe840b73e5287865eec17d250bfb1536704b43b21" } }, - "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/mstable-usd-polygon-pos.png", + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/musd.png", "tags": [ "supertoken" ] }, { "address": "0xe840b73e5287865eec17d250bfb1536704b43b21", - "name": "mUSD", - "symbol": "mStableUSD(PolygonP", + "name": "mStable USD", + "symbol": "mUSD", "decimals": 18, "chainId": 137, - "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/mstable-usd-polygon-pos.png", + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/musd.png", "tags": [ "underlying" ] @@ -4321,6 +4321,34 @@ "underlying" ] }, + { + "address": "0xa3666ccb1c004060bccc4df7c97c7e6c4979bbe4", + "name": "Super Astro Fuel", + "symbol": "ASTROx", + "decimals": 18, + "chainId": 8453, + "extensions": { + "superTokenInfo": { + "type": "Wrapper", + "underlyingTokenAddress": "0xee30c78d32b8fd5b8eec8e4f08fd88a3f68971d5" + } + }, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/astro.svg", + "tags": [ + "supertoken" + ] + }, + { + "address": "0xee30c78d32b8fd5b8eec8e4f08fd88a3f68971d5", + "name": "Astro Fuel", + "symbol": "ASTRO", + "decimals": 18, + "chainId": 8453, + "logoURI": "https://superfluid-finance.github.io/tokenlist/icons/astro.svg", + "tags": [ + "underlying" + ] + }, { "address": "0xc0fbc4967259786c743361a5885ef49380473dcf", "name": "Aleph.im V2 SuperToken",