Skip to content

Commit

Permalink
smol (#5381)
Browse files Browse the repository at this point in the history
  • Loading branch information
benisgold committed Feb 5, 2024
1 parent fa0e4f5 commit acd356a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/featuresToUnlock/unlockableAppIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const SMOL_BRAINS_PETS_NFT_ADDRESS: EthereumAddress =
'0xf6cc57c45ce730496b4d3df36b9a4e4c3a1b9754';
const SMOL_BODIES_PETS_NFT_ADDRESS: EthereumAddress =
'0xae0d0c4cc3335fd49402781e406adf3f02d41bca';
const RAINBOW_SMOL_NFT_ADDRESS: EthereumAddress =
'0xa1e417c09211b9ec12ea25f97429d0772749bbf2';

// zora app icon unlocking NFTs
const ZORA_NFT_ADDRESS: EthereumAddress =
Expand Down Expand Up @@ -81,6 +83,7 @@ export const SmolIcon: UnlockableAppIcon = {
SMOL_BODIES_NFT_ADDRESS,
SMOL_BRAINS_PETS_NFT_ADDRESS,
SMOL_BODIES_PETS_NFT_ADDRESS,
RAINBOW_SMOL_NFT_ADDRESS,
],
unlockKey: 'smol_nft_app_icon',
};
Expand Down

0 comments on commit acd356a

Please sign in to comment.