const fetchTokens = async ({
  queryKey: [{ apiKey, namespace }],
}: QueryFunctionContext<ReturnType<(typeof tokenKeys)["tokenList"]>>) =>
  getTokens({
    apiKey,