Skip to content

Commit

Permalink
fix (#5439)
Browse files Browse the repository at this point in the history
  • Loading branch information
benisgold committed Feb 28, 2024
1 parent 35d837a commit 545a026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/featuresToUnlock/featureUnlockChecks.ts
@@ -1,6 +1,7 @@
import { unlockableAppIconCheck } from './unlockableAppIconCheck';
import {
AdworldIcon,
FarcasterIcon,
FiniliarIcon,
FiniliarIconBase,
GoldDogeIcon,
Expand Down Expand Up @@ -31,4 +32,5 @@ export const featureUnlockChecks: FeatureUnlockCheck[] = [
async (walletsToCheck: EthereumAddress[]) => await unlockableAppIconCheck(ZorbIcon, walletsToCheck),
async (walletsToCheck: EthereumAddress[]) => await unlockableAppIconCheck(PoolboyIcon, walletsToCheck),
async (walletsToCheck: EthereumAddress[]) => await unlockableAppIconCheck(AdworldIcon, walletsToCheck),
async (walletsToCheck: EthereumAddress[]) => await unlockableAppIconCheck(FarcasterIcon, walletsToCheck),
];

0 comments on commit 545a026

Please sign in to comment.