Skip to content

Commit

Permalink
Add FILMCrew (#331)
Browse files Browse the repository at this point in the history
* Add FILMCrew

* Change to none link
  • Loading branch information
ricklove authored and klassare committed Mar 31, 2022
1 parent 0989237 commit 87f2ce7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added src/assets/img/alias/filmcrew-discover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/alias/filmcrew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,17 @@ const _CONSTANTS: Constants = {
link: "", shouldDisplayLink: DisplayLinkOption.None, category: ["collectibles"],
description: "",
},
'FILMCrew': {
name: 'FILMCrew Collection',
address: ['KT1Su3fNrnABFSYMtWVDZnMbH3DzJeysAd6t'],
thumbnailUrl: '../../../assets/img/alias/filmcrew.png',
discoverUrl: '../../../assets/img/alias/filmcrew-discover.png',
link: 'https://decentralized.pictures/filmcrew-collection',
shouldDisplayLink: DisplayLinkOption.None,
category: ['collectibles'],
backgroundColor: '#435259',
description: `A series of illustrations portraying the key components of film sets, FILMCrew is the world's first limited NFT collection of its kind.`,
},
},
ASSETS: {
KT1K9gCRgaLRFKTErYt1wVxA3Frb9FjasjTV: {
Expand Down Expand Up @@ -1483,6 +1494,7 @@ const _TRUSTED_TOKEN_CONTRACTS = [
"KT1AWoUQAuUudqpc75cGukWufbfim3GRn8h6",//Flex
"KT1Lz7Jd6Sh1zUE66nDGS7hGnjwcyTBCiYbF",//BlueVishnu
"KT1AjuZb9TZTastAzhbufGsYG7vVNADUFmue",//PantoneVeryPeri
'KT1Su3fNrnABFSYMtWVDZnMbH3DzJeysAd6t',//FILMCrew
];
const _BLACKLISTED_TOKEN_CONTRACTS = []

Expand Down

0 comments on commit 87f2ce7

Please sign in to comment.