queryClient.setQueryData<TokenListSchemaType>(
        tokenKeys.tokenList(namespace, {
          apiKey: apiKey ?? undefined,
        }),
        (oldData) => updateCache(oldData, variables)