Skip to content

Commit

Permalink
remove the damn glodollar.json call happening on every page
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Feb 20, 2025
1 parent 766b432 commit 7f6d887
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contexts/MasterContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export const MasterProvider = ({ children }: { children: React.ReactNode }) => {
const [EnabledChainsByKeys, setEnabledChainsByKeys] = useState<{ [key: string]: Chain }>({});
const [ChainsNavigationItems, setChainsNavigationItems] = useState<any>({});
const [ChainsNavigationItemsByKeys, setChainsNavigationItemsByKeys] = useState<any>({});
const { data: glo_dollar_data } = useSWR(GloHolderURL);

useEffect(() => {
if (data) {
Expand Down

0 comments on commit 7f6d887

Please sign in to comment.