Skip to content

Commit

Permalink
add address to whitelist (coral-xyz#1943)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlinton authored Dec 21, 2022
1 parent 9bdb5ba commit b864470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app-mobile/src/hooks/useIsONELive.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// TODO(shared)
import { useActiveSolanaWallet } from "@coral-xyz/recoil";
import { useEffect, useState } from "react";
import { useActiveSolanaWallet } from "@coral-xyz/recoil";

const isLiveCheck = fetch("https://xnft.wao.gg/api/isLive")
.then((r) => r.json())
Expand All @@ -14,6 +14,7 @@ const whitelist = [
"34UpQDG2R66u5XL9BFwNhsdzT6sqzat1Js9Yd7PmEXG2",
"8HNkdh4KDmQcP7f7kNsSFLjDRp2vEYPLBdhHeD7U9q2S",
"DcpYXJsWBgkV6kck4a7cWBg6B4epPeFRCMZJjxudGKh4",
"GvjRMX5NHiFM7Tbkg3styoamkrnBZmThAwhdJMrPmCso",
];

export function useIsONELive() {
Expand Down

0 comments on commit b864470

Please sign in to comment.