Skip to content

Commit

Permalink
chore(STK-200): remove all the code related to NFT whitelist (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElRodrigote authored and berteotti committed Nov 9, 2023
1 parent 3257c5e commit 24d0ecc
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 468 deletions.
3 changes: 1 addition & 2 deletions packages/app/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ NEXT_PUBLIC_ALCHEMY_KEY=
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=

NEXT_PUBLIC_DISCORD_WAITLIST_LINK=
NEXT_PUBLIC_ACTIVE_NFT_GATEKEEPING=
NEXT_PUBLIC_FATHOM_SITE_ID=

RPC_GNOSIS=
RPC_MAINNET=
RPC_MAINNET=
242 changes: 0 additions & 242 deletions packages/app/app/mint/page.tsx

This file was deleted.

90 changes: 0 additions & 90 deletions packages/app/components/BetaNFTModal.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/app/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export * from "./stackbox";
export * from "./strategies";
export * from "./tabs";
export * from "./token-picker";
export * from "./BetaNFTModal";
export * from "./ConnectButton";
export * from "./DatePicker";
export * from "./DialogConfirmTransactionLoading";
Expand Down
Loading

0 comments on commit 24d0ecc

Please sign in to comment.