Skip to content

Commit

Permalink
Add NFT tag to staratlas assets (solana-labs#188)
Browse files Browse the repository at this point in the history
* Add correct decimals to COPE

* Remove stray symbol

* Add nft tag to staratlas

* Add imageUrl to tag details
  • Loading branch information
fragosti authored May 19, 2021
1 parent af14be5 commit 72df4a1
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 15 deletions.
1 change: 1 addition & 0 deletions src/lib/tokenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export interface TokenList {
export interface TagDetails {
readonly name: string;
readonly description: string;
readonly imageUrl: string;
}

export interface TokenExtensions {
Expand Down
56 changes: 41 additions & 15 deletions src/tokens/solana.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand Down Expand Up @@ -7305,7 +7331,7 @@
}
},
{
"chainId": 101,
"chainId": 101,
"address": "Djoz8btdR7p6xWHoVtPYF3zyN9LU5BBfMoDk4HczSDqc",
"symbol": "AUSS",
"name": "Ausshole",
Expand Down Expand Up @@ -7340,4 +7366,4 @@
"minor": 2,
"patch": 2
}
}
}

0 comments on commit 72df4a1

Please sign in to comment.