diff --git a/src/lib/tokenlist.ts b/src/lib/tokenlist.ts index b6b9563cc0f7..0d7a5348ae5b 100644 --- a/src/lib/tokenlist.ts +++ b/src/lib/tokenlist.ts @@ -19,6 +19,7 @@ export interface TokenList { export interface TagDetails { readonly name: string; readonly description: string; + readonly imageUrl: string; } export interface TokenExtensions { diff --git a/src/tokens/solana.tokenlist.json b/src/tokens/solana.tokenlist.json index 635112ab669e..700e8333496f 100644 --- a/src/tokens/solana.tokenlist.json +++ b/src/tokens/solana.tokenlist.json @@ -6741,7 +6741,9 @@ "name": "Discovery of Iris", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6753,7 +6755,9 @@ "name": "The Heart of Star Atlas", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6765,7 +6769,9 @@ "name": "The Convergence War", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6777,7 +6783,9 @@ "name": "Short Story of a Lost Astronaut", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6789,7 +6797,9 @@ "name": "B ❤ P", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6801,7 +6811,9 @@ "name": "The Assassination of Paizul", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6813,7 +6825,9 @@ "name": "Paizul Funeral Procession", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6825,7 +6839,9 @@ "name": "Ahr Visits Earth", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6837,7 +6853,9 @@ "name": "The Last Stand", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6849,7 +6867,9 @@ "name": "The Signing of the Peace Treaty", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6861,7 +6881,9 @@ "name": "The Peacebringers Archive", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6873,7 +6895,9 @@ "name": "Ustur Wod.bod", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -6885,7 +6909,9 @@ "name": "Om Photoli", "decimals": 0, "logoURI": "https://storage.googleapis.com/star-atlas-assets/star-atlas-logo.png", - "tags": [], + "tags": [ + "nft" + ], "extensions": { "website": "https://www.staratlas.com" } @@ -7305,7 +7331,7 @@ } }, { - "chainId": 101, + "chainId": 101, "address": "Djoz8btdR7p6xWHoVtPYF3zyN9LU5BBfMoDk4HczSDqc", "symbol": "AUSS", "name": "Ausshole", @@ -7340,4 +7366,4 @@ "minor": 2, "patch": 2 } -} +} \ No newline at end of file